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?
Is there an x2 complex mod?
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
-
- Posts: 70
- Joined: Fri, 6. Jan 06, 01:35
Is there an x2 complex mod?
Eagles May Soar,
But rabbits don't get sucked into jet engines.
But rabbits don't get sucked into jet engines.
-
- Posts: 134
- Joined: Sat, 7. Feb 04, 19:00
-
- Moderator (Script&Mod)
- Posts: 13489
- Joined: Sun, 15. Feb 04, 20:12
-
- Posts: 134
- Joined: Sun, 29. Jan 06, 16:31
Support from the back benches
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.
-
- Posts: 134
- Joined: Sat, 7. Feb 04, 19:00
-
- Posts: 3823
- Joined: Fri, 12. Aug 05, 20:46
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
Anarkis Gaming HQ
Independent Game Development
X3 Scripting and Modding Station
-
- Posts: 5505
- Joined: Wed, 6. Nov 02, 20:31
Just thinking aloud....
very simple command:
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.
very simple command:
- Args:
- station + ware /maybe ware of station?
- 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.