new Script-Customize your commands menu...

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

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

User avatar
Kailric
Posts: 985
Joined: Sun, 7. Dec 03, 05:15
x3

new Script-Customize your commands menu...

Post by Kailric »

http://webpages.charter.net/kailric/Cus ... mmands.zip

Readme:

You can use these files to customize your commands menu (see the screen shot http://webpages.charter.net/kailric/customized.menu.jpg ).

Simply put the init.Customize.menu script in your script folder and then open the script 440789.xml with a text editor(notepad, wordpad) or a xml editor and change the italicized words to what ever you want. Save it (do not change the name when you save) and then put it in your /t folder...your good to go.

Code: Select all

<?xml version="1.0" encoding="UTF-8" ?> 
- <language id="44"> 
- <page id="2020" title="Command Console" descr="0"> 
<t id="1001">Navigation...</t> 
<t id="1002">Combat...</t> 
<t id="1003">Trade...</t> 
<t id="1004">Special...</t> 
<t id="1005">Custom...</t> 
<t id="1006">Piracy...</t> 
<t id="1007">General...</t> 
</page> 
</language>
EXAMPLE:

Code: Select all

<?xml version="1.0" encoding="UTF-8" ?> 
- <language id="44"> 
- <page id="2020" title="Command Console" descr="0"> 
<t id="1001">X2 Rocks...</t> 
<t id="1002">So Do...</t> 
<t id="1003">The Folks...</t> 
<t id="1004">Who Give...</t> 
<t id="1006">Us...</t>
<t id="1005">Cool...</t> 
<t id="1007">Scripts...</t> 
</page> 
</language>
"Try not. Do or do not, there is no try."-Yoda

"[Its] time for the human race to enter the solar system"-Dan Quayle

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