[Request] Add slave wares to Split Trading Station

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

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

Post Reply
Certus
Posts: 22
Joined: Sun, 26. Feb 06, 14:02
x3

[Request] Add slave wares to Split Trading Station

Post by Certus » Sun, 25. Mar 07, 09:02

Hi,

Is there any way to add the Slave ware to some Split Trading Stations? Any help appreciated.

Regards

dtrowle
Posts: 351
Joined: Wed, 24. Aug 05, 05:45
xr

Post by dtrowle » Sun, 25. Mar 07, 09:24

A script called "lib.cy.addware" will do the trick. I found it in my scripts folder as a .pck so I assume it was an OEM. This will add slaves to EVERY Split Trading Station. If you don't want every Split Trading Station then try this:

Code: Select all

$Station -> add product to factory or dock: $Ware
= $Station -> add 1 units of $Ware

Bunny
Posts: 2014
Joined: Mon, 1. Dec 03, 19:44
x3ap

Post by Bunny » Sun, 25. Mar 07, 09:25

Add a ware to target trading station

Code: Select all

station->add product to factory or dock: sausages

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

Post by Cycrow » Sun, 25. Mar 07, 13:53

the lib.cy.addware comes with the bonus pack, its a library file i made for the Afterburner.

if u have any of my scripts, u will also have lib.cycrow.addware, which is exactly the same, just an unsigned version

dtrowle
Posts: 351
Joined: Wed, 24. Aug 05, 05:45
xr

Post by dtrowle » Sun, 25. Mar 07, 22:23

Cycrow said:
the lib.cy.addware comes with the bonus pack, its a library file i made for the Afterburner.
Ohhh, hence the "cy" in the name. :roll: Anyway, that was an excellent script, I used it adding Nvidium to all Paranid Trade Stations and Spacefuel to Argon and stuff like that. It does what he wanted to do. Hope you didn't mind me referencing your script Cycrow. :D

Certus
Posts: 22
Joined: Sun, 26. Feb 06, 14:02
x3

Post by Certus » Mon, 26. Mar 07, 04:24

Cool, thanks for the replies everyone
Will try it when I get home.

Thanks again :)

Post Reply

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