Template:KV WeaponSpawnSingle: Difference between revisions
Jump to navigation
Jump to search
Rayman1103 (talk | contribs) (Updated KV Template) |
(Template cleanup) |
||
Line 6: | Line 6: | ||
:* 2 : Use Bounding Box | :* 2 : Use Bounding Box | ||
:* 6 : Use VPhysics | :* 6 : Use VPhysics | ||
{{KV | {{KV BaseEntity|l4d2=1}} | ||
{{KV Studiomodel}} | {{KV Studiomodel}} | ||
}}<noinclude> | }}<noinclude> | ||
[[Category:Keyvalue Templates|WeaponSpawnSingle]] | [[Category:Keyvalue Templates|WeaponSpawnSingle]] | ||
</noinclude> | </noinclude> |
Revision as of 01:22, 18 March 2021
WeaponSpawnSingle:
- Weapon Skin ([todo internal name (i)]) <integer>
- Some weapons have multiple versions of their textures, called skins. Set this to a number other than -1 to make the given weapon use that skin instead of the default.
- Glow Range ([todo internal name (i)]) <float>
- Set a custom glow range for this spawner. 0 means use the default range.
- Collisions ([todo internal name (i)]) <choices>
- Collision box type.
- 0 : Not Solid
- 2 : Use Bounding Box
- 6 : Use VPhysics
- World Model (model) <model path>
- The model this entity should appear as. 128-character limit.
- Skin (skin) <integer>
- Some models have multiple skins. This value selects from the index, starting with 0. May be overridden by game code.
Tip:Hammer's model browser automatically updates this value if you use it to view different skins.
- Sequence (sequence) <integer> !FGD
- Default animation sequence for the model to be playing after spawning. May be overridden by game code.
- Lighting Origin (lightingorigin) <targetname>
- Select an entity (not info_lighting!) from which to sample lighting and cubemaps instead of the entity's $illumposition.
Shadow:
- Disable Shadows (disableshadows) <boolean>
- Prevents the entity from creating cheap render-to-texture shadows, or lightmap shadows if the entity is a prop_static. Does not affect shadow mapping.
- Disable Receiving Shadows (disablereceiveshadows) <boolean>
- Prevent the entity from receiving dynamic shadows on itself.
- Shadow Cast Distance (shadowcastdist) <integer> !FGD
- Sets how far the entity casts dynamic shadows. 0 means default distance from the shadow_control entity.
- Disable Shadow Depth (disableshadowdepth) <boolean> (in all games since
)
- Used to disable rendering into shadow depth (for projected textures) for this entity.
- Disable flashlight (disableflashlight) <boolean> (in all games since
)
- Used to disable projected texture lighting and shadows on this entity.
- Projected Texture Cache (shadowdepthnocache) <integer choices> (in all games since
)
- Used to hint projected texture system whether it is sufficient to cache shadow volume of this entity or to force render it every frame instead.
Choices - 0 : Default
- 1 : No cache - render every frame
- 2 : Cache it - render only once