Difference between revisions of "Static prop"

From Valve Cut Content
Jump to: navigation, search
(Add static_prop)
 
(No difference)

Latest revision as of 02:01, 29 October 2023

static_prop is the deprecated entity classname of static world props. Modern source engine games will automatically swap these out for prop_static at map compile-time.

These entities are used widely across the entire WC mappack.

In order for these props to be visible in Hammer, simply replace all usages of static_prop with prop_static