Template:KV BasePropPhysics: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(added the option to choose specifically the older version (with DXLevelChoice) or the newer version (with SystemLevelChoice). the default is unchanged.)
m (now incorporates KV BaseAnimating.)
Line 1: Line 1:
<noinclude>{{tip|Put <code>{{!}}old{{=}}1</code> when calling this template to have it show the Src13-and-older version of the template, or <code>{{!}}new{{=}}1</code> to have it show the L4D-and-later version.}}
<noinclude>{{lang|{{FULLPAGENAME}}}}[[Category:Keyvalue Templates|BasePropPhysics]]
</noinclude>{{minititle|BasePropPhysics}}
{{tip|Has the same game-related parameters as [[Template:KV BaseAnimating]]. {{para|nofgd|1}} will result in everything being marked !FGD.{{param|noscroll}} will be relayed to Template:ScrollBox.}}
{{KV|Physics Impact Damage Scale|intn=physdamagescale|float|Multiplies damage received from physics impacts. 0 means the feature is disabled for backwards compatibility.}}
</noinclude>{{scrollBox|title=BasePropPhysics|noscroll={{{noscroll|}}}|
{{KV|Impact damage type|intn=Damagetype|bool|If true (1), damage type is sharp and the object can slice others.}}
{{KV|Physics Impact Damage Scale|intn=physdamagescale|float|Multiplies damage received from physics impacts. 0 means the feature is disabled for backwards compatibility.|nofgd={{{nofgd|}}}}}
{{KV|Damaging it Doesn't Push It|intn=nodamageforces|bool|Whether damaging the entity applies force to it.}}
{{KV|Impact damage type|intn=Damagetype|bool|If true (1), damage type is sharp and the object can slice others.|nofgd={{{nofgd|}}}}}
{{KV|Scale Factor For Inertia|intn=inertiascale|float|Scales the angular mass of an object. Used to hack angular damage and collision response. {{confirm|Doesn't actually affect ''inertia''?}}}}
{{KV|Damaging it Doesn't Push It|intn=nodamageforces|bool|Whether damaging the entity applies force to it.|nofgd={{{nofgd|}}}}}
{{KV|Mass Scale|intn=massscale|float|Multiplier for the object's mass.}}
{{KV|Scale Factor For Inertia|intn=inertiascale|float|Scales the angular mass of an object. Used to hack angular damage and collision response. {{confirm|Doesn't actually affect ''inertia''?}}|nofgd={{{nofgd|}}}}}
{{KV|Override Parameters|intn=overridescript|string|A list of physics keyvalues that are usually [[prop_data|embedded in the model]]. Format is <code>key,value,key,value,...</code>.}}
{{KV|Mass Scale|intn=massscale|float|Multiplier for the object's mass.|nofgd={{{nofgd|}}}}}
{{KV|Health Level to Override Motion|intn=damagetoenablemotion|int|If specified, this object will start with motion disabled. Once its health has dropped below this specified amount, it will enable motion.}}
{{KV|Override Parameters|intn=overridescript|string|A list of physics keyvalues that are usually [[prop_data|embedded in the model]]. Format is <code>key,value,key,value,</code>.|nofgd={{{nofgd|}}}}}
{{KV|Physics Impact Force to Override Motion|intn=forcetoenablemotion|float|If specified, this object will start motion disabled. Any impact that imparts a force greater than this value will enable motion.}}
{{KV|Health Level to Override Motion|intn=damagetoenablemotion|int|If specified, this object will start with motion disabled. Once its health has dropped below this specified amount, it will enable motion.|nofgd={{{nofgd|}}}}}
{{#if: {{{new|}}} || {{KV DXLevelChoice}} }}
{{KV|Physics Impact Force to Override Motion|intn=forcetoenablemotion|float|If specified, this object will start motion disabled. Any impact that imparts a force greater than this value will enable motion.|nofgd={{{nofgd|}}}}}
{{#if: {{{old|}}} || {{KV SystemLevelChoice}} }}
{{KV GMOD|nofgd={{{nofgd|}}}}}
{{KV GMOD}}
{{KV BaseAnimating|noscroll=1|base={{{base|}}}|l4d={{{l4d|}}}|l4d2={{{l4d2|}}}|as={{{as|}}}}}|portal2={{{portal2|}}}}}

Revision as of 10:17, 19 May 2022

Tip.pngTip:Has the same game-related parameters as Template:KV BaseAnimating. |nofgd=1 will result in everything being marked !FGD.{{{noscroll}}} will be relayed to Template:ScrollBox.
BasePropPhysics:
Physics Impact Damage Scale (physdamagescale) <float>
Multiplies damage received from physics impacts. 0 means the feature is disabled for backwards compatibility.
Impact damage type (Damagetype) <boolean>
If true (1), damage type is sharp and the object can slice others.
Damaging it Doesn't Push It (nodamageforces) <boolean>
Whether damaging the entity applies force to it.
Scale Factor For Inertia (inertiascale) <float>
Scales the angular mass of an object. Used to hack angular damage and collision response.
Confirm:Doesn't actually affect inertia?
Mass Scale (massscale) <float>
Multiplier for the object's mass.
Override Parameters (overridescript) <string>
A list of physics keyvalues that are usually embedded in the model. Format is key,value,key,value,….
Health Level to Override Motion (damagetoenablemotion) <integer>
If specified, this object will start with motion disabled. Once its health has dropped below this specified amount, it will enable motion.
Physics Impact Force to Override Motion (forcetoenablemotion) <float>
If specified, this object will start motion disabled. Any impact that imparts a force greater than this value will enable motion.

GMODSandbox:

Allow Physics Gun (gmod_allowphysgun) <boolean> (only in Garry's Mod)
If set, players cannot use Physics Gun on this entity.
Sandbox Tool Whitelist (gmod_allowtools) <string> (only in Garry's Mod)
If set, only given tools can be used on this entity. You need to supply the tool class names, the names of the .lua files of those tools. This also includes the context menu properties!
Note.pngNote:Content moved to Rendering and studio model related KIO/Keyvalues for continuation of page history