Func tankpulselaser: Difference between revisions
Jump to navigation
Jump to search

Bug:The WAV which is meant to be played when the laser finds its target and/or ricochets off of a surface is missing, therefore a default bullet sound is played. (These missing WAVs can be found in the Half-Life 2 Leak, however.) The console will address the names of the missing WAVs when fired. [todo tested in ?]
Note:Archived page history
Important:These pages are linked often from page history logs so Special:WhatLinksHere will not show anything.
(updates) |
(in other games) |
||
Line 1: | Line 1: | ||
{{lang|Func tankpulselaser}} | {{lang|Func tankpulselaser}} | ||
{{ | {{base brush multi|func_tankpulselaser|game1=Half-Life 2|game2=Portal|game3=Portal 2|game4=Counter-Strike: Global Offensive}} This entity fires a laser sprite at a specific speed. The laser can set things on fire, although it appears certain NPCs cannot catch on fire (Combine Soldiers, Alyx, among others). | ||
{{bug|The WAV which is meant to be played when the laser finds its target and/or ricochets off of a surface is missing, therefore a default bullet sound is played. (These missing WAVs can be found in the Half-Life 2 Leak, however.) The console will address the names of the missing WAVs when fired.}} | {{bug|The WAV which is meant to be played when the laser finds its target and/or ricochets off of a surface is missing, therefore a default bullet sound is played. (These missing WAVs can be found in the Half-Life 2 Leak, however.) The console will address the names of the missing WAVs when fired.}} | ||
Line 17: | Line 17: | ||
{{KV|Pulse Fire Sound (PulseFireSound)|sound|Sound played when pulse fires. Sounds may be cut partway through if firing rapidly. Does not loop after ammo has run out or use of entity has stopped.}} | {{KV|Pulse Fire Sound (PulseFireSound)|sound|Sound played when pulse fires. Sounds may be cut partway through if firing rapidly. Does not loop after ammo has run out or use of entity has stopped.}} | ||
{{KV BaseTank}} | {{KV BaseTank}} | ||
{{KV visiblebrush}} | {{KV visiblebrush|l4d=1}} | ||
{{KV BaseEntity| | {{KV BaseEntity|brush=1}} | ||
==Inputs== | ==Inputs== | ||
{{I BaseTank}} | {{I BaseTank}} | ||
{{I visiblebrush}} | {{I visiblebrush|portal2=1}} | ||
{{I BaseEntity | {{I BaseEntity}} | ||
==Outputs== | ==Outputs== |
Revision as of 19:51, 4 October 2018


Template:Base brush multi This entity fires a laser sprite at a specific speed. The laser can set things on fire, although it appears certain NPCs cannot catch on fire (Combine Soldiers, Alyx, among others).

Flags
|
Keyvalues
- Pulse Width (PulseWidth) ([todo internal name (i)]) <float>
- Width of the pulse. The sprite for the laser is laser.vmt, therefore smaller widths are encouraged.
- Pulse Fire Sound (PulseFireSound) ([todo internal name (i)]) <sound>
- Sound played when pulse fires. Sounds may be cut partway through if firing rapidly. Does not loop after ammo has run out or use of entity has stopped.
|

This template (and its redirect) is
Deprecated. Its use is not recommended and its functionality may be compromised.
Please use {{Brush rendering note}} instead.
You can help our editors by replacing or deleting this template on the Pages that use this template. Once no more pages use this template, it should be Marked for deletion.

Please use {{Brush rendering note}} instead.
You can help our editors by replacing or deleting this template on the Pages that use this template. Once no more pages use this template, it should be Marked for deletion.


Inputs
|
- SetDamageFilter <targetname >
- Sets a filter for this entity for when it receives damage.
- 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.
Todo: move/mention at proper place
Outputs
|