Why is my new game option not showing up in the options screen?

Cybah

Emperor
Joined
Jun 22, 2007
Messages
1,481
I've added

PHP:
		<GameOptionInfo>
			<Type>GAMEOPTION_TECH_CONQUEST</Type>
			<Description>TXT_KEY_GAME_OPTION_TECH_CONQUEST</Description>
			<Help>TXT_KEY_GAME_OPTION_TECH_CONQUEST_HELP</Help>
			<bDefault>0</bDefault>
			<bVisible>1</bVisible>
		</GameOptionInfo>

to the end of Civ4GameOptionInfos.xml but the new option is not showing up?
 
Okay, I had to...

...add the new option to two files: CvEnums.h and CyEnumsInterface.cpp

...and had to compile a new dll.
 
Back
Top Bottom