Cubemap not working without skybox... any suggestions?

Fragimus_Max

L3: Member
Jan 13, 2008
146
57
It's odd. The glass with the wire in it will still show up purple - although the plain glass is fine.

When I add a skybox around the entire area, everything looks fine.

Exactly how depndent are cubemaps when it comes to requiring a skybox? I didn't think I needed one for indoor reflections.
 

Nizzem

L2: Junior Member
Nov 29, 2007
57
0
Make sure you have no leaks.
 

shpladoink

L3: Member
Dec 19, 2007
108
6
Having a similar issue here.

When compiling the map:

*** Error: Skybox vtf files for skybox/sky_tf2_04 weren't compiled with the same size texture and/or same flags!
Can't load skybox file skybox/sky_tf2_04 to build the default cubemap!
*** Error: Skybox vtf files for skybox/sky_tf2_04 weren't compiled with the same size texture and/or same flags!
Can't load skybox file skybox/sky_tf2_04 to build the default cubemap!



And when attempting to build cubemaps in-game:

Current mod isn't in a subdirectory of "game"!
bounce: 1/1 sample: 1/1
Can't load skybox file sky_tf2_04 to build the default cubemap!


The skybox itself shows up fine in-game, so why isn't it loading for cubemaps?
 

timberghost_paintball

L2: Junior Member
Dec 19, 2007
77
200
Having a similar issue here.

When compiling the map:

*** Error: Skybox vtf files for skybox/sky_tf2_04 weren't compiled with the same size texture and/or same flags!
Can't load skybox file skybox/sky_tf2_04 to build the default cubemap!
*** Error: Skybox vtf files for skybox/sky_tf2_04 weren't compiled with the same size texture and/or same flags!
Can't load skybox file skybox/sky_tf2_04 to build the default cubemap!



And when attempting to build cubemaps in-game:

Current mod isn't in a subdirectory of "game"!
bounce: 1/1 sample: 1/1
Can't load skybox file sky_tf2_04 to build the default cubemap!


The skybox itself shows up fine in-game, so why isn't it loading for cubemaps?

I'm having the same problem I think I read somewhere that there is a problem with all the textures except hydro I'm trying to see if I can find it again.
 

YM

LVL100 YM
aa
Dec 5, 2007
7,135
6,056
cubemaps still work! Its only the 'default cubemap' that does not

load up your map run buildcubemaps in the console
then play around with turning the specular off and on (mat_specular 0/1) aswell as disconnecting and restarting your map.

After playing around with those you should find the cubmaps work just fine and you can send your map off and no one will complain about pink.
 

shpladoink

L3: Member
Dec 19, 2007
108
6
cubemaps still work! Its only the 'default cubemap' that does not

load up your map run buildcubemaps in the console
then play around with turning the specular off and on (mat_specular 0/1) aswell as disconnecting and restarting your map.

After playing around with those you should find the cubmaps work just fine and you can send your map off and no one will complain about pink.

Yeah, I noticed that rebuilding the cubemaps with both HDR settings seemed to fix the purple checkerboard, but I wasn't sure if that error was causing some issues that I wasn't noticing. Would I be correct in assuming that the "default cubemap" is only used when there are no other env_cubemaps present? Or does that have some other purpose?