ZanderNao Posted October 27, 2017 Posted October 27, 2017 Anyone remember the hyperspace tunnel outside the Doomgiver in Jedi Outcast? Are there any ways to get a hyperspace tunnel that works in a similar way, but appears closer to the actual Hyperspace effect used in the movies?Or I suppose an alternative would be the same tunnel from Jedi Outcast in Jedi Academy, but with an invisible floor in the middle on which vehicles could be spawned? I know it's probably an idea only interesting to film makers and RPGers, but it is something that hasn't been explore much in map making. I thank you all for at least humoring the idea!
Noodle Posted October 27, 2017 Posted October 27, 2017 If I'm correct, the same effect is used on the map mp/siege_destroyer in JA when rebel ships leave the hangar. Lazarus likes this
ZanderNao Posted October 27, 2017 Author Posted October 27, 2017 If I'm correct, the same effect is used on the map mp/siege_destroyer in JA when rebel ships leave the hangar. Ah, that's right! Though that one is even harder to access because you can't just noclip out to it like on the doomgiver. Edit: I went into the map file and it is not the same tunnel. It's a more ethereal sort of effect that's flat rather than a 3D structure.
minilogoguy18 Posted October 27, 2017 Posted October 27, 2017 ^Pretty sure it's broken in JA, if you have JO you could port the missing files over. In JA it's just a blue/purple blob, nothing like JO.
ZanderNao Posted October 27, 2017 Author Posted October 27, 2017 ^Pretty sure it's broken in JA, if you have JO you could port the missing files over. In JA it's just a blue/purple blob, nothing like JO.I have that Jedi Outcast for Jedi Academy mod so I've used the doomgiver tunnel as much as I can, but I was hoping something better might one day be possible.
Corto Posted October 27, 2017 Posted October 27, 2017 Is it a matter of textures? Shaders? Efx? How is it done? Maybe we can create a better hyperspace effect and make it public for those who want to include it in their mods. z3filus and Jeff like this
ZanderNao Posted October 27, 2017 Author Posted October 27, 2017 From direct on, it's very convincing. Looks like a Hyperpsace tunnel, though the colors and hues don't match up to what we've seen in more recent movies:Zooming out, you can see that it's a funnel effect, starting at a specific point and growing larger ahead and around of the Doomgiver bridge.Taking a closer look from the outside, you have a few main structures. There's the outer cone, an inner cone of turquoise wispy stuff, and near the front there's a white funnel shape that fans out.https://youtu.be/_VjEUvuyGP4
Corto Posted October 27, 2017 Posted October 27, 2017 Looks like a combinations of shader effects mounted over a 3d mesh. That's exactly how I would have done it too. Looks like a nice challenge.
ZanderNao Posted October 27, 2017 Author Posted October 27, 2017 So is the shader moving, or the 3D mesh?
Corto Posted October 27, 2017 Posted October 27, 2017 The shader. It probably has a couple of transformation fuctions enabled. ZanderNao likes this
Langerd Posted October 27, 2017 Posted October 27, 2017 (edited) I made something like this in my hyperblast map Just make a skybox (the other box outside your main map) inside this box make a cilinder with the flashing texture that scrolls. I will try this now on my executor map and see how it looksEDIT: OK!!! Now how to do this because it went better than i expected:1. Texture i made - some blue and in some places white splatters.Just this blue hyperspace energy2. Shader like this - textures/executor/hyper{q3map_nolightmapsurfaceparm nomarkssurfaceparm nonsolidcull twosided { map textures/executor/hyper blendFunc GL_ONE GL_ONE_MINUS_SRC_COLORtcMod scroll -1.5 3.5glow }}3. In Your map you made a box with the black texture around. In the middle You put your ship. The ship will be in the cilinder that verts are merged together on both sides. You leave the middle part of cilinder like it was at the start. In the end You put the misc_skyportal. Everything You see here will be in the skybox and we want this to be very huge and be part of the background.. not the map.4. add the blue light in the skybox 5.compile the map and:These two pics shows how i made this. Edited October 27, 2017 by Langerd Noodle, Lancelot, ZanderNao and 3 others like this
minilogoguy18 Posted October 28, 2017 Posted October 28, 2017 It could look bad in the siege_destroyer map because it's not laid over a cone like the doomgiver bridge area is. I never really thought of it that way. It definitely looks different between the 2 maps, could just be the 2 cones that the shader is layered over.
ZanderNao Posted October 28, 2017 Author Posted October 28, 2017 Oh wow Langerd! That does look a lot more like the movie version! Fantastic progress! Any chance at a video of the effect?
ZanderNao Posted January 13, 2018 Author Posted January 13, 2018 I made something like this in my hyperblast map Just make a skybox (the other box outside your main map) inside this box make a cilinder with the flashing texture that scrolls. I will try this now on my executor map and see how it looks EDIT: OK!!! Now how to do this because it went better than i expected: 1. Texture i made - some blue and in some places white splatters.Just this blue hyperspace energy2. Shader like this - textures/executor/hyper{q3map_nolightmapsurfaceparm nomarkssurfaceparm nonsolidcull twosided { map textures/executor/hyper blendFunc GL_ONE GL_ONE_MINUS_SRC_COLORtcMod scroll -1.5 3.5glow }}3. In Your map you made a box with the black texture around. In the middle You put your ship. The ship will be in the cilinder that verts are merged together on both sides. You leave the middle part of cilinder like it was at the start. In the end You put the misc_skyportal. Everything You see here will be in the skybox and we want this to be very huge and be part of the background.. not the map.4. add the blue light in the skybox 5.compile the map and: Or is there a chance you could release your map since it turned out so perfect? I mean you really managed to capture the hyperspace bubble perfectly!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now