Mine....Osiris_sam wrote:id be happy to proof read any translated script if you felt that was neccessary. (even though my english isnt exactly perfect, but then, whos is?)

Moderators: Scripting / Modding Moderators, Moderators for English X Forum
No. There is no taxisoftware. There has not ever been a taxisoftware (else than the one that did not work). There will not be a taxisoftware.-Sumo- wrote:[...](i have read the read me in german and i think i have understood that now there IS a Taxi Software to buy, and that it is not riquired the Explorer Software... is this right? )
I guess it is... There is no reason why it shouldn't, as long as you didn't change any files on your own.-Sumo- wrote:Is this last script version compatible with XTM?
I had the 2.3 and was 100% compatible with XTM.
Try to get the "Cargo Life Support System" at any pirate base... Without it, the M5 cannot transport passengers in its cargo bay.Draygor69 wrote:I have just downloaded and installed this script, and ensured that all the files are in the correct place. I have bought myself an M5 craft, installed explorer software, but I cant find the taxi software anywhere, and I'm not sure how to get a life support unit?
The version is 2.6 and I installed it with the Plug in manager.
Can anyone help me please?
TJ
well, i try to explain what happened exactly. (hope u understand my poor englishSymTec ltd. wrote:![]()
Sure? This script does not do anything about the Explorer Software, as long as you don't run the 2.0-uninstall-file. Do you have a save left from before to make sure you're right?
Btw: I just noticed there has been a little confsin in my files about the correct command slot... I'm trying to fix this asap, but I first have to make sure what I actually did wrong.
In which menu do your commands show up? The "trade menu"?
Code: Select all
- You open the script "setup.plugin.taxisoftware.xml" with your notepad/editor
- in the <codearray> at the bottom, you change the expression "!setup.plugin.taxisoftware" to "setup.plugin.taxisoftware"
- you save this script file, but take care to save it in utf8-file format
Code: Select all
[...]
<page id="2008" title="script objects commands" descr="0">
<t id="559">COMMAND_TAXI_SOFTWARE_I</t>
<t id="560">COMMAND_TAXI_SOFTWARE_II</t>
</page>
<page id="2010" title="commands" descr=" ">
<t id="559">\033YTaxi\033X Software MK1</t>
<t id="560">\033YTaxi\033X Software MK2</t>
</page>
<page id="2011" title="commands" descr=" ">
<t id="559">\033YTaxi\033X.MK1</t>
<t id="560">\033YTaxi\033X.MK2</t>
</page>
<page id="2022" title="command info" descr=" ">
<t id="559">Starts the \033YTaxi\033X-Software MK1. The pilot will move to a station and start transporting passengers to other stations.\n{2022,998751}</t>
<t id="560">Starts the \033YTaxi\033X-Software MK2. The pilot will offer long-range trips to travel groups.\n{2022,998751}</t>
<t id="998751">\n\033B©STL Software Development and Modification\033X \n\033BArgon Prime\033X</t>
</page>
<page id="8751" title="Taxi-Software Mk1" descr=" ">
<t id="10000">loadid</t> <!--If this textfile is installed correctly, loadid is to be found at this place-->
<t id="10001">8751</t> <!--Filenumber the commands are to be found in-->
<t id="10002">44</t> <!--Language ID-->
<t id="10003">559</t> <!--Commandslot 1-->
<t id="10004">560</t> <!--Commandslot 2-->
[...]