Hello, this is my first time setting up a skybox, and it's not working. I've read numerous tutorials, done multiple searches, and came up with nothing. According to the tutorials/research I've done, here are the steps to setting up a skybox. (Should be relatively simple, right?)
Step 1.) Create a big box brush
Step 2.) Use the hollow function to hollow it
Step 3.) Give it a skybox shader
Step 4.) Compile and enjoy!
Well, that's what I did and rather than displaying a skybox, it just displays the void.
I think the problem is not creating the skybox itself... But rather the shader script and/or the directories of the skybox's textures. Here's (hopefully) all the required information anyone would need to help me fix my problem:
In the directory "C:\Program Files\Tremulous\base\scripts" (A.K.A the script directory) I have the shaderfile for my skybox. This file is named "arrakisday.shader". Here are "arrakisday.shader"s contents:
// Direction & elevation checked - Speaker
textures/skies/arrakisday
{
qer_editorimage env/arrakisday/arrakisday_ft.tga
surfaceparm sky
surfaceparm noimpact
surfaceparm nolightmap
q3map_globaltexture
q3map_lightsubdivide 256
q3map_surfacelight 300
q3map_sun 1 0.8 0.8 200 170 50
skyparms env/arrakisday/arrakisday - -
}
I'm not sure if the problem lies within the script itself, or if I have the directory names wrong, etc... But if I did know I wouldn't of started this topic

.
----------------------------------------------------------------------------------------------
Also, in the same directory ("C:\Program Files\Tremulous\base\scripts") I have the file "shaderlist.txt". Here are it's contents:
arachnid2
atcs
karith
nexus6
niveus
transit
tremor
uncreation
common
common-trem
ix
moria
tim
titan
trem2
stone
displays
misc
plant_life
water
arrakisday
Again, I'm not sure if any of this is right...
---------------------------------------------------------------------------------------
Finally, In the directory "C:\Program Files\Tremulous\base\textures\skies\arrakisday" I have all the skybox textures (pictures)
Here is a list of all the files in this directory:
"arrakisday_bk.tga"
"arrakisday_dn.tga"
"arrakisday_ft.tga"
"arrakisday_rt.tga"
"arrakisday_lf.tga"
"arrakisday_up.tga"
-------------------------------------------------------------------------------------------------
WHEN IN GTKRADIANT:
While in GTKradiant the texture directory "skies" shows up on the list and has the shader "arrakisday" in it (This is the only texture that shows up in this directory). When I try to texture my skybox with this shader, compile, and run the map, all that shows up is the void; rather than the skybox I want.
----------------------------------------------------------------------------------------------------------
I hope that I provided enough information for someone to help me get this skybox working... Sorry if I sound like an utter newb; well because I am. And thanks in advanced for whoever helps me get it working :3.