Which file has the "green" color map for UN?

Please post here for questions and discussion about scenario design and general game modding. The graphics and scenarios are easily modifiable. Discuss your experiements in this area and get tips and advice!

Moderators: Joel Billings, JanSorensen

Post Reply
jpinard
Posts: 500
Joined: Mon Apr 19, 2004 5:30 am

Which file has the "green" color map for UN?

Post by jpinard »

I'd like to adjust the color mapping for the Soviets, UN, Neutrals, and Germans. I think there's only 4 files to apply the color. Which are they?

Thanks!
User avatar
Marc von Martial
Posts: 5292
Joined: Thu Jan 04, 2001 4:00 pm
Location: Bonn, Germany
Contact:

RE: Which file has the "green" color map for UN?

Post by Marc von Martial »

3 file groups in fact:

1. art.txt file "/dat"
2. unit popup chips "/dat/art/gui/ [respective country]"
3. the two MilForce.bmps "/dat/art/gui"

For the map artwork you can do this in the "art.txt" file located in the "/dat" subfolder.

The colors must use hex values, disregard the front "ff", those are for DirectX only. First hex value is the normal color and the second is the frozen color. Also, leave the ,0 and ,1 at the end of the two UN lines as one is for British and the other is for US colors.

Editing the chips colors behind the little units in the region popups and the MilForce screens is more involved and can only be done (at least by you guys [;)] ) with the "replace color" tool, and some experience so it looks good, in Photoshop or respective applications.


This is the original setup:

Code: Select all

PLAYER_COLOR,0,ffffffff,ffffffff
 PLAYER_COLOR,GER,ff979797,ffacacac
 PLAYER_COLOR,JAP,ffCE4424,ffc0573f
 PLAYER_COLOR,SOV,ffCE7E38,ffD89860
 PLAYER_COLOR,UN,ff8F9F37,ffA5B25F,0
 PLAYER_COLOR,UN,ffECD29F,ffEEDBB5,1
 PLAYER_COLOR,CHI,ffecc04b,ffefc866
 PLAYER_COLOR,NEU,fffbf4cd,fffbf4cd


Example:
----------


PLAYER_COLOR,JAP,ffCE4424,ffc0573f

CE4424 = normal color
c0573f = frozen color

Keep in mind that the colors you will pick will look different in the game because they are layed over the greyscale region artwork. You will need to play around a bit.


Tools to use:
-------------


- "Notepad" to edit the TXT file.
- "Smart Color" (just as an example there are tons of others ways to pick colors) to pick colors
http://www.isotton.com/smartcolor
- "Photoshop" / "Paint Shop Pro"(yuck) to mod the artwork files


Tips:
-------


Make sure to back the org files up. So you can allways go back to the original.
User avatar
Arkady
Posts: 1261
Joined: Fri May 31, 2002 1:37 pm
Location: 27th Penal Battalion
Contact:

RE: Which file has the "green" color map for UN?

Post by Arkady »

colours are defined in art.txt file in DAT directory
it is at the bottom of the file, values for all players (standard and politicaly frozen) and neutrals. For UN there are two lines, one for US olive green and one for alternative British beige colour
Image
jpinard
Posts: 500
Joined: Mon Apr 19, 2004 5:30 am

RE: Which file has the "green" color map for UN?

Post by jpinard »

So the green for US, or the beige for UK, or the grey for Germany (on the big map) isn't just a color overlay map? Looks like I'll leave them be hehe. [:)]
User avatar
Marc von Martial
Posts: 5292
Joined: Thu Jan 04, 2001 4:00 pm
Location: Bonn, Germany
Contact:

RE: Which file has the "green" color map for UN?

Post by Marc von Martial »

ORIGINAL: jpinard

So the green for US, or the beige for UK, or the grey for Germany (on the big map) isn't just a color overlay map? Looks like I'll leave them be hehe. [:)]

No, a "code overlay". Try it with my instructions, it´s really easy. You can´t break the game.
jpinard
Posts: 500
Joined: Mon Apr 19, 2004 5:30 am

RE: Which file has the "green" color map for UN?

Post by jpinard »

OK will do! I think I get it now [8D]
Rocco
Posts: 282
Joined: Sun Oct 20, 2002 5:59 pm
Location: IL, USA

RE: Which file has the "green" color map for UN?

Post by Rocco »

If anyone just really wants to change the neutral color (because it's so close to Britain's) you could just change the neutral color line to this:

PLAYER_COLOR,NEU,ff9d7a66,ff9d7a66

I put this in for mine, and it looks pretty good. It fits in well with the other colors, not too bright or flashy at all.

I just thought I'd put this in here in case someone didn't have a program to find color numbers, or were just to lazy to do it.

Have fun

Rocco
Image
User avatar
Erik Rutins
Posts: 39650
Joined: Tue Mar 28, 2000 4:00 pm
Location: Vermont, USA
Contact:

RE: Which file has the "green" color map for UN?

Post by Erik Rutins »

Here's the file I use to make neutrals more visible, FWIW:

Attachments
art.txt
(36.7 KiB) Downloaded 47 times
Erik Rutins
CEO, Matrix Games LLC


Image

For official support, please use our Help Desk: http://www.matrixgames.com/helpdesk/

Freedom is not Free.
Post Reply

Return to “Mods and Scenarios”