DA - renaming a Race doesn't rename their fleets

I renamed the Yor race and picked them as my race. If I click on one of my ships it correctly identifies it as belonging to me. If I create a fleet from several ships and mouse-over it then it calls the fleet "Yor Fleet 1035". It doesn't replace the original race name for fleets.
2,707 views 2 replies
Reply #1 Top
If you manually look in the new race's .customracexml file (for DA) or .raceconfig file (for DL), are there still references to Yor in it?
Reply #2 Top
I am including a snippet of the .customracexml file. The ShortEmpireName and DialogTag entries are probably the culprits. Even though the Description field contains "Yor" I doubt that it has anything to do with naming of fleets. I didn't bother to change the description since I wasn't saving the race to be reused later.
Code: xml
  1. <Race Name="Xor Collective">
  2. <ConfigVersion>25</ConfigVersion>
  3. <RaceID>5</RaceID>
  4. <CivType>4</CivType>
  5. <DisplayName>Xor Collective</DisplayName>
  6. <Alignment>25</Alignment>
  7. <ShortEmpireName>Yor</ShortEmpireName>
  8. <RaceLeader>Nand</RaceLeader>
  9. <Homeworld>Xoria</Homeworld>
  10. <Homestar>Icos</Homestar>
  11. <GeneratedDescription>0</GeneratedDescription>
  12. <Description>The Yor are a race of sentient artificial beings. Created by the Iconians to help serve the Precursors, the Yor are merciless and nearly impossible to subvert culturally.</Description>
  13. <AIPersonality>7</AIPersonality>
  14. <DialogueTag>Yor</DialogueTag>
  15. <Portrait>E:\Stardock\GalCivII\Gfx\Race\RaceImage05.png</Portrait>