Game Development Community

Remove opt, suo, and aps files

by Tom Spilman · in Torque Game Engine · 05/08/2006 (12:09 pm) · 1 replies

A simple fix for the next Torque SDK release. If you look in the vc7 and vc6 folders you'll find:

TorqueDemo.aps

.APS is a binary version of the current RC script file and can cause resource editing issues if shared between users.

Torque SDK.opt
Torque SDK.suo

.OPT and .SUO stores local IDE settings like breakpoints, what files were open in the ide, debugger command line and working folders, etc. Very much a local setting.

About the author

Tom is a programmer and co-owner of Sickhead Games, LLC.


#1
05/08/2006 (5:13 pm)
Yeah, I was just noticing on Friday that someone was naughty and checked this into the internal SVN repo. I will remove them for the next update.

Thanks!