From Pak 192 Comic
Jump to: navigation, search

Some specific color values will behave slightly differently to normal colors. Those are Special colors. They exist in 4 Variations:

Background Color[edit | edit source]

#E7FFFF #E7FFFF

Older versions did not support gradual transparency. Instead, a special color was used to indicate the non-visible background of a graphic. This is obsolete, as you can just use graphics with transparent background instead. However, you can use this special color to write information in the background that won't be visible in the game.


Player Color[edit | edit source]

Player Colors are 2x8 colors which get substituted by 8 shades of a color the player picks. Pak192.comic makes heavy use of the first player color, which defaults to red in single-player games. The second player color can be ignored for the most part.

#244B67 #244B67
#395E7C #395E7C
#4C7191 #4C7191
#6084A7 #6084A7
#7497BD #7497BD
#88ABD3 #88ABD3
#9CBEE9 #9CBEE9
#B0D2FF #B0D2FF
#7B5803 #7B5803
#8E6F04 #8E6F04
#A18605 #A18605
#B49D07 #B49D07
#C6B408 #C6B408
#D9CB0A #D9CB0A
#ECE20B #ECE20B
#FFF90D #FFF90D


Light Colors[edit | edit source]

Light Colors are colors used to indicate light. At night, they do not get darker, some even brighten up. Some Windows of a building should use one of the colors that become golden at night. (Colors in the left column turn to the colors in the right column)

#4D4D4D #4D4D4D
#57656F #57656F
#C1B1D1 #C1B1D1
#E3E3FF #E3E3FF
#7F9BF1 #7F9BF1
#FFFF53 #FFFF53
#FF211D #FF211D
#01DD01 #01DD01
#FF017F #FF017F
#0101FF #0101FF
#D3C380 #D3C380
#D3C380 #D3C380
#D3C380 #D3C380
#FFFFE3 #FFFFE3
#80C3D3 #80C3D3
#FFFF53 #FFFF53
#FF211D #FF211D
#01DD01 #01DD01
#FF017F #FF017F
#0101FF #0101FF


Menu Colors[edit | edit source]

These colors were initially used for the grey menu. By now, menus don't darken either way, and those colors are mostly obsolete.

#6B6B6B #6B6B6B
#9B9B9B #9B9B9B
#B3B3B3 #B3B3B3
#C9C9C9 #C9C9C9
#DFDFDF #DFDFDF


Transparency and Special Colors[edit | edit source]

Transparency enables mixing and matching special colors whenever there are two images above one another, eg. frontimages in buildings. This can be used to add more shades of player colors (using black/white overlay); Add Shades of Lightcolor during the day (again using black/white overlay, which will be black at night); Or use additional Lightcolors (eg. mixing red and yellow for oranges). Note that Transparency does not use a full color channel, so slight discoloration and loss of detail are to be expected when using this method.


Avoiding Special Colors[edit | edit source]

Adding Special Colors is pretty much optional. Avoiding accidential use of Special Colors is the real pain, especially menu-gray in a snowy landscape. The Tool "Shades" can be used for graphics without transparency. With Transparency, the best method is a photoshop action, downloadable here: https://www.dropbox.com/s/t7krokkarc65dd1/SPECIAL%20COLORS.atn?dl=0