Apolyton Archive  |  Preserved copy of the Apolyton Civilization Site and its forums as they stood in September 2005. Read-only; nothing here can be posted to or replied to.  |  Forum index |  About this archive |  The 1998–2001 UBB forums
Today on Apolyton WARDELL INTERVIEW PROMO A.C.S. HISTORY CHAPTER 4 GET CIV4 /w FREE PLUS! A.C.S. PHOTO GALLERY GET A.O.M. V1.1
Apolyton Civilization Forums
main| civ2| civ3| civ4| smac| ctp2| ron| moo3| galciv| galciv2| alt| about|
ApolytonPLUS | register | search | faq | new posts | pm (-/-) | upload | members
hall of fame new! | civgroups | civgroups news | interviews | the column | radio | chat | directory | news | store | PLUS
Apolyton Civilization Forums : Powered by vBulletin version 2.0.3 Apolyton Civilization Forums > Miscellaneous > Archive > CtP2-General/Help/Strategy/Multiplaying-Archive > Player Civ flag color
Show a Printable Version | Email This Page to Someone! | Receive updates to this thread | Report this to Apolyton news!

bottom of page
  
Author
Thread    < Last Thread     Next Thread > Post New Thread     Post A Reply
Adriano is offline Adriano
Chieftain
Roma
May 2002
time: 05:23
  Old Post 27-11-2002 14:23
Edit/Delete Message Reply w/Quote
#1 Report this post to a moderator
Player Civ flag color Support Apolyton, buy Call to Power 2

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.....................................

Maquiladora is offline Maquiladora
Emperor

Jun 2001
time: 05:23
  Old Post 27-11-2002 20:57 Visit Maquiladora's homepage!
Edit/Delete Message Reply w/Quote
#2 Report this post to a moderator
Support Apolyton buy from Amazon

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.

HuangShang is offline HuangShang
King
USA, SoCal, L.A.
Jul 2002
time: 21:23
  Old Post 27-11-2002 21:30
Edit/Delete Message Reply w/Quote
#3 Report this post to a moderator
Suffering from ads?

oh i never thought of another color... its tight

Adriano is offline Adriano
Chieftain
Roma
May 2002
time: 05:23
  Old Post 27-11-2002 21:35
Edit/Delete Message Reply w/Quote
#4 Report this post to a moderator
Increase Your PM Length

OK Maq!!

Straybow is offline Straybow
Emperor
SG(2)… gone but not forgotten
Jan 1970
time: 23:23
  Old Post 01-12-2002 06:50 Visit Straybow's homepage!
Edit/Delete Message Reply w/Quote
#5 Report this post to a moderator
Put an end to popups!

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)

Maquiladora is offline Maquiladora
Emperor

Jun 2001
time: 05:23
  Old Post 01-12-2002 08:27 Visit Maquiladora's homepage!
Edit/Delete Message Reply w/Quote
#6 Report this post to a moderator
Got spare money?

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

SMIFFGIG is offline SMIFFGIG
Prince
Great Britain
Jul 2002
time: 05:23
Thumbs up  Old Post 01-12-2002 19:37 Visit SMIFFGIG's homepage!
Edit/Delete Message Reply w/Quote
#7 Report this post to a moderator
Read the FAQ Support Apolyton, buy Civilization III: Complete

remember everyone the CtP2 FAQ on this forum has VERY useful information about the game.... including how to change your colour.

Devil of Truth is offline Devil of Truth
Prince
Keep honking... I'm reloading.
Sep 2002
time: 07:23
  Old Post 02-12-2002 13:42
Edit/Delete Message Reply w/Quote
#8 Report this post to a moderator
Support Apolyton, buy Alpha Centauri

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!

Pedrunn is offline Pedrunn
King
of Natal, Brazil
Jul 2001
time: 02:23
  Old Post 02-12-2002 20:08
Edit/Delete Message Reply w/Quote
#9 Report this post to a moderator
Support Apolyton buy from Amazon

The onlt txt file in which "//" means comments is some AI files. All the rest "#" means comment as posted by DoT

J Bytheway is offline J Bytheway
Emperor
England
Jul 2001
time: 05:23
  Old Post 02-12-2002 22:30 Visit J Bytheway's homepage!
Edit/Delete Message Reply w/Quote
#10 Report this post to a moderator
Put an end to popups!

Orders.txt also has // commenting (and # commenting too). I suspect both forms will work in all files but I've never tested this.

Straybow is offline Straybow
Emperor
SG(2)… gone but not forgotten
Jan 1970
time: 23:23
  Old Post 03-12-2002 08:26 Visit Straybow's homepage!
Edit/Delete Message Reply w/Quote
#11 Report this post to a moderator
Remove this text

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.

Maquiladora is offline Maquiladora
Emperor

Jun 2001
time: 05:23
  Old Post 03-12-2002 09:03 Visit Maquiladora's homepage!
Edit/Delete Message Reply w/Quote
#12 Report this post to a moderator
Support Apolyton buy from Amazon

sorry Oh My that green would look positively radiant on me!

Devil of Truth is offline Devil of Truth
Prince
Keep honking... I'm reloading.
Sep 2002
time: 07:23
  Old Post 03-12-2002 12:55
Edit/Delete Message Reply w/Quote
#13 Report this post to a moderator
Put an end to popups!

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!

Martin Gühmann is offline Martin Gühmann
Emperor
Berlin, Germany
Mar 2001
time: 06:23
Post  Old Post 04-12-2002 00:53 Visit Martin Gühmann's homepage!
Edit/Delete Message Reply w/Quote
#14 Report this post to a moderator
Increase the size of your Attachments

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

  < Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:23.
Apolyton Time is 00:23.
    top of page
Rate This Thread:
archivepost
Forum Jump:
Forum 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
vB code is ON
Smilies are ON
[IMG] code is ON
 




Contact Us - Apolyton Civilization Site - Support Us!

Building a better Apolyton through better information. Click here and take our poll!
Non-US visitors, click here!

Powered by: vBulletin Version 2.0.3
Copyright ©2000, 2001, Jelsoft Enterprises Limited.

Page generated in 0.0423 seconds (87.08% PHP - 12.92% MySQL) with 31 queries
Page Loading Time:

Support Apolyton: Amazon USA | Amazon UK | Amazon DE | Amazon FR |
Support Apolyton and get FREE PLUS, Buy from Chips&Bits: Galactic Civilizations | Galactic Civilizations: Deluxe Edition | Call to Power 2 | Civilization: The Boardgame | GURPS/ Alpha Centauri | Alpha Centauri | Civilization IV | Civilization III: Complete |


Front Page | Civilization IV | Civilization III | Civilization II | Call to Power II | Alpha Centauri | Master of Orion III
Rise of Nations | Galactic Civilizations | Galactic Civilizations II | Misc
Alt.Civs | Civ I | C:CtP I | About | News | Directory | Apolyton Store | Forums | Chat | Columns | Interviews | Newsletter
Scenario League | CSC | Clash of Civs | Spanish Site | CtP Maps | Cradle of Civ | WesW's Ctp1/2 Site | Civ3 Haven

apolyton.net | apolyton.com | civilization2.net | civilization3.net | civilization4.net | civilizationiv.info | calltopower.net | galciv.net | galciv2.net | moo3.net