Jump to content

Home

What a nice jungle... errr.... ice field.... err... lunar surface... err...


RenikDelan

Recommended Posts

Hey all,

This is a two part question. And of course, you know I like to ask the nearly impossible questions, so this oughta be interesting.

 

1) For Quake/HL/etc, the skyboxes are make up of seperate images to make up an enviroment. Is there a way to convert that to a sky shader for easier use?

 

2) Regardless of the answer to Question #1, is there a way to hit a button and change the skybox/shader? I heard there was a way to change textures, so texture-wise, I think it would be similar... if it was changing all 6 images in the skybox, it should be just a trigger_multiple, right?

Link to comment
Share on other sites

Originally posted by RenikDelan

1) For Quake/HL/etc, the skyboxes are make up of seperate images to make up an enviroment. Is there a way to convert that to a sky shader for easier use?

Huh? Skyboxes are always made out of a sky shader. What exactly are you asking here?

 

I've never tried this, but...you might be able to make your skybox into a func_usable, so that it could be "toggled" invisible or visible...just so long as you've got a structural hull behind it. Or, maybe...making the sky shader have an animmap line...

Link to comment
Share on other sites

Originally posted by RenikDelan

1) For Quake/HL/etc, the skyboxes are make up of seperate images to make up an enviroment. Is there a way to convert that to a sky shader for easier use?

It's the same way for JK2. There are 6 separate images that make up the sky (environment) combined by the sky shader.

Link to comment
Share on other sites

Originally posted by Eldritch

By using the sky shader code as described in the Q3 Shader Manual.

Sweeeeet... now, getting back to the other part of my question, can I use a button to toggle between, say, five different sky shaders? Like hit it once for ice, again for forest, again, again, again..... and it just loops back to the first after the fifth?
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...