Is there an x2 complex mod?

The place to discuss scripting and game modifications for X²: The Threat.

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

aikjo2
Posts: 70
Joined: Fri, 6. Jan 06, 01:35
x4

Is there an x2 complex mod?

Post by aikjo2 »

just wondering, and btw, i have x2 and x3, but my x3 comp got hit by $200 billion blow we got from lady katrina...

anywho, while i was playing, i made a complex (yeah i cheated a bit) that produced almost everything, including over 100 stations, and hjust had the final product stations on one end (the one ON the sector map)

is there a complex mod for x2?
Eagles May Soar,
But rabbits don't get sucked into jet engines.
Aureus the Golden
Posts: 134
Joined: Sat, 7. Feb 04, 19:00
x3

Post by Aureus the Golden »

I have searched for such a mod myself but to no avail.
Yet I heard about a mod/script that didn't create physical hubs but some kind of "beam hub" between stations... I you ever find it... :wink:
User avatar
esd
Posts: 18002
Joined: Tue, 2. Sep 03, 05:57
x3tc

Post by esd »

Did you try the X² scripting and modding section?
esd's Guides: X² Loops - X³ MORTs
User avatar
euclid
Moderator (Script&Mod)
Moderator (Script&Mod)
Posts: 13489
Joined: Sun, 15. Feb 04, 20:12
x4

Post by euclid »

Sorry to read that you've suffered from Katrina.

Again this post has a better chance over at the S & M forum (maybe a mod can move this over?)



To my best knowledge there is no complex mod for X2 but some of the skilled modders may come up with something.


Cheers Euclid
Reaper8436247
Posts: 134
Joined: Sun, 29. Jan 06, 16:31
x2

Support from the back benches

Post by Reaper8436247 »

I also would be very interested in this mod if one becomes available, the complex was the feature I'm most interested in from X3 and would love to be able to use it in X2.
We are but things that dreams are made on, and our little lives are rounded with a sleep.
Aureus the Golden
Posts: 134
Joined: Sat, 7. Feb 04, 19:00
x3

Post by Aureus the Golden »

Come on. Certainly someone has already made such a script, hasn't he?
I cannot bear the idea of configuring zillions of freighters anymore. :(
User avatar
Serial Kicked
Posts: 3823
Joined: Fri, 12. Aug 05, 20:46
x3tc

Post by Serial Kicked »

Sorry, but no, afaik there's absolutly nothing similar in X2 scripts and plugins. But you'll find plenty of scripts (most of them are already included in the bonus pack) to manage your freighters easily.
X3:TC/AP Pirate Guild 3 - Yaki Armada 2 - Anarkis Defense System

Anarkis Gaming HQ
Independent Game Development
X3 Scripting and Modding Station
Cycrow
Moderator (Script&Mod)
Moderator (Script&Mod)
Posts: 22438
Joined: Sun, 14. Nov 04, 23:26
x4

Post by Cycrow »

it wouldn't be too hard to manage wares and "beam" them to other stations so it kinda works like complex.

the problem is, most scripters who are capable of doing that have moved to X3
User avatar
moggy2
Posts: 5505
Joined: Wed, 6. Nov 02, 20:31
x3ap

Post by moggy2 »

Just thinking aloud....

very simple command:
  1. Args:
  2. station + ware /maybe ware of station?
  3. target station

Code: Select all

whle true
 if ware is product
  transfer ware to target if room
 else if ware is resource
  equalise quantity between stations
 end if
 wait 5 minutes
end

There are 10 command slots for stations. The commands don't need to be fancy or complicated. Just run one instance of the command per ware to be managed.

that should be an hours work, not much more.

Return to “X²: The Threat - Scripts and Modding”