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:Other
SirYodaJedi (talk | contribs) No edit summary |
SirYodaJedi (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{CD|CPhysicsPropMultiplayer|file1=props.cpp}} | {{CD|CPhysicsPropMultiplayer|file1=props.cpp}} | ||
{{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. | {{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, and that physics mode can be changed. | ||
{{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}}}} | ||
Line 12: | Line 12: | ||
:* 3: "Non-Solid, Client-side" | :* 3: "Non-Solid, Client-side" | ||
}} | }} | ||
{{OtherKIO|prop_physics}} | {{OtherKIO|prop_physics}} |
Revision as of 13:00, 11 March 2025
![]() |
---|
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, and that physics mode can be changed.

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"

Keyvalues / Inputs / Outputs
are same as prop_physics.See also
- prop_data
- Prop Types Overview
- Alternate Multiplayer Physics - an article on modifying the source code to this entity.