Now I'm stuck on this blasted sector_data.xml
The first sector in the game is, of course, a civilian sector. I'm trying to change its display name to "Core Worlds"; this isn't that important, of course, but if I can't change that then my other changes to the sector won't work either.
So I made an xml.append file, copied the civilian sector, and made the relevant changes.
Code: Select all
<nameList>
<name>Core Worlds</name>
</nameList>
But nothing happened! Anyone know what's going on here? Thanks.