Half-Life: Alyx

Half-Life: Alyx

Expande el mundo de Half-Life: Alyx
Explora el Workshop de Half-Life: Alyx para encontrar los mejores complementos creados por la comunidad o instala las herramientas gratuitas y crea tu propio contenido de Half-Life: Alyx.
Más información
RuneSFM 3 AGO 2024 a las 11:57 a. m.
How to fix the lighting?? (FIXED)
I'm trying to make a map in source 2 and for some reason any other entity other than a prop_static in my map is only illuminated by the light_environment, and without one it just appears black. I've looked on the internet and I can't seem to find anything. My func_shatterglass's look weird my func_door is incorrectly colored and the gloves and physics props just won't match the ligthing of the area, am I doing something wrong here? Fixed Using Light Probes and Cubemaps. Link for how to make light probe here: (https://www.youtube.com/watch?v=SJEgZ8LQZiw)
Última edición por RuneSFM; 4 AGO 2024 a las 1:05 p. m.
< >
Mostrando 1-2 de 2 comentarios
...BadLucky 4 AGO 2024 a las 12:28 p. m. 
Missing Light Probes, Cube Maps, or both.

You should have at least one light probe covering any space that might contain a dynamic object (e.g. anywhere you're allowing a man-hack to go, etc).

I find t's best to cover most of the map with some low density probes first (maybe even just a single extremely low-density probe, aka low "resolution"), then add default density probes to each area as desired. (You can also use "env_combined_light_probe_volume" at this stage, since this also adds cube-mapping and has similar placement and workflow)

And In case you're wondering:

Light probes are really just a way of telling the compiler what density to "voxelize" the world...(this affects baked fog, and the the accuracy of dynamically-lit objects as they move throughout a baked scene)...and...as far as I know, higher resolution probes always have precedence...meaning: every region of space is voxelized only once, and always to the highest density that was called for in that particular space.

Edit:

It's also worth noting that the compiler is excellent at ignoring space that shouldn't be voxelized, so in some cases its easier to place some default res areas that cover a very large area in additional to your catch-all.

(this is usually "good enough"...Just don't waste higher density in open air as at best that's wasted compile time).
Última edición por ...BadLucky; 4 AGO 2024 a las 12:41 p. m.
RuneSFM 4 AGO 2024 a las 1:02 p. m. 
Publicado originalmente por ...BadLucky:
Missing Light Probes, Cube Maps, or both.

You should have at least one light probe covering any space that might contain a dynamic object (e.g. anywhere you're allowing a man-hack to go, etc).

I find t's best to cover most of the map with some low density probes first (maybe even just a single extremely low-density probe, aka low "resolution"), then add default density probes to each area as desired. (You can also use "env_combined_light_probe_volume" at this stage, since this also adds cube-mapping and has similar placement and workflow)

And In case you're wondering:

Light probes are really just a way of telling the compiler what density to "voxelize" the world...(this affects baked fog, and the the accuracy of dynamically-lit objects as they move throughout a baked scene)...and...as far as I know, higher resolution probes always have precedence...meaning: every region of space is voxelized only once, and always to the highest density that was called for in that particular space.

Edit:

It's also worth noting that the compiler is excellent at ignoring space that shouldn't be voxelized, so in some cases its easier to place some default res areas that cover a very large area in additional to your catch-all.

(this is usually "good enough"...Just don't waste higher density in open air as at best that's wasted compile time).
Thank you so much! It's fixed now :D
< >
Mostrando 1-2 de 2 comentarios
Por página: 1530 50