November 27, 2002, 05:23
|
#1
|
Chieftain
Local Time: 11:40
Local Date: November 1, 2010
Join Date: May 2002
Location: Roma
Posts: 60
|
Player Civ flag color
Sorry Guys I've had enough to play with blue color........
Is there a way to change it ?
I'haven't found anything about it, surely I missed smth.....................................
__________________
MF
|
|
|
|
November 27, 2002, 11:57
|
#2
|
Emperor
Local Time: 12:40
Local Date: November 1, 2010
Join Date: Jun 2001
Posts: 7,665
|
You need to edit a file called colors00.txt in your ...\Call To Power 2\ctp2_data\default\gamedata\ folder.
The three numbers represent RGB colour values. You can find the values in MS Paint or most paint programs then just change the 3 numbers to the colour you want.
For example: 0 0 255 means blue for player 1.
|
|
|
|
November 27, 2002, 12:30
|
#3
|
King
Local Time: 04:40
Local Date: November 1, 2010
Join Date: Jul 2002
Location: Berkeley
Posts: 1,375
|
oh i never thought of another color... its tight
|
|
|
|
November 27, 2002, 12:35
|
#4
|
Chieftain
Local Time: 11:40
Local Date: November 1, 2010
Join Date: May 2002
Location: Roma
Posts: 60
|
__________________
MF
|
|
|
|
November 30, 2002, 21:50
|
#5
|
Emperor
Local Time: 04:40
Local Date: November 1, 2010
Join Date: Dec 1969
Location: LF & SG(2)... still here in our hearts
Posts: 6,230
|
Here's a some lines from Colors00.txt
Code:
|
COLORSET_COLOR 196 0 38 # COLOR_PLAYER0
COLORSET_COLOR 0 0 255 # COLOR_PLAYER1
…
# RADAR MAP BASE TILE COLORS: 1 COLOR FOR EACH TYPE.
#COLORSET_COLOR 85 105 10 # COLOR_TERRAIN_0
#COLORSET_COLOR 186 118 4 # COLOR_TERRAIN_1
…
# CTP1 colors
# COLORSET_COLOR 87 171 27 # COLOR_TERRAIN_0
# COLORSET_COLOR 87 171 27 # COLOR_TERRAIN_1 |
I'm a bit confused over the use of the "#" character. Sometimes it seems to denote a comment, but it also looks like it is part of a variable name. For example I want to make a note what color 199 159 109 is (kinda beige)
__________________
(\__/) Save a bunny, eat more Smurf!
(='.'=) Sponsored by the National Smurfmeat Council
(")_(") Smurf, the original blue meat! © 1999, patent pending, ® and ™ (except that "Smurf" bit)
|
|
|
|
November 30, 2002, 23:27
|
#6
|
Emperor
Local Time: 12:40
Local Date: November 1, 2010
Join Date: Jun 2001
Posts: 7,665
|
I think in most cases anything after // on a line denotes a comment, in slic files anyway, same for all the files too i would say.
Code:
|
COLORSET_COLOR 196 0 38 # COLOR_PLAYER0 // gay pink
COLORSET_COLOR 0 0 255 # COLOR_PLAYER1 // royal polka dots
COLORSET_COLOR 255 128 0 # COLOR_PLAYER2 // sick carrot orange
COLORSET_COLOR 0 135 64 # COLOR_PLAYER3 |
|
|
|
|
December 1, 2002, 10:37
|
#7
|
Prince
Local Time: 12:40
Local Date: November 1, 2010
Join Date: Jul 2002
Location: Great Britain
Posts: 684
|
Read the FAQ
remember everyone the CtP2 FAQ on this forum has VERY useful information about the game.... including how to change your colour.
__________________
Oxygen should be considered a drug
Tiberian Sun Retro
My Mod for Tiberian Sun Webmaster of
http://www.tiberiumsun.com
|
|
|
|
December 2, 2002, 04:42
|
#8
|
Prince
Local Time: 13:40
Local Date: November 1, 2010
Join Date: Sep 2002
Location: Keep honking... I'm reloading.
Posts: 351
|
The guys and girls at Activision couldn’t decide which symbol to use to denote comments. For SLIC files it’s “//”. In text files it’s usually “#”.
So Maq could just do this: COLORSET_COLOR 196 0 38 # COLOR_PLAYER0 gay pink
Gay pink?
What tribe is that Maq?
Oh yes. Read the FAQ da**it!
__________________
If something doesn't feel right, you're not feeling the right thing.
|
|
|
|
December 2, 2002, 11:08
|
#9
|
King
Local Time: 08:40
Local Date: November 1, 2010
Join Date: Jul 2001
Location: of Natal, Brazil
Posts: 2,555
|
The onlt txt file in which "//" means comments is some AI files. All the rest "#" means comment as posted by DoT
__________________
"Kill a man and you are a murder.
Kill thousands and you are a conquer.
Kill all and you are a God!"
-Jean Rostand
|
|
|
|
December 2, 2002, 13:30
|
#10
|
Emperor
Local Time: 12:40
Local Date: November 1, 2010
Join Date: Jul 2001
Location: England
Posts: 3,826
|
Orders.txt also has // commenting (and # commenting too). I suspect both forms will work in all files but I've never tested this.
|
|
|
|
December 2, 2002, 23:26
|
#11
|
Emperor
Local Time: 04:40
Local Date: November 1, 2010
Join Date: Dec 1969
Location: LF & SG(2)... still here in our hearts
Posts: 6,230
|
Maq, please get it right.
COLORSET_COLOR 138 59 204 # COLOR_PLAYER5 gay lavender
COLORSET_COLOR 248 149 182 # COLOR_PLAYER10 gay pink
COLORSET_COLOR 138 202 15 # COLOR_PLAYER15 gay green
It forms a clear pattern: obviously the number "5" is gay.
__________________
(\__/) Save a bunny, eat more Smurf!
(='.'=) Sponsored by the National Smurfmeat Council
(")_(") Smurf, the original blue meat! © 1999, patent pending, ® and ™ (except that "Smurf" bit)
|
|
|
|
December 3, 2002, 00:03
|
#12
|
Emperor
Local Time: 12:40
Local Date: November 1, 2010
Join Date: Jun 2001
Posts: 7,665
|
sorry Oh My that green would look positively radiant on me!
|
|
|
|
December 3, 2002, 03:55
|
#13
|
Prince
Local Time: 13:40
Local Date: November 1, 2010
Join Date: Sep 2002
Location: Keep honking... I'm reloading.
Posts: 351
|
Nope. I tried. It failed. Most text files, with the exception of some AI files use “#” (thanks Pedrunn). Most SLIC files use “//”
Maq, the green is divine, but the lavender is to die for!
__________________
If something doesn't feel right, you're not feeling the right thing.
|
|
|
|
December 3, 2002, 15:53
|
#14
|
Super Moderator
Local Time: 13:40
Local Date: November 1, 2010
Join Date: Mar 2001
Location: Tübingen, Germany
Posts: 6,206
|
Quote:
|
Originally posted by Devil of Truth
Most SLIC files use �//�
|
All SLIC files uses the //-comment. The # character is used in compination of the include command in slic files. That reminds to C++ syntax.
-Martin
__________________
Civ2 military advisor: "No complaints, Sir!"
|
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
All times are GMT -4. The time now is 07:40.
|
|