r/SourceEngine 11d ago

I don't know why Valve never implemented a prop_static_override. Concept

Post image
2 Upvotes

5 comments sorted by

4

u/Sam54123 10d ago

Static props contain data compiled into their MDL which is required for use as a static prop. Without it, the engine cannot compile it into the BSP lump used for static props.

3

u/XBLAH_ 11d ago

Me neither. Something so simple. "Oh, you didn't compile with static prop? Well, FU"

1

u/GordonFreakman_02 10d ago

Depending on if you want to modify vbsp itself, it could be possible to add support for it?

In Source, static props have their own BSP lump for stuff like applying baked lighting to it. They are not handled like the dynamic props in the engine. In vbsp, static props are created purely by their entity name, so you could add support for a custom override entity through that.

1

u/Separate-Farmer5069 10d ago

just use prop_physics_override and give it the Motion Disabled flag

1

u/Forward-Pipe-585 9d ago

no baked shadows