nuclide/platform/base_scripts.pk3dir/scripts/surfaceproperties.txt
Marco Hladik 70fe95e5a7
Add support for Source styled surfaceproperties.txt definitions, which
is incorporated into func_breakable/pushable already. Mods can now control
material/surface properties without code.
2021-10-15 19:01:36 +02:00

53 lines
No EOL
780 B
Text

gs_material_glass
{
gamematerial Y
bulletimpact "func_breakable.impact_glass"
}
gs_material_wood
{
gamematerial W
bulletimpact "func_breakable.impact_wood"
}
gs_material_metal
{
gamematerial M
bulletimpact "func_breakable.impact_metal"
}
gs_material_flesh
{
gamematerial F
bulletimpact "func_breakable.impact_flesh"
}
gs_material_cinderblock
{
gamematerial C
bulletimpact "func_breakable.impact_cinderblock"
}
gs_material_tile
{
gamematerial T
bulletimpact "func_breakable.impact_tile"
}
gs_material_computer
{
gamematerial P
bulletimpact "func_breakable.impact_computer"
}
gs_material_unbreakableglass
{
gamematerial Y
bulletimpact "func_breakable.impact_glassunbreakable"
}
gs_material_rocks
{
gamematerial C
bulletimpact "func_breakable.impact_rock"
}