Difference between revisions of "Con SetGameSetting"
m
→Notes
imported>JOG (→Notes) |
imported>JOG m (→Notes) |
||
Line 23: | Line 23: | ||
*Changes made to game settings with this function will not be included in the savegame file. This has two consequences: | *Changes made to game settings with this function will not be included in the savegame file. This has two consequences: | ||
**If you want to make a permanent change to a game setting you will need code to update the value after a savegame is reloaded. | **If you want to make a permanent change to a game setting you will need code to update the value after a savegame is reloaded. | ||
**When you change a game setting, and then reload a game, the change will still be active. The game setting will be only reset when you exit and restart Oblivion, or when you do it in your script after reload. | **When you change a game setting, and then reload a game, the change will still be active. The game setting will be only reset when you exit and restart Oblivion, or when you do it in your script after reload. | ||