[SCRIPT] Salvage Claim Software V1.05 : Updated 29/06/06

The place to discuss scripting and game modifications for X³: Reunion.

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

Rate this script

Excellant
236
79%
Good
36
12%
Ok
14
5%
Not So Good
2
1%
Terrible
3
1%
Its not really for me
7
2%
 
Total votes: 298

Cycrow
Moderator (Script&Mod)
Moderator (Script&Mod)
Posts: 22413
Joined: Sun, 14. Nov 04, 23:26
x4

Post by Cycrow »

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
ViperOne
Posts: 111
Joined: Fri, 25. Nov 05, 04:08
x3

Post by ViperOne »

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.
paulms1980
Posts: 933
Joined: Fri, 5. Mar 04, 17:23
x3tc

Post by paulms1980 »

cycrow can u clarify that there is no issues using this script, im gona use your bbs extras and the overtune script with it. also the station trader by naffarin
cheers neway dude
Cycrow
Moderator (Script&Mod)
Moderator (Script&Mod)
Posts: 22413
Joined: Sun, 14. Nov 04, 23:26
x4

Post by Cycrow »

well, i've not found any issues with it no
Cycrow
Moderator (Script&Mod)
Moderator (Script&Mod)
Posts: 22413
Joined: Sun, 14. Nov 04, 23:26
x4

Update 1.05

Post by Cycrow »

A small update to fix the stock levels for the Salvage Claim Software
Kurt Shur'Tugal
Posts: 489
Joined: Sat, 25. Feb 06, 05:23
x3

Post by Kurt Shur'Tugal »

i cant get the 1.05 spk thing to work, link broken i think
Kurt Shur'Tugal
Posts: 489
Joined: Sat, 25. Feb 06, 05:23
x3

Post by Kurt Shur'Tugal »

nvm found something different link
VoodooPriester
Posts: 441
Joined: Thu, 11. Sep 03, 17:23
x3tc

Post by VoodooPriester »

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

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>
(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

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>
So I took the english xml and translated it from scratch...

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>
...but it still doesn't work.

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.
Cycrow
Moderator (Script&Mod)
Moderator (Script&Mod)
Posts: 22413
Joined: Sun, 14. Nov 04, 23:26
x4

Post by Cycrow »

ok, i've updated it with the language files, try downloading it again and c if it works
VoodooPriester
Posts: 441
Joined: Thu, 11. Sep 03, 17:23
x3tc

Post by VoodooPriester »

No, it doesn't work. I still get this "ReadText7533-1" in the options-menu. The name of the ware is displayed correctly, btw.
Cycrow
Moderator (Script&Mod)
Moderator (Script&Mod)
Posts: 22413
Joined: Sun, 14. Nov 04, 23:26
x4

Post by Cycrow »

try putting this in the t directory, http://x3.ircwhore.co.uk/497533.rar

and c if it works
VoodooPriester
Posts: 441
Joined: Thu, 11. Sep 03, 17:23
x3tc

Post by VoodooPriester »

It still doesn't work. Perhaps the file was alright all along and something else is wrong? But what?
Cycrow
Moderator (Script&Mod)
Moderator (Script&Mod)
Posts: 22413
Joined: Sun, 14. Nov 04, 23:26
x4

Post by Cycrow »

actaully i think i know what it might be, u might have to uninstall it first, so unregister the hotkey, then when u run it again it will register it with the new text.

its very possible that the text is fixed once you register is so changing the text file has no effect
VoodooPriester
Posts: 441
Joined: Thu, 11. Sep 03, 17:23
x3tc

Post by VoodooPriester »

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.
Jakesnake5
Posts: 2880
Joined: Fri, 17. Feb 06, 04:55
x4

Post by Jakesnake5 »

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.
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.©
User avatar
apricotslice
Posts: 14163
Joined: Sun, 16. May 04, 13:01
x4

Post by apricotslice »

Jakesnake5 wrote:Oh well, not upgrading DDRS anymore.
Good reason for avoiding DDRS then.

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.
Jakesnake5 wrote:Unfortunately, their using the ware slot for your software for a 'Permit'
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. :)
greatmagnus
Posts: 182
Joined: Sat, 4. Mar 06, 01:42
x3

Post by greatmagnus »

I get
"X Script Installer.exe has encountered an error and needs to close"

Everytime I try to run the scirpt :(
Cycrow
Moderator (Script&Mod)
Moderator (Script&Mod)
Posts: 22413
Joined: Sun, 14. Nov 04, 23:26
x4

Post by Cycrow »

what version of the script manager do u have ?
greatmagnus
Posts: 182
Joined: Sat, 4. Mar 06, 01:42
x3

Post by greatmagnus »

Ah, that must be it. I ahve the same one from like 3-4 months ago. Thanks ^_^
greatmagnus
Posts: 182
Joined: Sat, 4. Mar 06, 01:42
x3

Post by greatmagnus »

It works now, yay ^_^

Return to “X³: Reunion - Scripts and Modding”