Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

Difference between revisions of "monster shalrath"

From Quake Wiki

(changing page to redirect to Vore page)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:monster_shalrath}}
+
#REDIRECT [[Vore#Entity_information]]
 
 
{{Infobox_entity
 
| classname = monster_shalrath
 
| commonname = [[Vore]]
 
| type = point
 
| class = [[Monster (entity class)|monster]]
 
| dimensions = 64 x 64 x 72
 
| quakec = [[shalrath.qc]]
 
| precaches =
 
* progs/shalrath.mdl
 
* progs/h_shal.mdl
 
* progs/v_spike.mdl
 
* shalrath/attack.wav
 
* shalrath/attack2.wav
 
* shalrath/death.wav
 
* shalrath/idle.wav
 
* shalrath/pain.wav
 
* shalrath/sight.wav
 
}}
 
 
 
'''monster_shalrath''' is the entity for placing [[Vore|Vores]] in a level.
 
 
 
== Usage ==
 
Vores are best placed where there is not too much easy cover, so that the player has to move around, or even run away to avoid getting hit by the homing bombs the Vore fires. Giving the player too much cover can make Vores boring to fight, as the player can safely take potshots without ever really having to worry about Voreballs hitting them.
 
 
 
Vores actually work quite well in open areas with little cover, as it forces the player to run from the Voreballs, and can lead them to drawing the Voreballs into other enemies to create [[Monster_infighting|monster infighting]] situations.
 
 
 
== Attributes ==
 
 
 
 
 
=== Keys ===
 
{| class="wikitable"
 
|-
 
| ! bgcolor="#eeeeee" width="80px" | ''targetname'' || The name of the entity. The Vore will wake up and follow the player when triggered, regardless of whether or not it has detected them.
 
|-
 
| ! bgcolor="#eeeeee" | ''target'' || The targetname of the entity that will be triggered when the Vore dies.
 
|-
 
| ! bgcolor="#eeeeee" | ''keyvaluename'' || Additional keyvalues and descriptions can be appended in this format.
 
|}
 
 
 
===Spawnflags===
 
The button supports [[Entity#Spawnflags|standard spawnflags]] for difficulty and deathmatch presence.
 
{| class="wikitable collapsible collapsed"
 
|-
 
! Flag !! Common Name
 
|-
 
| 256 || Not on Easy
 
|-
 
| 512 || Not on Normal
 
|-
 
| 1024 || Not on Hard
 
|-
 
| 2048 || Not in Deathmatch
 
|}
 
It also has the following additional flags enabled:
 
{| class="wikitable"
 
|-
 
! Flag !! Common Name !! Description
 
|-
 
| flag # || Some Name ||| Description of spawnflag
 
|}
 
 
 
==Definitions==
 
 
 
===FGD Definition===
 
This is the format used by [[TrenchBroom]] and [[Worldcraft]]. Note that the model(...) parameter is not supported by Worldcraft. This does not include the Monster base class definition, which is also required.
 
<pre>
 
@PointClass base(Monster) size(-32 -32 -24, 32 32 48) model(":progs/shalrath.mdl")
 
    = monster_shalrath : "Vore" []
 
</pre>
 
===DEF Definition===
 
This is the definition format used for most old Quake editors, including the original [[QuakeEd]].
 
<pre>
 
/*QUAKED monster_shalrath (1 0 0) (-32 -32 -24) (32 32 48) AMBUSH
 
Vore (Shalrath), 400 health points.
 
 
 
Flags:
 
"ambush" -  the monster will only wake up on really seeing the player,
 
            not another monster getting angry
 
*/
 
</pre>
 
 
 
[[Category:Quake entities]]
 

Latest revision as of 14:12, 8 April 2013