Thread Tools
Old November 27, 2002, 05:23   #1
Adriano
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
Adriano is offline  
Old November 27, 2002, 11:57   #2
Maquiladora
Call to Power II MultiplayerCTP2 Source Code ProjectCall to Power PBEMCall to Power Multiplayer
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.
__________________
Call to Power 2: Apolyton Edition - download the latest version (7th June 2010)
CtP2 AE Wiki & Modding Reference
One way to compile the CtP2 Source Code.
Maquiladora is offline  
Old November 27, 2002, 12:30   #3
HuangShang
Call to Power II Democracy GameCTP2 Source Code Project
King
 
HuangShang's Avatar
 
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
HuangShang is offline  
Old November 27, 2002, 12:35   #4
Adriano
Chieftain
 
Local Time: 11:40
Local Date: November 1, 2010
Join Date: May 2002
Location: Roma
Posts: 60
OK Maq!!
__________________
MF
Adriano is offline  
Old November 30, 2002, 21:50   #5
Straybow
Civilization II Succession GamesSpanish CiversPtWDG2 TabemonoAlpha Centauri Democracy GameNationStatesGalCiv Apolyton EmpireTrade Wars / BlackNova TradersCivilization II Democracy Game
Emperor
 
Straybow's Avatar
 
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)
Straybow is offline  
Old November 30, 2002, 23:27   #6
Maquiladora
Call to Power II MultiplayerCTP2 Source Code ProjectCall to Power PBEMCall to Power Multiplayer
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
__________________
Call to Power 2: Apolyton Edition - download the latest version (7th June 2010)
CtP2 AE Wiki & Modding Reference
One way to compile the CtP2 Source Code.
Maquiladora is offline  
Old December 1, 2002, 10:37   #7
SMIFFGIG
Call to Power II Democracy GameCall to Power II MultiplayerCTP2 Source Code Project
Prince
 
SMIFFGIG's Avatar
 
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
SMIFFGIG is offline  
Old December 2, 2002, 04:42   #8
Devil of Truth
Call to Power II Democracy GameCall to Power Democracy GameCTP2 Source Code Project
Prince
 
Devil of Truth's Avatar
 
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.
Devil of Truth is offline  
Old December 2, 2002, 11:08   #9
Pedrunn
Call to Power II Democracy Game
King
 
Pedrunn's Avatar
 
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
Pedrunn is offline  
Old December 2, 2002, 13:30   #10
J Bytheway
Call to Power PBEMCall to Power II Democracy GameCTP2 Source Code Project
Emperor
 
J Bytheway's Avatar
 
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.
J Bytheway is offline  
Old December 2, 2002, 23:26   #11
Straybow
Civilization II Succession GamesSpanish CiversPtWDG2 TabemonoAlpha Centauri Democracy GameNationStatesGalCiv Apolyton EmpireTrade Wars / BlackNova TradersCivilization II Democracy Game
Emperor
 
Straybow's Avatar
 
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)
Straybow is offline  
Old December 3, 2002, 00:03   #12
Maquiladora
Call to Power II MultiplayerCTP2 Source Code ProjectCall to Power PBEMCall to Power Multiplayer
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!
__________________
Call to Power 2: Apolyton Edition - download the latest version (7th June 2010)
CtP2 AE Wiki & Modding Reference
One way to compile the CtP2 Source Code.
Maquiladora is offline  
Old December 3, 2002, 03:55   #13
Devil of Truth
Call to Power II Democracy GameCall to Power Democracy GameCTP2 Source Code Project
Prince
 
Devil of Truth's Avatar
 
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.
Devil of Truth is offline  
Old December 3, 2002, 15:53   #14
Martin Gühmann
staff
Call to Power II Democracy GameCall to Power Democracy GameCTP2 Source Code Project
Super Moderator
 
Martin Gühmann's Avatar
 
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!"
Martin Gühmann is offline  
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 07:40.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Apolyton Civilization Site | Copyright © The Apolyton Team