PDA

View Full Version : Changing faction colours ?



Akka
06-15-2003, 09:27
Well, it's, I think, a pretty easy and trivial thing to do, but I must be dumb because I could not figure how to do it...
Looked through the *.txt files, but could not find how to do it...


So my question is just : how can you change the colours of a faction ?
Not the shields, the flags or thinks like that. Just the two colours that we see on the soldiers, and that fill the army bars in the strategic map.

Thanks.

MR EGG
06-15-2003, 16:29
In the startpos file just under faction sheilds are the faction colours bit. there are 2 entries or 2 sets of numbers for each faction which represent the rgb colour.the first of which is the main faction colour,if you don't have an rgb colour chart showing colours and numbers respectively you will just have to adjust numbers by trial and error. I hope this is clear enough http://www.totalwar.org/forum/non-cgi/emoticons/smile.gif
// Faction colours in red : green : blue order..

SetFactionCol:: FN_ALMOHAD 255 138 0/ 32 32 32
SetFactionCol:: FN_BYZANTINE 163 1 245/ 255 255 255
SetFactionCol:: FN_DANISH 255 255 255/ 255 0 0
SetFactionCol:: FN_EGYPTIAN 236 184 38/ 254 255 255
SetFactionCol:: FN_ENGLISH 131 0 0/ 43 43 143
SetFactionCol:: FN_FRENCH 36 2 211/ 255 0 0
SetFactionCol:: FN_GERMAN_HRE 32 32 32/ 32 32 32
SetFactionCol:: FN_ITALIAN 0 111 21/ 255 0 0
SetFactionCol:: FN_POLISH 199 0 0/ 255 255 255
SetFactionCol:: FN_RUSSIAN 79 142 210/ 255 228 0
SetFactionCol:: FN_SPANISH 255 228 0/ 255 228 0
SetFactionCol:: FN_TURKISH 79 152 36/ 255 138 0
SetFactionCol:: FN_ARAGONESE 255 89 76/ 255 241 133
SetFactionCol:: FN_HUNGARIAN 166 87 87/ 201 201 201
SetFactionCol:: FN_SICILIAN 150 150 150/ 255 255 255
SetFactionCol:: FN_BURGUNDIAN 148 180 229/ 255 241 133
SetFactionCol:: FN_GOLDEN_HORDE 162 134 0/ 162 134 0
SetFactionCol:: FN_NOVGOROD 79 142 210/ 255 241 133
SetFactionCol:: FN_PAPIST 253 237 107/ 255 255 255
SetFactionCol:: FN_SWISS 201 201 201/ 32 32 32
You change these numbers as easy as that (I think).

Akka
06-15-2003, 19:33
Aaaaah, thanks guy, that was exactly what I was looking for ^^