Fixing lighting on a static prop: Difference between revisions
Jump to navigation
Jump to search
(Cleanup) |
m (merge with Static_Props_show_up_black) |
||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
{{merge|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: | [[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: | ||
Revision as of 00:57, 22 July 2018

It has been suggested that this article or section be merged with Static_Props_show_up_black. (Discuss)
Lightmapped prop_static entities do not always get lit correctly. If this is the case, you will need to do the following:
- Turn on 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.