Prop physics multiplayer: Difference between revisions
Jump to navigation
Jump to search
Bug:The Name keyvalue does not function correctly in Source 2007. A workaround is to create a logic_auto or logic_relay with an addoutput,targetname output.
Confirm:seems to be false bug because I don't see anything related to name in source code [todo tested in ?]
AltNames: In 
Left 4 Dead series, this entity is also tied to 
and physicsmode keyvalue works when used on prop_physics
Note:All other keyvalues / inputs / outputs are identical to prop_physics
(-added class hierarchy, cleanup, l4ds altname to prop_physics) |
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.) |
||
Line 1: | Line 1: | ||
{{CD|CPhysicsPropMultiplayer|file1=props.cpp}} | {{CD|CPhysicsPropMultiplayer|file1=props.cpp}} | ||
{{this is a|name=prop_physics_multiplayer | {{this is a|point entity|name=prop_physics_multiplayer}} It is identical to [[prop_physics]] except that it bounces away from collision (if [[sv_turbophysics]] is enabled), which helps to avoid the prediction errors that normal physics objects typically generate. | ||
{{bug|The Name keyvalue does not function correctly in Source 2007. A workaround is to create a [[logic_auto]] or [[logic_relay]] with an addoutput,targetname output. | {{bug|The Name keyvalue does not function correctly in Source 2007. A workaround is to create a [[logic_auto]] or [[logic_relay]] with an addoutput,targetname output. | ||
{{todo|Test if this issue has been fixed in later versions of Source.}}{{confirm|seems to be false bug because I don't see anything related to name in source code}}}} | {{todo|Test if this issue has been fixed in later versions of Source.}}{{confirm|seems to be false bug because I don't see anything related to name in source code}}}} |
Revision as of 16:31, 17 May 2024
![]() |
---|
CPhysicsPropMultiplayer |
![]() |
prop_physics_multiplayer
is a point entity available in all Source games. It is identical to prop_physics except that it bounces away from collision (if sv_turbophysics is enabled), which helps to avoid the prediction errors that normal physics objects typically generate.

Todo: Test if this issue has been fixed in later versions of Source.




prop_physics
. CPhysicsPropMultiplayer doesn't seem to be present 

Keyvalues
- Physics Mode (physicsmode) <choices>
- Sets the physics mode used by the prop.
- 0: "Auto Detect"
- 1: "Solid, Server-side"
- 2: "Non-Solid, Server-side"
- 3: "Non-Solid, Client-side"

See also
- prop_data
- Prop Types Overview
- Alternate Multiplayer Physics - an article on modifying the source code to this entity.