|
Post by Boaster on Dec 16, 2009 7:40:08 GMT -6
I have figured out the way to do external options loading. gs5r.cfg /combat_scrolling 2 def /world_scrolling 2 def ; RANGE MUST BE 1-30. /logs_enabled? true def /artifact_log_on? true def /combat_log_on? true def /thief_log_on? true def /spell_log_on? true def ; MUST BE true OR false, ONLY LOWER CASE. This is what the external file will be. The game will look for these options in the loading of the game, if the file exists. If the file does not exist, the game will load the default values. When saving your options in the Extended Options Dialog Panel, it will create and/or overwrite the existing file. My suggestion is not trying to tinker with these options from the text file yourself, unless you know what you're doing. Certainly don't try to add any extra options yourself, unless you know what you're doing. And certainly don't try to change the way the game functions with this 'cfg' file. This all will be included in the next update.
|
|