Rendering and studio model related KIO/Inputs
Inputs
SetBodyGroup
<integer>- Sets the the active
$bodygroup
.
Color
<color255>- Sets an RGB color for the entity.
Alpha
<integer>- Sets the entity's transparency to a number from 0 (invisible) to 255 (fully visible). Requires the entity to have its Render Mode (rendermode) set to a number other than 0.
SetModelScale
<vector> (only in )- Multiplies the size of the model. Does not alter the physics collisions in most cases. Can take two values separated by a space, in which case the first value would be the target model scale and the second value would be the number of seconds the change in scale will be spread over. If there is no second value, the model will scale instantly.Tip:The
modelscale
keyvalue can be AddOutputed as a workaround for other games with this input missing. - Warning:Negative or extremely high values can cause crashes!
SetModel
<string> (only in )- Changes the model to the specified path. Form of models/ammo/ammo_us.mdl.
- Important:Absolutely NO quotes! Make sure you use the forward slash '/'. Merasmus says to heed this advice, else thou shalt corrupt the VMF.
AlternativeSorting
<boolean>- Swaps the rendering order of the entity. Used to attempt to fix sorting problems when rendering, for example an object rendering in front of translucent materials.
Animation
SetCycle
<float> (only in )- Skip to a specific point in the current animation.
SetPlayBackRate
<float>- Change the animation speed multiplier.
Lighting / Shadow / Reflectinos
SetLightingOrigin
<targetname>- Sets the entity's lighting origin to use this entity's position.
(removed since )SetLightingOriginHack
<targetname>- Deprecated.
Offsets the entity's lighting origin by their distance from aninfo_lighting_relative
. UseSetLightingOrigin
instead.
Shadow:
DisableShadow
- Turn dynamic shadows off for this entity. Identical to applying
EF_NOSHADOW
.
EnableShadow
- Turn dynamic shadows on for this entity.
DisableReceivingFlashlight
(in all games since )- This object will not receive light or shadows from projected textures.
EnableReceivingFlashlight
(in all games since )- This object may receive light or shadows from projected textures.
Reflection:
DisableDrawInFastReflection
(in all games since )- Turns off rendering of this entity in reflections when using
$reflectonlymarkedentities
in water material.
EnableDrawInFastReflection
(in all games since )- Turn on rendering of this entity in reflections when using
$reflectonlymarkedentities
in water material.
Miscellaneous
SetDamageFilter
<targetname>- Sets a filter for this entity for when it receives damage.
Ignite
- Makes the entity catch on fire indefinitely.
IgniteLifetime
<float>- Makes the entity catch on fire for a given amount of time.
IgniteNumHitboxFires
<integer> (removed since )- Makes the entity catch on fire with a given number of hitbox fire particles.
IgniteHitboxFireScale
<float> (removed since )- Makes the entity catch on fire with a given scale for hitbox fire particles.
Note:
IgniteNumHitboxFires
/ IgniteHitboxFireScale
are still present in games post but call the same function as Ignite
(they still take integer and float parameter but don't do anything with them)BecomeRagdoll
- Kills the entity and creates a client-side ragdoll from the model. Input is only passed if the model contains
$collisionjoints
. For other models,phys_convert
can be used instead.
EnableDamageForces
- Allows the entity to be pushed by damage done to it (usually force amount correlates with the damage done).
DisableDamageForces
- Prevents the entity from being pushed by damage done to it.
fademindist
<float>- Same effect as fademindist ↑ keyvalue
fademaxdist
<float>- Same effect as fademaxdist ↑ keyvalue