Author Topic: support ship arrival and departure  (Read 1539 times)

0 Members and 1 Guest are viewing this topic.

support ship arrival and departure
is there anyway to set the support ship to arrive and depart from the docking bay of some ship instead of hyperspace?

 

Offline WMCoolmon

  • Purveyor of space crack
  • 213
Re: support ship arrival and departure
I think if a support ship is already present in the mission, the support command will apply to that ship rather than warping in a new one.

Assuming that's the case, "Disallow support ship", set the release of the support ship to some predetermined cue and the arrival location to a ship's hangar bay, and then set ship-protect. That way the player can't summon a support ship before the "real" one arrives, and the support ship from the hangar won't get blown away mid-mission and leave the player without a support ship.
-C

 

Offline blowfish

  • 211
  • Join the cult of KILL MY ROUTER!!!!!!!!!!1
Re: support ship arrival and departure
Can't you also use set-support-ship?

  

Offline WMCoolmon

  • Purveyor of space crack
  • 213
Re: support ship arrival and departure
That would be easier, I suppose. :p
-C

 

Offline colecampbell666

  • I See Dead Pictures
  • 212
  • Evolution and ascension.
Re: support ship arrival and departure
Also, have the support ship exit the docking bay once the C-5 command is given.
Gettin' back to dodgin' lasers.

 
Re: support ship arrival and departure
so i guess theres no way for me to make the rearm/repair command summon the support ship from a hanger bay instead of hyperspace?

 

Offline colecampbell666

  • I See Dead Pictures
  • 212
  • Evolution and ascension.
Re: support ship arrival and departure
Have the support ship arrival in the docking bay (you'll have to manually add it to the mission) and then set it to arrive when you press C-5 using a SExp.
Gettin' back to dodgin' lasers.

 
Re: support ship arrival and departure
ok i set up:

Event
    when
           and-in-sequence
                  Keypressed
                     C
                   Keypressed
                     5
    do-nothing


i set that event as the arrival que for the support ship and it never comes. If i "disallow support ship" it doesn't allow me to use the rearm/repair command

 
Re: support ship arrival and departure
ok i figured out what blowfish was talking about. i kept looking for that "set-support-ship" but couldn't find it then i saw it as a sexp action. it works like a charm =D

 

Offline blowfish

  • 211
  • Join the cult of KILL MY ROUTER!!!!!!!!!!1
Re: support ship arrival and departure
Good.  I was just about to post about that :)