Author Topic: Multiple fast travel system  (Read 1259 times)

0 Members and 1 Guest are viewing this topic.

Multiple fast travel system
Hi all,
i wonder if it is possible to give a ship two fast travel system something like : Subspace jump for extra system travel et ftl jump for intrasystem travel, in the ships tbl we can just set one jump type and in fred2 it looks like it was not planned to have multiple travel system, is there anyway to do it? (i still can make two table entrie for each travel system but i don't think that's a clean way to do it)

Thanks  :)
$Formula: ( every-time
   ( has-time-elapsed "0" )
   ( Do-Nothing
   )
   ( send-message
      "#Dalek"
      "High"
      "Pro-crasti-nate"
   )
   )
)
+Name: Procratination
+Repeat Count: 99999999999
+Interval: 1

 

Offline Polpolion

  • The sizzle, it thinks!
  • 211
Re: Multiple fast travel system
IIRC WCS had a way you could do stuff like this, and with some tweaking of SEXPs, you could probably get an intrasystem jump-type thing. It would require mostly coding, rather than tabling, unfortunately.

 

Offline jr2

  • The Mail Man
  • 212
  • It's prounounced jayartoo 0x6A7232
    • Steam
Re: Multiple fast travel system
IIRC, razorjack was working on something that might help this.  Heh.  Pretty much I think it's gonna be all up to him though.  Unfortunately.

  
Re: Multiple fast travel system
if you speak about autonav piltoing system in wing commander, it ll disallow mutliplayer as long as it use time compression to simulate fast travel...
i was just asking about making more than one jump effect to a ship
$Formula: ( every-time
   ( has-time-elapsed "0" )
   ( Do-Nothing
   )
   ( send-message
      "#Dalek"
      "High"
      "Pro-crasti-nate"
   )
   )
)
+Name: Procratination
+Repeat Count: 99999999999
+Interval: 1