• Left 4 Dead: Vent not working?
    8 replies, posted
So I made a vent prop, and when I compile my map and play, it's not there. What's going on?
Post compile log.
Is it the right type? (prop_static, prop_physics, prop_dynamic, etc) [editline]20th October 2010[/editline] Check the info tab in the model browser
it's got physics and static ticked, but not dynamic
[QUOTE=geogzm;25529189]it's got physics and static ticked, but not dynamic[/QUOTE] In that case it should work with both physics and static, but I have seen many props that only work with one of them. Basically if one doesn't work, use the other. prop_physics have a spawnflag to "Disable motion" which makes them static, but you can't easily make a prop_static having physics.
prop_physics_override, try that.
prop_physics is just fine.
Or prop_dynamic_override if it REALLY needs to be dynamic in some way.
Prop_Physics with motion disabled is all you need
Sorry, you need to Log In to post a reply to this thread.