adding text to new sectors

The place to discuss scripting and game modifications for X²: The Threat.

Moderators: Scripting / Modding Moderators, Moderators for English X Forum

AalaarDB
Posts: 2282
Joined: Thu, 29. Jan 04, 08:19
x3tc

adding text to new sectors

Post by AalaarDB »

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?
AalaarDB
Posts: 2282
Joined: Thu, 29. Jan 04, 08:19
x3tc

Post by AalaarDB »

found out how, it was blindingly obvious. Instead of editing 440001 to contain my text I made script like this:

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>
and had an init load file 441111
kryptyk
Posts: 483
Joined: Fri, 5. Dec 03, 20:19
x4

Post by kryptyk »

that's cool you found that out....is there any way to name a sector...maybe using the same method?

Return to “X²: The Threat - Scripts and Modding”