Announcement

Collapse
No announcement yet.

Old colours back.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Old colours back.

    After installing the Apolyton pack for CTP the player colour has changed to grey. How do I change it back to blue?

    Thanks

  • #2
    Go into the scenario/apolyton/default/gamedata directory open the file Colors00.txt and edit the following line

    COLORSET_COLOR 215 215 215 # COLOR_PLAYER1

    The three values are Read Green Blue so if you want blue change it to:

    COLORSET_COLOR 0 0 215 # COLOR_PLAYER1

    I would however sugest that you use another color as blue is the color of the ocean, so you cannot se yourself on the radar map. Personally I use the color 155 155 155 a dark gray, visible both on the radar map and in the variouse screens.

    Martin the Dane
    Visit my CTP-page and get TileEdit and a few other CTP related programs.
    Download and test SpriteEdit development build.

    Comment


    • #3
      Thanks Martin.

      quote:

      Originally posted by Martin the Dane on 10-30-2000 07:15 PM
      Go into the scenario/apolyton/default/gamedata directory open the file Colors00.txt and edit the following line

      COLORSET_COLOR 215 215 215 # COLOR_PLAYER1

      The three values are Read Green Blue so if you want blue change it to:

      COLORSET_COLOR 0 0 215 # COLOR_PLAYER1

      I would however sugest that you use another color as blue is the color of the ocean, so you cannot se yourself on the radar map. Personally I use the color 155 155 155 a dark gray, visible both on the radar map and in the variouse screens.

      Martin the Dane


      Comment

      Working...
      X