PDA

View Full Version : Race names



mudface
18th Nov 04, 1:51 PM
simple question, when i create a new race i can make it work and appear in game etc but on the choose army drop down thingy at the beginning of a game how do i change the name of my race in there.

Palii
18th Nov 04, 3:20 PM
In the racebps folder you have your own race's lua file. You have to replace the text reference id thing, simply with your army name.
GameData["race_details"]["name_id"] = "$90000"
Just like this:
GameData["race_details"]["name_id"] = "Your race name"

mudface
18th Nov 04, 4:37 PM
thanks lots