Game Development Community

_saveGameConfigurationData not working?

by Aaron K Murray · in Torque Game Builder · 01/19/2008 (6:33 pm) · 0 replies

I'm trying to see if the config xml file is getting saved when the game exits. I can walk though the _saveGameConfigurationData() method and everything looks correct, but the values are not actually persisted to the file.

The values get read in properly when the game loads.

What am I missing here?


common/commonConfig.xml

Thanks,
Aaron