[AL Plugin] Stevio Weapons Dealer :: V2.10 :: 08/11/2006

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

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

What do you think?

Excellent
36
59%
Good
11
18%
OK
3
5%
Poor
3
5%
Not really my thing
8
13%
 
Total votes: 61

eskeemer
Posts: 224
Joined: Fri, 30. Jan 04, 13:40
x3

Post by eskeemer » Wed, 15. Feb 06, 13:56

what route do I take to get to this code to edit it please

User avatar
Stevio
Posts: 2271
Joined: Sat, 4. Jun 05, 10:36
x3tc

Post by Stevio » Wed, 15. Feb 06, 14:06

go into the script editor (assuming you have activated it)

to get there (short-cut):

press 'SHIFT - C',
press 'S'
press 'enter'

then scroll down to the script "stevio.weaponsdealer" (should be right at the bottom)
press 'enter' to open script and change the bit on the first line to:

Code: Select all

001   $station =  create station: type=Argon Equipment Dock owner=Friendly Race addto=Cloudbase South West x=-2000 y=0 z=-22400
press 'Esc'

select 'yes' i want to save and Voila :wink:


don't for get to destroy the original dock. unless you decide to change the coordinates :P


cheers

stevio

Puruco
Posts: 527
Joined: Tue, 6. Dec 05, 00:09
x3

Post by Puruco » Wed, 15. Feb 06, 16:07

Hi Stevio: The hull repair from LV and the camuflage device can be added to the Weapon Dealer Station?

User avatar
Stevio
Posts: 2271
Joined: Sat, 4. Jun 05, 10:36
x3tc

Post by Stevio » Wed, 15. Feb 06, 18:14

i was thinking of putting scripted Ship upgrades in this script but i would need the permission of the Authors and also i would need to Multi-package all the scripts in with this Script.

i will have to PM each person as they might not read here :wink:

if any scripters would like to nominate their upgrades for putting in this script that i have forgotten please post your Consent. :)


cheers

stevio

Puruco
Posts: 527
Joined: Tue, 6. Dec 05, 00:09
x3

Post by Puruco » Wed, 15. Feb 06, 21:25

stevio wrote:i was thinking of putting scripted Ship upgrades in this script but i would need the permission of the Authors and also i would need to Multi-package all the scripts in with this Script.

i will have to PM each person as they might not read here :wink:

if any scripters would like to nominate their upgrades for putting in this script that i have forgotten please post your Consent. :)


cheers

stevio
As a sugestion, better if you pm them. Faster the response and faster that we have those items added to the weapon dealer. :wink:

eskeemer
Posts: 224
Joined: Fri, 30. Jan 04, 13:40
x3

Post by eskeemer » Thu, 16. Feb 06, 17:12

