Outpost Universe Forums

Projects & Development => Outpost 2 Programming & Development => Topic started by: Sirbomber on May 31, 2004, 03:01:08 PM

Title: Question
Post by: Sirbomber on May 31, 2004, 03:01:08 PM
Is it possible to change the player colors in Single Player?
Title: Question
Post by: Cynex 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.