Prop monster box: Difference between revisions
Jump to navigation
Jump to search
Bug:If painted, Frankenturrets will not bounce around, slide or otherwise be affected by the gel. Players and other physics objects can be launched by bounce-gelled Frankenturrets. [todo tested in ?]
Note:Page left for viewable history, content moved to prop_physics
Note:Page left for viewable history, content moved to prop_physics
Note:Page left for viewable history, content moved to prop_physics
Note:Page left for viewable history, content moved to prop_physics
(→Inputs) |
TeamSpen210 (talk | contribs) (Frankenturrets not monsters, plus info on painting them.) |
||
Line 4: | Line 4: | ||
==Entity description== | ==Entity description== | ||
It is a "Frankenturret", the result of welding together two [[npc_portal_turret_floor|turrets]] and one weighted storage cube. While it can't attack, it can still move on its own under certain conditions. | It is a "Frankenturret", the result of welding together two [[npc_portal_turret_floor|turrets]] and one weighted storage cube. While it can't attack, it can still move on its own under certain conditions. When they press floor buttons, they will switch into the box state. | ||
{{bug|If painted, Frankenturrets will not bounce around, slide or otherwise be affected by the gel. Players and other physics objects can be launched by bounce-gelled Frankenturrets.}} | |||
==Keyvalues== | ==Keyvalues== | ||
{{KV|Start As Box|boolean|Start as a | {{KV|Start As Box|boolean|Start as a cube instead of the extended mode.}} | ||
{{KV|Box Switch Speed|float|Speed to force switch to a | {{KV|Box Switch Speed|float|Speed to force switch to a cube.}} | ||
{{KV|Allow SilentDissolve input|boolean|Allow the SilentDissolve input to dissolve this monster.}} | {{KV|Allow SilentDissolve input|boolean|Allow the SilentDissolve input to dissolve this monster.}} | ||
{{KV BasePropPhysics}} | {{KV BasePropPhysics}} | ||
Line 17: | Line 18: | ||
==Inputs== | ==Inputs== | ||
{{IO|BecomeBox|Force the | {{IO|BecomeBox|Force the Frankenturret to become a cube.}} | ||
{{IO|BecomeMonster|Allow the | {{IO|BecomeMonster|Allow the Turrets to come out when set down.}} | ||
{{IO|BecomeShortcircuit|Short circuit this | {{IO|BecomeShortcircuit|Short circuit this Frankenturret, forcing it into the cube state and playing spark particle effects.}} | ||
{{IO|Dissolve|Dissolves the | {{IO|Dissolve|Dissolves the Frankenturret.}} | ||
{{IO|SilentDissolve|Kills the | {{IO|SilentDissolve|Kills the Frankenturret and fires its OnFizzled output.}} | ||
{{I BasePropPhysics}} | {{I BasePropPhysics}} | ||
{{I Parentname}} | {{I Parentname}} | ||
==Outputs== | ==Outputs== | ||
{{IO|OnFizzled|Fired when the | {{IO|OnFizzled|Fired when the Frankenturret gets fizzled.}} | ||
{{O BasePropPhysics}} | {{O BasePropPhysics}} |
Revision as of 00:01, 5 September 2014
Entity description
It is a "Frankenturret", the result of welding together two turrets and one weighted storage cube. While it can't attack, it can still move on its own under certain conditions. When they press floor buttons, they will switch into the box state.

Keyvalues
- Allow SilentDissolve input ([todo internal name (i)]) <boolean>
- Allow the SilentDissolve input to dissolve this monster.

Parentname:
- Parent (parentname) <targetname>
- Specifies a movement parent. An entity will maintain its initial offset from its parent. An attachment point can be added to the end of the name, separated by a comma.
Flags

Inputs
- BecomeBox
- Force the Frankenturret to become a cube.
- BecomeMonster
- Allow the Turrets to come out when set down.
- BecomeShortcircuit
- Short circuit this Frankenturret, forcing it into the cube state and playing spark particle effects.
- Dissolve
- Dissolves the Frankenturret.
- SilentDissolve
- Kills the Frankenturret and fires its OnFizzled output.

Parentname:
- SetParent <string >
- Move with this entity. See Entity Hierarchy (parenting).
- SetParentAttachment <string >
- Change this entity to attach to a specific attachment point on its parent. The entity will teleport so that the position of its root bone matches that of the attachment. Entities must be parented before being sent this input.
- SetParentAttachmentMaintainOffset <string >
- As above, but without teleporting. The entity retains its position relative to the attachment at the time of the input being received.
- ClearParent
- Removes this entity from the the movement hierarchy, leaving it free to move independently.
Outputs
- OnFizzled
- Fired when the Frankenturret gets fizzled.
