Announcement

Collapse
No announcement yet.

How to mod the colour of the Civs?

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

  • How to mod the colour of the Civs?

    Hello!


    How to mod the color of my civ?

    And how to mod the other stats of my civ?

    Thanks for any help.
    Darth Balrog aka NIM
    AEtas: Carpe Diem, quam minimum credula postero.

  • #2
    You can change the name of your civ (Leader, adjectives, ect) by clicking Alt-D.

    Color is a little more difficult. If you want to change the color of a civ forever, you can modify the XML. (If you want to preserve the original file, back it up, or copy the file to a folder ..\Civ4\Mods\Assets\XML\Civilizations\ and edit that. Then load it as a mod.)

    ..\Program Files\Civ4\Assets\XML\Civilizations\CIV4Civilizati onInfos.xml:
    Code:
    		<[i][/i]CivilizationInfo>
    			<[i][/i]Type>CIVILIZATION_AMERICA<[i][/i]/Type>
    			<[i][/i]Description>TXT_KEY_CIV_AMERICA_DESC<[i][/i]/Description>
    			<[i][/i]ShortDescription>TXT_KEY_CIV_AMERICA_SHORT_DESC<[i][/i]/ShortDescription>
    			<[i][/i]Adjective>TXT_KEY_CIV_AMERICA_ADJECTIVE<[i][/i]/Adjective>
    			<[i][/i]Civilopedia>TXT_KEY_CIV_AMERICA_PEDIA<[i][/i]/Civilopedia>
    			<[i][/i]DefaultPlayerColor>[b]PLAYERCOLOR_BLUE[/b]<[i][/i]/DefaultPlayerColor>
    Edit the highlighted key for the civilization who's color you wish to change.
    Last edited by Aeson; November 4, 2005, 17:53.

    Comment


    • #3
      If you wish to only change the color for a specific game, the only way I know is to edit the world builder save after starting up the game. (There may, and definitely should if not, be an easier way.)

      Start up a game.
      Quit out.
      Edit My Documents\My Games\Civ4\Saves\WorldBuilder\WBQuickSave.Civ4Worl dBuilderSave in a text editor.

      Code:
      BeginPlayer
      	Team=0
      	LeaderType=LEADER_HUAYNA_CAPAC
      	LeaderName=Aeson
      	CivDesc=Incan Empire
      	CivShortDesc=Inca
      	CivAdjective=Incan
      	FlagDecal=Art/Interface/TeamColor/FlagDECAL_Sun.dds
      	WhiteFlag=0
      	CivType=CIVILIZATION_INCA
      	Color=[b]PLAYERCOLOR_DARK_YELLOW[/b]
      	ArtStyle=ARTSTYLE_SOUTH_AMERICA
      	PlayableCiv=1
      	MinorNationStatus=0
      	StartingGold=50
      	StartingX=17, StartingY=17
      	StateReligion=
      	StartingEra=ERA_MEDIEVAL
      	CivicOption=CIVICOPTION_GOVERNMENT, Civic=CIVIC_DESPOTISM
      	CivicOption=CIVICOPTION_LEGAL, Civic=CIVIC_BARBARISM
      	CivicOption=CIVICOPTION_LABOR, Civic=CIVIC_TRIBALISM
      	CivicOption=CIVICOPTION_ECONOMY, Civic=CIVIC_DECENTRALIZATION
      	CivicOption=CIVICOPTION_RELIGION, Civic=CIVIC_PAGANISM
      	Handicap=HANDICAP_DEITY
      EndPlayer
      In SP you will always be team 0. So find that player and edit the highlighted entry. Then load the WBQuickSave.Civ4WorldBuilderSave in Single Player->Load A Scenario.

      Comment


      • #4
        As for what values you can use, you can find those in ..\XML\Interface\CIV4PlayerColorInfos.xml

        You can change the colors associated with those player color formats in ..\XML\Interface\ColorVals.xml

        Comment


        • #5
          Thank you m8.

          I'll try it.
          Darth Balrog aka NIM
          AEtas: Carpe Diem, quam minimum credula postero.

          Comment

          Working...
          X