[SCRIPT] Salvage Claim Software V1.05 : Updated 29/06/06
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
-
- Moderator (Script&Mod)
- Posts: 22413
- Joined: Sun, 14. Nov 04, 23:26
so i mean SOSMK2, just before the release of Salvage Claim software, i released a new version of SOSMK2, this version included an uninstall script that removes the wares from the game.
theres a few ways you can do
you could simple install the newest version of SOSMK2, and uninstall, then you run the game the uninstall scripts will be run automatically
then just exit out and clear the uninstall scripts from the script manager, theres and option in advanced to do it, this basically removes the scripts used to uninstall.
or, u could install it, run x3, run the uninstall.override script, then just uninstall it from the script manager and clear the uninstall scripts
or of course i could just simply ignore them
theres a few ways you can do
you could simple install the newest version of SOSMK2, and uninstall, then you run the game the uninstall scripts will be run automatically
then just exit out and clear the uninstall scripts from the script manager, theres and option in advanced to do it, this basically removes the scripts used to uninstall.
or, u could install it, run x3, run the uninstall.override script, then just uninstall it from the script manager and clear the uninstall scripts
or of course i could just simply ignore them
-
- Posts: 111
- Joined: Fri, 25. Nov 05, 04:08
Cycrow, Thanks - reinstalled SOSMKII 1.04 and now works. Nice to be able to pick up your "prize" in a hot area without getting killed all the time.
For all we ought to have thought, and have not thought; all we ought to have said, and have not said; all we ought to have done, and have not done; I pray thee Father for forgiveness.
-
- Posts: 933
- Joined: Fri, 5. Mar 04, 17:23
-
- Moderator (Script&Mod)
- Posts: 22413
- Joined: Sun, 14. Nov 04, 23:26
Update 1.05
A small update to fix the stock levels for the Salvage Claim Software
-
- Posts: 489
- Joined: Sat, 25. Feb 06, 05:23
-
- Posts: 441
- Joined: Thu, 11. Sep 03, 17:23
Hi.
I just installed your salvage-script and am now facing some minor trouble, namely when I try to assign a key to it, in the controls-menu "readtext 7533-1" is displayed. As far as I know this happens when the script and the associated t-file don't fit together. So I had a look at the 497533.xml (I'm using the german version) and compared it to the 447533.xml and found out that they're different.
Now I don't know how to create an xml in the first place, but I already translated some of them and found that they needed to be the same in structure to work properly. But these two aren't, so I figured that it couldn't work this way.
497533.xml
(Note that there isn't a "t id id=1" entry as is the english version. I thought this caused the readtext 7533-1 message in the controls-menu)
447533.xml
So I took the english xml and translated it from scratch...
...but it still doesn't work.
What is going wrong here? Can you help me out?
I just installed your salvage-script and am now facing some minor trouble, namely when I try to assign a key to it, in the controls-menu "readtext 7533-1" is displayed. As far as I know this happens when the script and the associated t-file don't fit together. So I had a look at the 497533.xml (I'm using the german version) and compared it to the 447533.xml and found out that they're different.
Now I don't know how to create an xml in the first place, but I already translated some of them and found that they needed to be the same in structure to work properly. But these two aren't, so I figured that it couldn't work this way.
497533.xml
Code: Select all
<language id="49">
<!--Release 25.06.2006-->
-
<page id="2008" title="Script Cmd Names" descr="">
<t id="620">COMMAND_CLAIM_SHIP</t>
</page>
-
<page id="2010" title="Script Cmd Names" descr="">
<t id="620">Schiff in Besitz nehmen</t>
</page>
-
<page id="2011" title="Script Cmd Shorts" descr="">
<t id="620">Claim</t>
</page>
-
<page id="17" title="wares" descr="0">
<t id="5913">System Override Software MK2</t>
-
<t id="5914">
Diese Software erlaubt es Ihnen, Schiffe aus einer Distanz von bis zu 5km in Ihren Besitz zu nehmen. Es erlaubt Ihnen auch, Ihren Autopiloten dazu zu benutzen, in Reichweite eines herrenlosen Schiffes zu fliegen und es zu übernehmen.
</t>
</page>
</language>
447533.xml
Code: Select all
<language id="44">
-
<page id="2008" title="Script Cmd Names" descr="">
<t id="620">COMMAND_CLAIM_SHIP</t>
</page>
-
<page id="2010" title="Script Cmd Names" descr="">
<t id="620">Claim Ship</t>
</page>
-
<page id="2011" title="Script Cmd Shorts" descr="">
<t id="620">Claim</t>
</page>
-
<page id="17" title="wares" descr="0">
<t id="5913">System Override Software MK2</t>
-
<t id="5914">
This software allows you to claim ships from a distance of up to 5km and will also allow the auto pilot to fly within range of a ship to claim it
</t>
<t id="10613">Salvage Claim Software</t>
-
<t id="10614">
This software allows you to claim ships from a distance of up to 5km and will also allow the auto pilot to fly within range of a ship to claim it
</t>
</page>
-
<page id="7533" title="salvage claim software">
<t id="1">Claim Targetted Ship</t>
</page>
</language>
Code: Select all
<language id="49">
-
<page id="2008" title="Script Cmd Names" descr="">
<t id="620">COMMAND_CLAIM_SHIP</t>
</page>
-
<page id="2010" title="Script Cmd Names" descr="">
<t id="620">Schiff übernehmen</t>
</page>
-
<page id="2011" title="Script Cmd Shorts" descr="">
<t id="620">übernehmen</t>
</page>
-
<page id="17" title="wares" descr="0">
<t id="5913">System Override Software MK2</t>
-
<t id="5914">
Diese Software erlaubt es Ihnen, Schiffe aus einer Distanz von bis zu 5km in Ihren Besitz zu nehmen. Es erlaubt Ihnen auch, Ihren Autopiloten dazu zu benutzen, in Reichweite eines herrenlosen Schiffes zu fliegen und es zu übernehmen.
</t>
<t id="10613">Salvage Claim Software</t>
-
<t id="10614">
Diese Software erlaubt es Ihnen, Schiffe aus einer Distanz von bis zu 5km in Ihren Besitz zu nehmen. Es erlaubt Ihnen auch, Ihren Autopiloten dazu zu benutzen, in Reichweite eines herrenlosen Schiffes zu fliegen und es zu übernehmen.
</t>
</page>
-
<page id="7533" title="salvage claim software">
<t id="1">Schiff übernehmen</t>
</page>
</language>
What is going wrong here? Can you help me out?
Last edited by VoodooPriester on Thu, 6. Jul 06, 22:08, edited 1 time in total.
-
- Posts: 441
- Joined: Thu, 11. Sep 03, 17:23
-
- Posts: 441
- Joined: Thu, 11. Sep 03, 17:23
-
- Moderator (Script&Mod)
- Posts: 22413
- Joined: Sun, 14. Nov 04, 23:26
-
- Posts: 441
- Joined: Thu, 11. Sep 03, 17:23
That didn't work either.
When no one else has this problem, I'd say we leave it at that for the moment. I can live with one readtext in my keysettings, as long as I know what it means...
The problems really start, when other scripts decide to behave in a similar way. But untill then I can accept one ugly readtext.
When no one else has this problem, I'd say we leave it at that for the moment. I can live with one readtext in my keysettings, as long as I know what it means...
The problems really start, when other scripts decide to behave in a similar way. But untill then I can accept one ugly readtext.
-
- Posts: 2880
- Joined: Fri, 17. Feb 06, 04:55
Bad news Cycrow, DD and RS don't want us using your SCS in their mod. Their making it so that bigship flyers and kha'ak can bail.
Unfortunately, their using the ware slot for your software for a 'Permit' (Should be a cargo item, not an extention/upgrade, similar to AalaardB's Salvage Mod for the Salvage Liscence).
In doing it that way, they also make it impossible to cap fighters, and if you disable a Kha'ak fighter in their space, your out of luck.
In truth, they could have asked you to put a check in your script that finds out if its being run with DDRS installed, and not work with 'bigship's. Would have been relatively simple to code in.
Oh well, not upgrading DDRS anymore.
Unfortunately, their using the ware slot for your software for a 'Permit' (Should be a cargo item, not an extention/upgrade, similar to AalaardB's Salvage Mod for the Salvage Liscence).
In doing it that way, they also make it impossible to cap fighters, and if you disable a Kha'ak fighter in their space, your out of luck.
In truth, they could have asked you to put a check in your script that finds out if its being run with DDRS installed, and not work with 'bigship's. Would have been relatively simple to code in.
Oh well, not upgrading DDRS anymore.
Perfection is in the hands of God, we bags of dirt can only do the best we can©
[ external image ]
Modders are a source of ideas to help the Game Makers improve what they have made. Cherrish them, for they are the fruit of thy labors.©
[ external image ]
Modders are a source of ideas to help the Game Makers improve what they have made. Cherrish them, for they are the fruit of thy labors.©
-
- Posts: 14163
- Joined: Sun, 16. May 04, 13:01
Good reason for avoiding DDRS then.Jakesnake5 wrote:Oh well, not upgrading DDRS anymore.
In my opinion, this is a NECESSARY script to make the game less frustrating. Any mod which disables it, is not a mod I would consider using.
Cycrow, you will just have to bring out a 2nd version just for DDRS users, where the software is in a different place in the wares file.Jakesnake5 wrote:Unfortunately, their using the ware slot for your software for a 'Permit'

-
- Posts: 182
- Joined: Sat, 4. Mar 06, 01:42
-
- Posts: 182
- Joined: Sat, 4. Mar 06, 01:42