PDA

View Full Version : Warp Points - a conundrum


Black_Knyght
December 26th, 2008, 03:43 AM
I'm attempting to add a Babylon 5 type feature to a specific component in SEIV, one that will allow a specific ship to open a Jump Point to another system, but destroy both itself and the Warp point after use.

Is this workable in SEIV, through some means of advanced trickery ( ;) ), or is this a dead end issue?



Warp Points - a conundrum

Kana
December 26th, 2008, 01:18 PM
I think the problem is that you can't do opening and then closing on the same component. Once the WP opens, component destroyed. So it then can't open the WP. Other problems is that once open you have to travel trough it before you can close it. So its open(1mp), move (1 mp), close(1mp). If it was that easy, it would have been done by now. It can barely be done via scripts in SEV. Now if you don't destroy it can it work? Or is it hardcoded? Plus if the same component, it can't do both at the same time, so you would have to have two components.

Black_Knyght
December 27th, 2008, 05:34 AM
Is it possible to create an "unstable" warp point? One that would collapse quickly?

Makinus
December 27th, 2008, 07:44 AM
Nope, this was already tried but never got anywhere... maybe it´s not what youa re wanting to, but there was a modification made in the Space Monsters that put both opening and closing warp components in monsters and they went opening, and sometimes closing warps at random, but it was mostly inefective since the monsters would open the warp point but only very rarrely close it...

Black_Knyght
December 27th, 2008, 07:47 PM
Thanx

I'd considered the idea of adding BOTH opening and closing abilities to a component, to simulate the "Babylon 5" style of jump points, but then it remains to close opened jump points, rather than "cheat", as it were, and leave them opened.:smirk:

Ages
March 4th, 2009, 10:10 PM
Im new to the site and defintly new to moding, but I would find it odd that the unstable wormhole idea would not work. Weather it is hard to almost impossible to implement, yeah id go for that from a modding point of view.

I notice there are already unstable wormholes, but never had one collapse on me yet. If you could adjust the algorithm that determines the "chance" of it to close and slap ohhh say ="1" in there instead, one would think it would work XD.

wish you could "add" a new or "more differenter" type of wormhole that "always" closes after the first use.

But im guessing modding is exclusive of tampering with that depth of coding?


So my question is.... is "this" why people are asking for the developer to release the source code?

Xrati
March 5th, 2009, 01:27 PM
BK, I tried to come up with an idea like that a couple of years ago. I was never able to create a working model. What I did do was to edit the map with a group of systems connected by warp points and used them as my hyperspace route.
<?xml:namYou will need to create a warp point generator with a limited range to limit creating points all over the map. I created systems where the warp points could be connected to the hyperspace 'corridor' which allows you to access the whole hyperspace system. The hyperspace corridor was locked out of being able to create warp points to or from it. You could only access it through one of the systems leading into it.<O:p</O:p
It worked, :) but not like you would like it to. :( Compromise is the key word here...

Ages, welcome to the forum! Your answer is yes.

Black_Knyght
March 5th, 2009, 03:36 PM
Thanx, Xrati :)

It's worth considering. Where might I find that?

Kana
March 5th, 2009, 05:00 PM
There is a hyperspace map already made.

You can use a hyperspace map.
http://imagemodserver.mine.nu/other/MM/SE4/Maps/SJsFTLmap.zip (http://imagemodserver.mine.nu/other/MM/SE4/Maps/SJsFTLmap.zip)

http://imagemodserver.mine.nu/other/MM/SE4/Maps/FTL_map.JPG

You could also try Hypermaze map.

http://seiv.pbw.cc/Download/filelib/983/Hypermaze20.zip

Fyron
March 7th, 2009, 01:57 AM
I think the problem is that you can't do opening and then closing on the same component. Once the WP opens, component destroyed.
You can take off the destroyed on use ability. Or include repair bays, to allow reuse after a turn.

I notice there are already unstable wormholes...
The ability does absolutely nothing.

Black_Knyght
March 7th, 2009, 01:28 PM
I think the problem is that you can't do opening and then closing on the same component. Once the WP opens, component destroyed.
You can take off the destroyed on use ability. Or include repair bays, to allow reuse after a turn.

I notice there are already unstable wormholes...
The ability does absolutely nothing.

I'd considered these, and may well end up going with this.