Chiyu
Prince
Hey,
I wonder why I can't add any options to the options screen.. For example, I'm trying to make an option to disable a certain religion. The code is simple, just something like this.
However, no matter what I do, this option won't appear at the end of the list. And if I try to shuffle the options in the list, the game will simply crash.
Any help or explanation?
I wonder why I can't add any options to the options screen.. For example, I'm trying to make an option to disable a certain religion. The code is simple, just something like this.
<GameOptionInfo>
<Type>GAMEOPTION_NO_RELIGION_JUDAISM</Type>
<Description>TXT_KEY_GAME_OPTION_NO_RELIGION_JUDAISM</Description>
<Help>TXT_KEY_GAME_OPTION_NO_RELIGION_JUDAISM_HELP</Help>
<bDefault>0</bDefault>
<bVisible>1</bVisible>
</GameOptionInfo>
However, no matter what I do, this option won't appear at the end of the list. And if I try to shuffle the options in the list, the game will simply crash.
Any help or explanation?