Tool textures aren't working

FiLi

L4: Comfortable Member
Nov 14, 2009
195
102
This is a problem I had with CSS. I had to transfer it to the source engine 2009 category on my SDK. I set all of the options to be the same as it was for source engine 2006. It seemed to work fine, but when I started using tool textures like nodraw and skybox, they don't work correctly in-game. Does anyone have any ideas why this might be happening?
 

Seba

DR. BIG FUCKER, PHD
aa
Jun 9, 2009
2,364
2,728
What exactly happens when you use them in-game? Hall of mirrors, etc?
 

Exist

L6: Sharp Member
Oct 31, 2009
306
136
The skybox comes up as just the tool texture, not the set skybox background. Also, the playerclip is visible

Thats a strange one. Verify the games cache and report back.
 

Huckle

L3: Member
May 31, 2010
149
101
The skybox comes up as just the tool texture, not the set skybox background. Also, the playerclip is visible

A couple of things off the top of my head: make sure your brushes aren't tied to any sort of entities or that you have more than one sky_camera.
 

FiLi

L4: Comfortable Member
Nov 14, 2009
195
102
A couple of things off the top of my head: make sure your brushes aren't tied to any sort of entities or that you have more than one sky_camera.

I don't have any sky_cameras and the objects aren't tied to any entities.

I probably should have included this already, but I do get these lines when I compile:

Valve Software - vbsp.exe (Dec 11 2006)
2 threads
materialPath: c:\program files\valve\steam\steamapps\orangeboxez\counter-strike source\cstrike\materials
Loading C:\Program Files\Valve\Steam\SteamApps\orangeboxez\sourcesdk_content\cstrike\mapsrc\gg_houseraid_a1.vmf
Can't find surfaceprop concrete for material ORANGE_DEV/DEV_MEASUREGEN_GREY07, using default
Can't find surfaceprop concrete for material ORANGE_DEV/DEV_MEASUREGEN_ORANGE01, using default
material "dev/dev_measuregeneric01b" not found
Material not found!: DEV/DEV_MEASUREGENERIC01B
Can't find surfaceprop concrete for material ORANGE_DEV/DEV_MEASUREGEN_ORANGE03, using default
Can't find surfaceprop concrete for material ORANGE_DEV/DEV_MEASUREGEN_REDORANGE01, using default
Can't find surfaceprop concrete for material ORANGE_DEV/DEV_MEASUREGEN_GREEN02, using default
material "tools/toolsplayerclip" not found
Material not found!: TOOLS/TOOLSPLAYERCLIP

Can't find surfaceprop concrete for material ORANGE_DEV/DEV_MEASUREGEN_GREY08, using default
Can't find surfaceprop concrete for material ORANGE_DEV/DEV_MEASUREGEN_ORANGE02, using default
material "tools/toolsskybox" not found
Material not found!: TOOLS/TOOLSSKYBOX
fixing up env_cubemap materials on brush sides...
 

Seba

DR. BIG FUCKER, PHD
aa
Jun 9, 2009
2,364
2,728
Have you verified the game cache? Because it looks like you've lost pretty much half the data from your game (playerclip, skybox, concrete surfaceprop).