Talk:Tank boss: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 16: Line 16:
* ClearContext
* ClearContext
Could someone help me out with these? --[[User:Mikroscopic|Mikroscopic]] ([[User talk:Mikroscopic|talk]]) 21:43, 5 May 2018 (UTC)
Could someone help me out with these? --[[User:Mikroscopic|Mikroscopic]] ([[User talk:Mikroscopic|talk]]) 21:43, 5 May 2018 (UTC)
===== As a reply to your question... =====
:These appear to be regular Source Engine inputs found on literally every entity, excluding '''''KilledNPC''''' (as this is only found on '''NPC'''s such as [[npc_combine_s|the '''Combine Soldier''' (npc_combine_s)]] or [[npc_personality_core|the '''Aperture Science Personality Constructs''' (npc_personality_core)]].
::[[User:Pivotman319|pivotman319]] ([[User talk:Pivotman319|have a friendly talk, no?]]) 20:09, 8 May 2018 (UTC)

Latest revision as of 13:15, 8 May 2018

Keyvalues and I/O

Can anyone help confirm what keyvalues the tank has? A sourcemod dump showed name, health, model, speed, and start disabled, but I would think that skin should exist as well, since it can be specified in popfiles. I'd also appreciate additional testing on what inputs and outputs work. I've confirmed Skin, EnableShadow and DisableShadow having an effect, but I'm not sure if the other Studiomodel I/O work.Mikroscopic (talk) 19:36, 5 May 2018 (UTC)

I found the following inputs using ent_info but have not been able to find templates or descriptions for them:

  • physdamagescale
  • KilledNPC
  • BecomeRagdoll
  • SetLightingOriginHack
  • SetLightingOrigin
  • EnableDamageForces
  • DisableDamageForces
  • DispatchEffect
  • DispatchResponse
  • AddContext
  • RemoveContext
  • ClearContext

Could someone help me out with these? --Mikroscopic (talk) 21:43, 5 May 2018 (UTC)

As a reply to your question...
These appear to be regular Source Engine inputs found on literally every entity, excluding KilledNPC (as this is only found on NPCs such as the Combine Soldier (npc_combine_s) or the Aperture Science Personality Constructs (npc_personality_core).
pivotman319 (have a friendly talk, no?) 20:09, 8 May 2018 (UTC)