Hi. I've been trying to do custom minor races and i'm having an issue where I can't get the home system and homeworld names to show up, instead only using the name of the race. Here's a sample code for one of them.
Code: xml
-
- <RACE Name="Hades">
- <RACEID>14</RACEID>
- <DISPLAYNAME>Hades Regime</DISPLAYNAME>
- <ALIGNMENT>100</ALIGNMENT>
- <HOMEWORLD>Hades Primus</HOMEWORLD>
- <HOMESTAR>Hades</HOMESTAR>
- <RACELEADER>Lord Vedra</RACELEADER>
- <DESCRIPTION>Hades was once a penal-colony world of the Imperium, but was abandoned in the Great Collapse. A harsh world full of predators and natural disasters, life on Hades is not easy. When the Imperium administrators left, some of the more powerful criminals on Hades formed the terrible Hades Regime. Vile and evil, their people live a life of toil and suffering.</DESCRIPTION>
- <SHORTEMPIRENAME>Hades</SHORTEMPIRENAME>
- <AIPERSONALITY>5</AIPERSONALITY>
- <LEADERGENDER>1</LEADERGENDER>
- <PORTRAIT>Gfx\Race\hades.png</PORTRAIT>
- <LOGO>Gfx\Race\Logos\hs.png</LOGO>
- <SMALLLOGO>Gfx\Race\Logos\hs.png</SMALLLOGO>
- <DEFAULTTRADEPORTRAIT>Gfx\Race\hades.png</DEFAULTTRADEPORTRAIT>
- <CUSTOMIZATIONPOINTS>0</CUSTOMIZATIONPOINTS>
- <CIVTYPE>3</CIVTYPE>
- <POLITICALPARTY>0</POLITICALPARTY>
- <RACECOLOR>196,223,155</RACECOLOR>
- <SHADOWCOLOR>128,42,15</SHADOWCOLOR>
- <UNDEFENDEDSTARCOLOR>72,21,7</UNDEFENDEDSTARCOLOR>
- <DEFENDEDSTARCOLOR>192,128,32</DEFENDEDSTARCOLOR>
- <SECTORCOLOR>196,223,155</SECTORCOLOR>
- <BASECOLOR>196,223,155</BASECOLOR>
- <TRIMCOLOR>196,223,155</TRIMCOLOR>
- <ENGINECOLOR>196,223,155</ENGINECOLOR>
- <INTERFACECOLOR>196,223,155</INTERFACECOLOR>
- <SHIPSTYLE>Korath Clan Style</SHIPSTYLE>
- <MODULESTYLE>0</MODULESTYLE>
- <TECH>Root</TECH>
- <ECONOMICS>100</ECONOMICS>
- <WEAPONS>0</WEAPONS>
- <DEFENSE>0</DEFENSE>
- <SPEED>0</SPEED>
- <MORALE>0</MORALE>
- <POPULATIONGROWTH>0</POPULATIONGROWTH>
- <SOCIALPRODUCTION>0</SOCIALPRODUCTION>
- <MILITARYPRODUCTION>0</MILITARYPRODUCTION>
- <RESEARCH>0</RESEARCH>
- <INFLUENCE>0</INFLUENCE>
- <TRADE>0</TRADE>
- <DIPLOMACY>0</DIPLOMACY>
- <HITPOINTS>0</HITPOINTS>
- <REPAIR>0</REPAIR>
- <SENSORS>0</SENSORS>
- <ESPIONAGE>0</ESPIONAGE>
- <SOLDIERING>70</SOLDIERING>
- <INTERESTRATES>0</INTERESTRATES>
- <PLANETQUALITY>0</PLANETQUALITY>
- <TRADEROUTES>0</TRADEROUTES>
- <CRIME>0</CRIME>
- <CABINET>0</CABINET>
- <RANGE>0</RANGE>
- <LUCK>0</LUCK>
- <COURAGE>0</COURAGE>
- <CREATIVITY>0</CREATIVITY>
- <GOVERNMENT>0</GOVERNMENT>
- <LOYALTY>0</LOYALTY>
- <LOGISTICS>4</LOGISTICS>
- <MINIATURIZATION>0</MINIATURIZATION>
- </RACE>
I've even trying adding an entry into customplanets.xml for the system and that didn't work, both the homesystem and homeworld show up as "Hades Regime" in-game.
I tried to compare it to the entry for the Lentzlandians, but couldn't find any differences....
EDIT -
Also, is it possible to create a specific home system in customerplanets.xml, to apply a new texture to a minor race homeworld?