Outpost Universe Forums
Projects & Development => Outpost 2 Programming & Development => Topic started by: Sirbomber on May 31, 2004, 03:01:08 PM
-
Is it possible to change the player colors in Single Player?
-
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.