Game Development Community

1.7.2 - Prefs no longer saved?

by James Ford · in Torque Game Builder · 04/17/2008 (8:03 pm) · 2 replies

I noticed that as of 1.7.2 there is a defaultPrefs.cs file, but no prefs.cs, and preferences changed in the optionsDlg are not saved ( eg. export() ).

I am attempting to reimplement option-saving and was curious up-front if there was any reason or problem behind taking this out? Perhaps export is broken by the inability to write to the game-directory now? Well I will soon see.

Is this an area that is currently "under-construction"? Perhaps there is a new design for how prefs/saving will work in future versions of TGB?

#1
04/17/2008 (9:18 pm)
I thought you knew about the 1.5 file changes? Anyways, since TGB 1.5 any files created or written to in TGB are stored in your AppData/roaming folder. This was done to support Vista and future Windows versions.
#2
04/17/2008 (10:09 pm)
Yeah, stupid question. I tested export and its working fine, and it does write to the appData folder.