Author Topic: Give some sort of Hyperspace jump like XWA  (Read 2645 times)

0 Members and 1 Guest are viewing this topic.

Offline MetalDestroyer

  • Starwars reborn!
  • 210
Give some sort of Hyperspace jump like XWA
I'm actually testing the SEXP "set-object-speed" for arrival and departure jump. Instead of having a subspace portal like Fs2, I'm trying to set an hyperspace jump like X Wing Alliance when ships arrive.

Unfortunately, the ship didn't go as fast as possible (speed like 15 000 m/s).
Here what I put in FRED2 Open.

Code: [Select]
#Events ;! 2 total

$Formula: ( when
   ( has-arrived-delay 0 "Defender" )
   ( set-object-speed-x "Defender" 15800 )
)
+Name: Hyperspace Jump
+Repeat Count: 1
+Interval: 1
+Team: 0

 

Offline Spicious

  • Master Chief John-158
  • 210
Re: Give some sort of Hyperspace jump like XWA
Why not use warpin speed and warpout speed?

 

Offline MetalDestroyer

  • Starwars reborn!
  • 210
Re: Give some sort of Hyperspace jump like XWA
Why not use warpin speed and warpout speed?

It works if only I use the Warp effect.  :sigh: It would be weird to see Star Wars Ship jump with a vortex.

 

Offline Black Wolf

  • Twisted Infinities
  • 212
  • Hey! You! Get off-a my cloud!
    • Visit the TI homepage!
Re: Give some sort of Hyperspace jump like XWA
Change the warpin effect. Make a 1 frame, 1x1 ani, pure green (0, 255, 0 ), copy the file a few times and give it the same name as all the warpin ani lods.
TWISTED INFINITIES · SECTORGAME· FRONTLINES
Rarely Updated P3D.
Burn the heretic who killed F2S! Burn him, burn him!!- GalEmp

 

Offline MetalDestroyer

  • Starwars reborn!
  • 210
Re: Give some sort of Hyperspace jump like XWA
Change the warpin effect. Make a 1 frame, 1x1 ani, pure green (0, 255, 0 ), copy the file a few times and give it the same name as all the warpin ani lods.

What is the texture for the warpin effect ? and How can I do to get only 1 frame and change its attributs ?

 

Offline Black Wolf

  • Twisted Infinities
  • 212
  • Hey! You! Get off-a my cloud!
    • Visit the TI homepage!
Re: Give some sort of Hyperspace jump like XWA
Extract these files to your data/effects directory and try it.

[attachment deleted by admin]
TWISTED INFINITIES · SECTORGAME· FRONTLINES
Rarely Updated P3D.
Burn the heretic who killed F2S! Burn him, burn him!!- GalEmp

 

Offline MetalDestroyer

  • Starwars reborn!
  • 210
Re: Give some sort of Hyperspace jump like XWA
Extract these files to your data/effects directory and try it.

thanks for the file. I'll test it later. I've some code to do...  :shaking:

 

Offline Solatar

  • 211
Re: Give some sort of Hyperspace jump like XWA
Or check the "no warp effect" box.

 

Offline MetalDestroyer

  • Starwars reborn!
  • 210
Re: Give some sort of Hyperspace jump like XWA
Or check the "no warp effect" box.

If I check the box I don't have the warpin speed like that

 

Offline Black Wolf

  • Twisted Infinities
  • 212
  • Hey! You! Get off-a my cloud!
    • Visit the TI homepage!
Re: Give some sort of Hyperspace jump like XWA
Or check the "no warp effect" box.

A lot of people make this mistake - No Warp Effect completely eliminates the whole warp-in/out process - the ships simply appear and disappear like someone flicked a switch - not what you want for hyperspace.
TWISTED INFINITIES · SECTORGAME· FRONTLINES
Rarely Updated P3D.
Burn the heretic who killed F2S! Burn him, burn him!!- GalEmp

 

Offline Solatar

  • 211
Re: Give some sort of Hyperspace jump like XWA
Then I stand corrected, and I agree, probably not what you want for hyperspace. When I use it it's for ships appearing on radar, so naturally I don't see whether they have a warp sequence. I just look to make sure I can't see an obvious blue glow.

  

Offline MetalDestroyer

  • Starwars reborn!
  • 210
Re: Give some sort of Hyperspace jump like XWA
Extract these files to your data/effects directory and try it.

I've just tested, and the warp ani is still here. :/ I don't know why.