How do I: Specify Icons and Icon Colors / Override Player Name
Map Custimization Questions
How do I do the following for the custom map I'm creating via a combination of Galaxy Forge and hand coding:
- Specify specific icons with specific colors for given players. I've deduced that you can use the themeIndex parameter to specify an icon. How do I set the color for that icon. I know that the icon colors are defined in the Colors.color file in the Window folder. For example, I'd like player0 to have an icon with playerColor = 6. Player0 seems to default to playerColor = 0.
- Override the players' names. Currently, despite having the names that I'd like defined via the inGameName parameter, the normal username is displayed. For example, what I'd like to be able to do is name a player for my custom map something like The Smurfs and have that name displayed regardless if it's controlled by a human player or the computer.
Are these things even possible to accomplish?
On a related note, I would love to see more thorough documentation on map parameters, their functions, and the ranges and effects of valid values.