Talk:Tank boss: Difference between revisions
Jump to navigation
Jump to search
Mikroscopic (talk | contribs) (Created page with "==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...") |
Mikroscopic (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
==Keyvalues and I/O== | ==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.[[User:Mikroscopic|Mikroscopic]] ([[User talk:Mikroscopic|talk]]) 19:36, 5 May 2018 (UTC) | 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.[[User:Mikroscopic|Mikroscopic]] ([[User talk: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? --[[User:Mikroscopic|Mikroscopic]] ([[User talk:Mikroscopic|talk]]) 21:43, 5 May 2018 (UTC) |
Revision as of 14:43, 5 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)