adding text to new sectors
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
-
- Posts: 2282
- Joined: Thu, 29. Jan 04, 08:19
adding text to new sectors
Has anyone been successful in adding text to the sector description in the galaxy map? If my hypothetical sector is 1508 I've added lines 1021508 and 1031508 in 440001.xml, what am I missing and where?
-
- Posts: 2282
- Joined: Thu, 29. Jan 04, 08:19
found out how, it was blindingly obvious. Instead of editing 440001 to contain my text I made script like this:
and had an init load file 441111
Code: Select all
<language id="44">
<page id="19" title="Sectordescription" descr="Long descriptions of all sectors">
<t id="1031505">A casualty of the Boron Campaign, there is not much left to fight for in this sector. However, the 2 remaining weapons factories warrant the Boron Ray guarding this sector. The Paranid will occasionally send hit and run cruisers to disable the Ray or destroy the factories.</t>
</page>
</language>
-
- Posts: 483
- Joined: Fri, 5. Dec 03, 20:19