Author Topic: Question  (Read 3095 times)

Offline Sirbomber

  • Hero Member
  • *****
  • Posts: 3237
Question
« on: May 31, 2004, 03:01:08 PM »
Is it possible to change the player colors in Single Player?
"As usual, colonist opinion is split between those who think the plague is a good idea, and those who are dying from it." - Outpost Evening Star

Outpost 2 Coding 101 Tutorials

Offline Cynex

  • Newbie
  • *
  • Posts: 31
Question
« Reply #1 on: May 31, 2004, 03:21:17 PM »
Sure is it possible.

DLLs set the player color by calling SetColorNumber(int ColorNumber).
You have to find the call in one of the dlls and change the appropriate bytes everytime you want to have a different color.