I`m obviously no good at script editing managed to get to line oo1 tried to edit but no luck help me out please also how do I destroy old dock?
sorry to be a pain

User avatar
Stevio
Posts: 2271
Joined: Sat, 4. Jun 05, 10:36
x3tc

Re: [SCRIPT] Stevio Weapons Dealer V1.20 *UPDATED* 11/02/2006

Post by Stevio » Thu, 16. Feb 06, 17:16

to blow it up use LV's cheat scripts


i am releasing a cheater version tomorrow :wink: that makes it owned by Freindly race

cause quite a few ppl ain't got 'nough rep with the argon :P

Puruco
Posts: 527
Joined: Tue, 6. Dec 05, 00:09
x3

Re: [SCRIPT] Stevio Weapons Dealer V1.20 *UPDATED* 11/02/2006

Post by Puruco » Thu, 16. Feb 06, 21:39

stevio wrote:[size=18)
• Now is a Setup script so spawns automatically when you load (First load only)

stevio
This means that I don't have to re-run the init?

User avatar
Stevio
Posts: 2271
Joined: Sat, 4. Jun 05, 10:36
x3tc

Post by Stevio » Fri, 17. Feb 06, 09:43

A Setup.blah or Init.blah named scripts will run the script once upon loading.

once you have saved with the changes it will not run again. stops you getting a messed up game really :wink:

Puruco
Posts: 527
Joined: Tue, 6. Dec 05, 00:09
x3

Post by Puruco » Fri, 17. Feb 06, 14:25

stevio wrote:A Setup.blah or Init.blah named scripts will run the script once upon loading.

once you have saved with the changes it will not run again. stops you getting a messed up game really :wink:
Yap especially me :D . Thanks stevio.

User avatar
Stevio
Posts: 2271
Joined: Sat, 4. Jun 05, 10:36
x3tc

Post by Stevio » Wed, 22. Feb 06, 18:01

Weapons Dealer
Thread
V1.21
*22/02/2006*
[SCRIPT] Adds an EQ Dock with all the Weapons, Shields, Missiles, And Tech Equipment in the game to CBSW behind the South Gate. and included the Destruct hotkey script for blowing up old docks and stuff.


cheers

stevio
Last edited by Stevio on Thu, 23. Feb 06, 19:34, edited 1 time in total.

acrox
Posts: 94
Joined: Fri, 25. Nov 05, 19:54
x3

Post by acrox » Thu, 23. Feb 06, 19:03

to move the dock and make it owned by paranid do I

1) blow up CBSW installation (is this necessary?)
2) change 001 to

001 $station = create station: type=Paranid Equipment Dock owner=Paranid addto=Paranid Prime x=-2000 y=0 z=-22400

3) how do i reinitialise so that the script checks to see that this station does not exist and so create it

User avatar
Stevio
Posts: 2271
Joined: Sat, 4. Jun 05, 10:36
x3tc

Post by Stevio » Thu, 23. Feb 06, 19:25

1. you only really need to blow it up if you are planning to place the new one in the same location.

2. all you need to change is the owner race, sector and coordinates:

Code: Select all

001 $station = create station: type=Argon Equipment Dock owner= <whatever race> addto=<whatever sector> x= <coord> y= <coord> z <coord>
all the EQ docks templates are the same the same with shipyards.

3. the setup.addstation does that for you (you won't need to change anythin other than line 001 previously mentioned in stevio.weaponsdealer)

cheers

stevio

:edit:

No prob :wink:
Last edited by Stevio on Thu, 23. Feb 06, 19:32, edited 1 time in total.

acrox
Posts: 94
Joined: Fri, 25. Nov 05, 19:54
x3

Post by acrox » Thu, 23. Feb 06, 19:30

thanks alot

zuchla
Posts: 12
Joined: Sat, 17. Apr 04, 18:26
x3tc

Post by zuchla » Fri, 24. Feb 06, 04:53

Thanks Stevio,
I was ready to ask you how to restore the station, because I hit it with my Ray (to steer the damn thing is really hard) and all went to hell. I hope this one will survive my "superior" piloting longer.
Cheers Jan :oops:

zuchla
Posts: 12
Joined: Sat, 17. Apr 04, 18:26
x3tc

Post by zuchla » Fri, 24. Feb 06, 08:55

Still need help. The station is gone but not the debris. I did try to manually run script "Destroy Station Debris by aalaardb" without any success. I can't even target the debris, but if I run to it, it will kill me. Any ideas, help, scripts etc.?
TIA,
Jan

User avatar
Stevio
Posts: 2271
Joined: Sat, 4. Jun 05, 10:36
x3tc

Post by Stevio » Fri, 24. Feb 06, 10:05

what you can try is leave the sector and come back again, a previous save before you ran into it or before you even ran the script the first time round.

if it does not run itself and place the station manually execute the script "stevio.weaponsdealer"

As for steering use cycrows overtuning script or the cheat scripts :wink:

my Mammoth flys by at 204m/s and turns at 12m/s :P

zuchla
Posts: 12
Joined: Sat, 17. Apr 04, 18:26
x3tc

Post by zuchla » Fri, 24. Feb 06, 19:38

I already "update" the ship, I will try again to remove the debris or move your station to different position. How do you get the new coordinates? If I fly to new position, what to do to read x, y and z.
TIA
Jan

User avatar
Stevio
Posts: 2271
Joined: Sat, 4. Jun 05, 10:36
x3tc

Post by Stevio » Fri, 24. Feb 06, 20:21

»» is it classed as station debris (wit a dot on sector map) or is it just you can see it still???

i have tried it several times and each time i went out through the south gate and came back about 5 mins (game time) later and the debris is gone :?

zuchla
Posts: 12
Joined: Sat, 17. Apr 04, 18:26
x3tc

Post by zuchla » Sat, 25. Feb 06, 00:39

Finally is gone and new one is at the same place. I did use again the remove debris script and even the station was still visible I run your script manually and voilà, new Stevio Weapon dealer! Why did work this time I have no idea. Maybe like you set, wait or leave the sector, I didn't leave, but some time passed and I was able to place the station again. Thanks for the help.
Jan

Post Reply

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