Announcement

Collapse
No announcement yet.

Editing Queston

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Editing Queston

    Is there any way to allow more than two national wonders a city.

    Thanks
    USA! USA! USA! USA! USA! USA! USA! USA! USA! USA!
    The video may avatar is from

  • #2
    If it's not in the XML, you should be able to write some Python code to allow it.

    EDIT:
    GlobalDefines.xml
    Lines 288 - 291
    Code:
    	<Define>
    		<DefineName>MAX_NATIONAL_WONDERS_PER_CITY</DefineName>
    		<iDefineIntVal>2</iDefineIntVal>
    	</Define>
    Last edited by MMC; June 15, 2006, 17:23.
    Ceeforee v0.1 - The Unofficial Civ 4 Editor -= Something no Civ Modder should ever be without =- Last Updated: 27/03/2009
    "Just because I'm paranoid doesn't mean there's no conspiracy"

    Comment

    Working...
    X