31 lines
279 B
INI
Executable File
31 lines
279 B
INI
Executable File
;; _
|
|
|
|
;; possible playercrash fix
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"classname" "/prop_.*/"
|
|
}
|
|
replace:
|
|
{
|
|
"disableshadows" "1"
|
|
"disablereceiveshadows" "1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"classname" "/func_.*/"
|
|
}
|
|
replace:
|
|
{
|
|
"disableshadows" "1"
|
|
"disablereceiveshadows" "1"
|
|
}
|
|
}
|
|
|
|
|