Need help with finding Pre-Gethering Storm colors of Civs

Inspector_beyond

Chieftain
Joined
Oct 5, 2019
Messages
10
Hello everyone and I need help to find exact colors of Pre-Gathering storm Civs. As all files where colors are defined are now replaced by Jersey system format and there's nothing left of old color value definitions.
If there's somebody who can help me with that, would that be a modder or someone else, I would appreaciate it.
 
Aztec DLC:
XML:
    <Colors>
        <Row>
            <Type>COLOR_PLAYER_AZTEC_SECONDARY</Type>
            <Color>161,57,35,255</Color>
        </Row>
        <Row>
            <Type>COLOR_PLAYER_AZTEC_PRIMARY</Type>
            <Color>137,239,213,255</Color>
        </Row>
    </Colors>

Macedon&Persia DLC:
XML:
    <Colors>
        <Row>
            <Type>COLOR_PLAYER_MACEDON_PRIMARY</Type>
            <Color>135,135,135,255</Color>
        </Row>
        <Row>
            <Type>COLOR_PLAYER_MACEDON_SECONDARY</Type>
            <Color>233,235,0,255</Color>
        </Row>
        <Row>
            <Type>COLOR_PLAYER_PERSIA_PRIMARY</Type>
            <Color>107,151,255,255</Color>
        </Row>
        <Row>
            <Type>COLOR_PLAYER_PERSIA_SECONDARY</Type>
            <Color>144,23,22,255</Color>
        </Row>
    </Colors>

Nubia DLC:
XML:
    <Colors>
        <Row>
            <Type>COLOR_PLAYER_NUBIA_PRIMARY</Type>
            <Color>197,189,160,255</Color>
        </Row>
        <Row>
            <Type>COLOR_PLAYER_NUBIA_SECONDARY</Type>
            <Color>88,47,27,255</Color>
        </Row>
    </Colors>

Poland DLC:
XML:
    <Colors>
        <Row>
            <Type>COLOR_PLAYER_POLAND_PRIMARY</Type>
            <Color>217,31,66,255</Color>
        </Row>
        <Row>
            <Type>COLOR_PLAYER_POLAND_SECONDARY</Type>
            <Color>242,230,240,255</Color>
        </Row>
    </Colors>

Indonesia&Khmer DLC:
XML:
    <Colors>
        <Row>
            <Type>COLOR_PLAYER_INDONESIA_PRIMARY</Type>
            <Color>15,0,117,255</Color>
        </Row>
        <Row>
            <Type>COLOR_PLAYER_INDONESIA_SECONDARY</Type>
            <Color>166,37,8,255</Color>
        </Row>
        <Row>
            <Type>COLOR_PLAYER_KHMER_PRIMARY</Type>
            <Color>37,49,118,255</Color>
        </Row>
        <Row>
            <Type>COLOR_PLAYER_KHMER_SECONDARY</Type>
            <Color>179,159,45,255</Color>
        </Row>
    </Colors>

Australia DLC:
XML:
  <Colors>
    <Row>
      <Type>COLOR_PLAYER_AUSTRALIA_PRIMARY</Type>
      <Color>239,159,62,255</Color>
    </Row>
    <Row>
      <Type>COLOR_PLAYER_AUSTRALIA_SECONDARY</Type>
      <Color>237,239,237,255</Color>
    </Row>
  </Colors>

Rise and fall attached.
 

Attachments

Last edited:
Aztec DLC:
XML:
    <Colors>
        <Row>
            <Type>COLOR_PLAYER_AZTEC_SECONDARY</Type>
            <Color>161,57,35,255</Color>
        </Row>
        <Row>
            <Type>COLOR_PLAYER_AZTEC_PRIMARY</Type>
            <Color>137,239,213,255</Color>
        </Row>
    </Colors>

Macedon&Persia DLC:
XML:
    <Colors>
        <Row>
            <Type>COLOR_PLAYER_MACEDON_PRIMARY</Type>
            <Color>135,135,135,255</Color>
        </Row>
        <Row>
            <Type>COLOR_PLAYER_MACEDON_SECONDARY</Type>
            <Color>233,235,0,255</Color>
        </Row>
        <Row>
            <Type>COLOR_PLAYER_PERSIA_PRIMARY</Type>
            <Color>107,151,255,255</Color>
        </Row>
        <Row>
            <Type>COLOR_PLAYER_PERSIA_SECONDARY</Type>
            <Color>144,23,22,255</Color>
        </Row>
    </Colors>

Nubia DLC:
XML:
    <Colors>
        <Row>
            <Type>COLOR_PLAYER_NUBIA_PRIMARY</Type>
            <Color>197,189,160,255</Color>
        </Row>
        <Row>
            <Type>COLOR_PLAYER_NUBIA_SECONDARY</Type>
            <Color>88,47,27,255</Color>
        </Row>
    </Colors>

Poland DLC:
XML:
    <Colors>
        <Row>
            <Type>COLOR_PLAYER_POLAND_PRIMARY</Type>
            <Color>217,31,66,255</Color>
        </Row>
        <Row>
            <Type>COLOR_PLAYER_POLAND_SECONDARY</Type>
            <Color>242,230,240,255</Color>
        </Row>
    </Colors>

Indonesia&Khmer DLC:
XML:
    <Colors>
        <Row>
            <Type>COLOR_PLAYER_INDONESIA_PRIMARY</Type>
            <Color>15,0,117,255</Color>
        </Row>
        <Row>
            <Type>COLOR_PLAYER_INDONESIA_SECONDARY</Type>
            <Color>166,37,8,255</Color>
        </Row>
        <Row>
            <Type>COLOR_PLAYER_KHMER_PRIMARY</Type>
            <Color>37,49,118,255</Color>
        </Row>
        <Row>
            <Type>COLOR_PLAYER_KHMER_SECONDARY</Type>
            <Color>179,159,45,255</Color>
        </Row>
    </Colors>

Australia DLC:
XML:
  <Colors>
    <Row>
      <Type>COLOR_PLAYER_AUSTRALIA_PRIMARY</Type>
      <Color>239,159,62,255</Color>
    </Row>
    <Row>
      <Type>COLOR_PLAYER_AUSTRALIA_SECONDARY</Type>
      <Color>237,239,237,255</Color>
    </Row>
  </Colors>

Rise and fall attached.
Much Appreciated.
 
Back
Top Bottom