Talk:Cubemaps: Difference between revisions
(Building Cubemaps doesn't change anything) |
(Sanity check : Did he Buildcubemaps?) |
||
Line 37: | Line 37: | ||
I've got a map that I was working on and I built the cubemaps (after placing the entities in hammer, of course). It went through all the different angles and then finished. However, I can't get the map to actually apply the cubemaps. It's in CS:S and mostly very dark, so having some glowing fingernails and a knife isn't my idea of looking good. Is there something I'm missing? | I've got a map that I was working on and I built the cubemaps (after placing the entities in hammer, of course). It went through all the different angles and then finished. However, I can't get the map to actually apply the cubemaps. It's in CS:S and mostly very dark, so having some glowing fingernails and a knife isn't my idea of looking good. Is there something I'm missing? | ||
:Sanity check - Have you opened the console and typed 'buildcubemaps'... Just want to make sure we're past this point... --[[User:Grash|Grash]] 17:44, 25 Oct 2007 (PDT) |
Revision as of 17:44, 25 October 2007
When building cubemaps, I've found that some props become invisible and don't appear in the cubemap. Specifically with translucent or dynamic props in a 3D skybox, the problem can be very apparent for something that is very large. Is there a workaround? --Mungo 17:34, 24 Jul 2005 (PDT)
- I think turning props invisible is on purpose to keep cubemap generation consistent. What if a dynamic prop got in the way and ruined the cubemap? Anyway, try building important things out of brushes for the 3D skybox - the performance hit shouldn't be that bad. Or maybe build some rough brushes in the skybox, then tie the brushes to a func_brush and set them to initially disabled. When you run the map, use the console to enable the func_brush and then generate the cubemaps (assuming that entity i/o works with skybox brushes)And voila, no one will ever suspect! ;) --Campaignjunkie 00:58, 25 Jul 2005 (PDT)
HDR cubemaps for non HDR mappers?
Is there a way to build the cubemaps for HDR when the mapper can't run HDR? I guess there's always the solution of having someone do it for you....but we'll all agree it's not convenient.--Furyo 09:00, 26 Nov 2005 (PST)
- No, unfortunately that is not possible, as the scene actually needs to be rendered to generate the proper cubemaps. --JeffLane 14:01, 23 Nov 2005 (PST)
- Maybe someone will provide a service for that, similar to the remote compile system. —Zevensoft (talk) 17:23, 23 Nov 2005 (PST)
- There are actually a few proposals I've seen online. Wisemx of AKG actually said he was thinking about making such a section on his site. For the moment MSN and friends will have to do...until Steam friends is fixed ;) j/k --Furyo 08:59, 26 Nov 2005 (PST)
- Maybe someone will provide a service for that, similar to the remote compile system. —Zevensoft (talk) 17:23, 23 Nov 2005 (PST)
- I think a mapper really needs to be able to see what the map looks like in HDR before using such a feature - I have flashbacks of people without 3D accelerator cards blindly adding coloured lighting to their Quake 2 maps without a clue how the end result appeared... ;-) —Cargo Cult (info, talk) 09:04, 26 Nov 2005 (PST)
- That would be fine if people didn't EXPECT DoD:Source maps to have HDR all the time. I expect maps to not even be considered without an HDR capability. It's a standard. Plus, adding HDR doesn't change THAT much to your lighting. Colours remain the same, it's the transitions that HDR works on (mostly).--Furyo 13:21, 26 Nov 2005 (PST)
Cubemaps in 3D skybox
Is there a way to enable reflection/refraction on the water in a 3D skybox ? Because I'm making a map surrounded by the ocean, and everything in the 3D skybox (like islands or boats) are not reflected on the surface, and it looks really ugly..
Problem with buildcubemaps
I'm creating a Counter-Strike: Source map, but when I execute buildcubemaps it says this: 'vtex failed to compile cubemaps!' (or something like that) And it gives an error it can't delete some vtf file. Does anyone know what might be causing this? --M-D 03:45, 29 Oct 2006 (PST)
- This happens, when there are multiple env_cubemaps on the same spot (exactly same coordinates). The error refers to a .vtf file, whose name includes the coordinates (**x_y_z.vtf), -600_5000_-3634.vtf e.g. Check the env_cubemap(s) at those mentioned coordinates and delete them until there is only one env_cubemap left. pSyk0 09:20, 19 May 2007 (CEST)
Can't load vtex.dll
I placed some env_cubemaps in my level, then compiled and ran it and used the buildcubemaps console command. My resolution is 1280x1024. But it won't make any cubemaps, it just replies with "can't load vtex.dll". I checked and vtex.dll IS present in the half-life 2 bin directory. I haven't found ANY help online with this, so I sure hope I'm not the first to ever get this problem.
Did an engine update change something?
I was trying to compile cubemaps for my map, when i restarted the server they didn't work. When i restarted the game, they did work. Is this caused by an engine update, and if so, doesn't this article have to be modified to reflect the latest method? Solokiller 10:07, 13 Apr 2007 (PDT)
- Well, I had some problems compile cubemaps with my mod when HDR was enabled. Guess it was because I used the console hdr commands, instead of the menu. :\
- Or my mod doesn't support HDR, which it should, I used the newest code. --Sortie 11:13, 13 Apr 2007 (PDT)
- For multiplayer mods, you need to enable cheats (sv_cheats 1) before running
buildcubemaps
--Daedalus 17:53, 13 Apr 2007 (PDT)
- For multiplayer mods, you need to enable cheats (sv_cheats 1) before running
Building Cubemaps doesn't change anything
I've got a map that I was working on and I built the cubemaps (after placing the entities in hammer, of course). It went through all the different angles and then finished. However, I can't get the map to actually apply the cubemaps. It's in CS:S and mostly very dark, so having some glowing fingernails and a knife isn't my idea of looking good. Is there something I'm missing?
- Sanity check - Have you opened the console and typed 'buildcubemaps'... Just want to make sure we're past this point... --Grash 17:44, 25 Oct 2007 (PDT)