Kururin Posted September 14, 2002 Share Posted September 14, 2002 Yall know that the skybox picture says sky wel with me it blue and black checkered picture and when i compile and start level the sky doesn't show up and its dark all around and i cant see. What do i do to fix it? Link to comment Share on other sites More sharing options...
Catscratch Posted September 15, 2002 Share Posted September 15, 2002 I never understood the word "skybox" anyway. All I know about sky thing is just making a cube with 6 brushes around the level and give them the same sky shader name to their texture value like skies\bespin or skies\yavin. I never get sky errors even if they emit light or not. Link to comment Share on other sites More sharing options...
Takeoffyouhoser Posted September 15, 2002 Share Posted September 15, 2002 hi again catscratch... here's a question for ya! Do you texture the bottom ( down ) part of the skybox with a sky texture even though you don't see it in game??? Link to comment Share on other sites More sharing options...
idontlikegeorge Posted September 15, 2002 Share Posted September 15, 2002 actually, making a physical box around the map textured with sky isnt the most efficient way to make skies boba, are the any other textures that seem to be missing? try kejim_light in the skies texture set, see if that works Link to comment Share on other sites More sharing options...
Lehik Posted September 16, 2002 Share Posted September 16, 2002 This is what Richdiesal's tutorial says about making skies: "To utilize a sky shader, all you need to do is apply the sky shader from the Texture Browser to any given surface. Many people have a preconception that you need to actually draw a huge box around your map. This is incorrect. By doing that, you will increase your compile time by astronomical amounts as well as prevent the engine from catching any leaks you might create. While that last part might sound like a good thing, believe me, you want to know where every leak in your map is so that you can fix it - you don't want to just cover them up." So you don't have to and you should not create a box, let the engine handle that. The whole tutorial can be found at: http://richdiesal.jedioutcastmaps.com/tutorials/gc102lsn6.html You can get all your textures visible by extracting assets0.pk3 to gamedata/base directory. Some shaders appear as checkboxes in radiant but they will show up ingame. Note that in after extracting assets0 you will see all sides of skies in radiant's texture browser. However, do not place sky TEXTURES on your map, use sky SHADERS(checkboxes). Try making a simple cube and just apply one of the sky shaders to the ceiling, skies/yavin for example. Then do the same with a sky texture, skies/yavin_up, and you will see the big difference between texture and shader. Link to comment Share on other sites More sharing options...
Catscratch Posted September 16, 2002 Share Posted September 16, 2002 Takeoffyouhoser, that depends on the level. If i'm designing a level which you just see the outside, then the bottom part can be used. Not all sky shaders have ground textures anyway. I actually put at least 5 brushes with the same sky shader for outdoor levels. I dunno any other ways to do it. Link to comment Share on other sites More sharing options...
Leslie Judge Posted September 16, 2002 Share Posted September 16, 2002 If I make a map where the player can see the outside trough a window for example, I put a brush right in front of the window, and texture only one face of it with the sky shader. The one wich can be seen from the room. This way the engine has to draw only the necessary surfaces in the necessary size. Try it! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.