Forum breadcrumbs - You are here:ForumCommunity Boards: Hammer and ModdingSkybox
Please or Register to create posts and topics.

Skybox

PreviousPage 2 of 2
FelixGriffin wrote:
Did you change it on all six of the textures?

Yes I did, and according to where I spawn in the hammer view, it is the right and front sides where it 'drags'.

This... sentence... is... false.... dontthinkaboutdontthinkaboutdontthinkaboutdontthinkaboutdontthinkaboutit
MLIA
Thanks in advance :thumbup:

I made some changes to the Lost Coast skybox vmt and got it to work. I hope it helps:

ORIGINAL

Spoiler

Code: Select all
"Sky"
{
   // HDR basetexture
   "$hdrbasetexture" "skybox/sky_lostcoast_hdrlf"

   // non-HDR basetexture
   "$basetexture" "skybox/sky_lostcoastlf"

        "$nofog" 1
        "$ignorez" 1
}

MODIFIED VERSION

Spoiler

Code: Select all
UnlitGeneric
{
   // HDR basetexture
   "$hdrbasetexture" "skybox/sky_lostcoast_hdrlf"

   // non-HDR basetexture
   "$basetexture" "skybox/sky_lostcoastlf"

        "$nofog" 1
}

Image
PreviousPage 2 of 2