Fixing lighting on a static prop: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Cleanup)
(They aren't lightmapped, lol)
Tag: New redirect
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{stub}}
#REDIRECT [[Static_Props_show_up_black]]
[[File:Staticprop_compile.PNG|thumb|right|alt=prop_static settings|The proper compile syntax]]Lightmapped [[prop_static]] entities do not always get lit correctly. If this is the case, you will need to do the following:
 
# Turn on [[Hammer_Run_Map_Expert|expert compiling]].
# In the "Compile/run commands:" box, click on the '''$light_exe''' option.
# Add the following to the command parameters before "-game":
#* '''-final'''
#* '''-both'''
#* '''-StaticPropPolys'''
#* '''-TextureShadows'''
#* '''-staticproplighting'''
 
Static props will now give off the correct shadows.

Latest revision as of 14:11, 24 April 2025