Prop dynamic override: Difference between revisions
Jump to navigation
Jump to search
Important:Spawned entity's classname in-game is automatically changed to
Note:All
Tip:In 
SirYodaJedi (talk | contribs) mNo edit summary |
(I don't think this fits being a codenote. doesn't have much relevance to coding) |
||
| Line 1: | Line 1: | ||
{{CD|CDynamicProp|file1=props.cpp}} | {{CD|CDynamicProp|file1=props.cpp}} | ||
{{this is a|point entity|name=prop_dynamic_override}} A variant of {{ent|prop_dynamic}} which will permit using models designed to be used as {{ent|prop_physics}}. Although this entity provides the freedom of turning physics props into dynamic props, be aware of that players will rely on the behavior of props to be more or less consistent with other maps, and even other Source games. | {{this is a|point entity|name=prop_dynamic_override}} A variant of {{ent|prop_dynamic}} which will permit using models designed to be used as {{ent|prop_physics}}. Although this entity provides the freedom of turning physics props into dynamic props, be aware of that players will rely on the behavior of props to be more or less consistent with other maps, and even other Source games. | ||
{{ | {{important|Spawned entity's classname in-game is automatically changed to <code>prop_dynamic</code>}} | ||
{{OtherKIO|prop_dynamic|All}} | {{OtherKIO|prop_dynamic|All}} | ||
{{tip|In {{l4ds}} <code>DisableBoneFollowers</code> keyvalue doesn't exist so when there is need to spawn a model with no [[phys_bone_follower]]s then using this entity with collision set to <code>Not Solid</code> will prevent them from spawning}} | {{tip|In {{l4ds}} <code>DisableBoneFollowers</code> keyvalue doesn't exist so when there is need to spawn a model with no [[phys_bone_follower]]s then using this entity with collision set to <code>Not Solid</code> will prevent them from spawning}} | ||
Revision as of 20:07, 6 March 2025
| CDynamicProp |
prop_dynamic_override is a point entity available in all
Source games. A variant of prop_dynamic which will permit using models designed to be used as prop_physics. Although this entity provides the freedom of turning physics props into dynamic props, be aware of that players will rely on the behavior of props to be more or less consistent with other maps, and even other Source games.
prop_dynamicKeyvalues / Inputs / Outputs are same as prop_dynamic.DisableBoneFollowers keyvalue doesn't exist so when there is need to spawn a model with no phys_bone_followers then using this entity with collision set to Not Solid will prevent them from spawningSee also
- Prop Types Overview
- Prop Footsteps - A tutorial that provides essential code for when players walk on entities like this, it's not ignored during footstep sound computation.
- prop_dynamic
- prop_physics_override