|
Variables: |
CIV_LEADER_NAME | - | String ID of the male leader name. Must be a valid String ID from one of the string files, usually civ_str.txt |
CIV_LEADER_NAME_FEMALE | - | String ID of the female leader name. Must be a valid String ID from one of the string files, usually civ_str.txt |
CIV_PERSONALITY_MALE | - | Personality ID of the male leader. Must be a valid Personality ID from Personalities.txt |
CIV_PERSONALITY_FEMALE | - | Personality ID of the male leader. Must be a valid Personality ID from Personalities.txt |
CIV_PERSONALITY_DESCRIPTION | - | Unused String ID. This variable must be defined and valid but is not used within the game. Must be a valid String ID from one of the string files. |
CIV_COUNTRY | - | String ID of the country name. Must be a valid String ID from one of the string files, usually civ_str.txt |
CIV_SINGULAR | - | String ID of the empire name singular. Must be a valid String ID from one of the string files, usually civ_str.txt |
CIV_PLURAL | - | String ID of the empire name plural. Must be a valid String ID from one of the string files, usually civ_str.txt |
CIV_EMISSARY_PHOTO | - | Unused String ID. This variable must be defined and valid but is not used within the game. Must be a valid String ID from one of the string files. |
CIV_PARCHMENT | - | Parchment # to be used in the Diplomacy Manager. Naming convention for parchment files is UPDG##.TGA and must exist in the \default\graphics\pictures directory. |
CIV_CITY_STYLE | - | City Style to use for this empire. Valid values: 0 - 2 |
CIV_CITY_NAME | - | String ID of the city names for this empire. One CIV_CITY_NAME is defined for each city name. The CITY_IS_CAPITAL flag should only be used on the first city name defined. Must be a valid String ID from one of the string files, usually civ_str.txt |
|
|
|
|
|
Example: |
|
GREEK { |
CIV_LEADER_NAME GREEK_LEADERM_NAME |
CIV_LEADER_NAME_FEMALE GREEK_LEADERF_NAME |
CIV_PERSONALITY_MALE "PERSONALITY_CEASAR" |
CIV_PERSONALITY_FEMALE "PERSONALITY_TELLER" |
CIV_PERSONALITY_DESCRIPTION PERSONALITY_DESCRIPTION_WAR_FEW |
CIV_COUNTRY GREEK_COUNTRY_NAME |
CIV_SINGULAR GREEK_SINGULAR |
CIV_PLURAL GREEK_PLURAL |
CIV_EMISSARY_PHOTO GREEK_DIPLOMAT_PHOTO |
CIV_PARCHMENT 14 |
CIV_CITY_STYLE 0 |
CIV_CITY_NAME GREEK_CITY_1 CITY_IS_CAPITAL |
CIV_CITY_NAME GREEK_CITY_2 |
CIV_CITY_NAME GREEK_CITY_3 |
CIV_CITY_NAME GREEK_CITY_4 |
CIV_CITY_NAME GREEK_CITY_5 |
CIV_CITY_NAME GREEK_CITY_6 |
CIV_CITY_NAME GREEK_CITY_7 |
CIV_CITY_NAME GREEK_CITY_8 |
CIV_CITY_NAME GREEK_CITY_9 |
CIV_CITY_NAME GREEK_CITY_10 |
CIV_CITY_NAME GREEK_CITY_11 |
CIV_CITY_NAME GREEK_CITY_12 |
CIV_CITY_NAME GREEK_CITY_13 |
CIV_CITY_NAME GREEK_CITY_14 |
CIV_CITY_NAME GREEK_CITY_15 |
CIV_CITY_NAME GREEK_CITY_16 |
CIV_CITY_NAME GREEK_CITY_17 |
CIV_CITY_NAME GREEK_CITY_18 |
CIV_CITY_NAME GREEK_CITY_19 |
CIV_CITY_NAME GREEK_CITY_20 |
CIV_CITY_NAME GREEK_CITY_21 |
CIV_CITY_NAME GREEK_CITY_22 |
CIV_CITY_NAME GREEK_CITY_23 |
CIV_CITY_NAME GREEK_CITY_24 |
CIV_CITY_NAME GREEK_CITY_25 |
CIV_CITY_NAME GREEK_CITY_26 |
CIV_CITY_NAME GREEK_CITY_27 |
CIV_CITY_NAME GREEK_CITY_28 |
CIV_CITY_NAME GREEK_CITY_29 |
CIV_CITY_NAME GREEK_CITY_30 |
|
} |