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

Difference between revisions of "Grunt"

From Quake Wiki

(New page: Goons with probes inserted into their pleasure centers; wired up so when they kill someone, they get a paroxysms of ecstatsy. In essence, customized serial killers. Easy to kill, and they ...)
 
m
 
(14 intermediate revisions by 7 users not shown)
Line 1: Line 1:
Goons with probes inserted into their pleasure centers; wired up so when they kill someone, they get a paroxysms of ecstatsy. In essence, customized serial killers. Easy to kill, and they tote shotgun shells. It's like a little Christmas each time you kill one!
+
{{Infobox Monster
 +
| name = Grunt
 +
| image = monster_quake_grunt.png
 +
| manualtext = Goons with probes inserted into their pleasure centers; wired up so when they kill someone, they get a paroxysms of ecstasy. In essence, customized serial killers. Easy to kill, and they tote shotgun shells. It's like a little Christmas each time you kill one!
 +
| health = 30
 +
| gibthresh = -35
 +
| attacks = Shotgun
 +
| drop = 5 shells
 +
| 1stappearance = [[e1m1]]
 +
| gameversion = Shareware
 +
| deathmessage = Player was shot by a Grunt
 +
}}
  
* '''Weapon:''' [[Shotgun]]
+
The '''Grunt''' is the first enemy you will encounter in Quake, alongside the [[Rottweiler]]. He moves fairly slowly, has particularly low health and packs a mere shotgun. Not only is his attack just a shotgun, it calls a FireBullets value of 4 rather than the players 6, and he also aims slightly behind the player. Despite these shortcomings, on death he will drop a backpack containing 5 shells, turning an ammunition profit for the accurate (or melee) player.
* '''Health:''' 30
 
* '''Treasure:''' 5 shells
 
  
'''Tips:''' Grunts are next to harmless alone, but if in large groups, they can be a problem. They have bad aim if you keep moving, and go down after two well-placed shots from your [[Shotgun]]. If you're close enough, don't be afraid to use the [[Double-Barrelled Shotgun]] to fell them in one shot. If they're not alone, you may find yourself using a [[Nailgun]]. If you spot an unsuspected and alone Grunt, feel free to whack them with your [[Axe]].
+
Grunts though easy, can pose quite a threat in large groups, which you see very little of in Quake itself, but is common in user made Base maps. Though inaccurate and weak, in groups the hitscan attack can catch a player off guard who is usually more concerned with the laser projectiles of the [[Enforcer]].
  
'''Entity name:''' [[monster_army]]
+
The Grunt is one of a few Quake monsters who possesses more animation frames than the code makes use of. In this case, he has frames reloading his shotgun, which has been utilized by numerous mods where they keep track of how many rounds the grunt has fired, or to display a switching of weapons in that particular mod.
  
[http://frikqcc.quakesrc.org/files/soldier.gif]
+
==Tactics==
 +
As one of the weakest enemies in Quake, Grunts do not pose any real threat to a player alone, but due to their hitscan attack, they can be a nuisance to players have not noticed the Grunt's presence. In groups, especially when scattered around an area and attacking from many angles at once, Grunts can slowly wear down the health of players who do not keep moving.
  
==See Also==
+
A good example of a stage where Grunts do actually cause quite a lot of trouble is [[e4m1]], where the Grunts can easily snipe at the player from afar before the player has really had chance to notice them. This situation occurs quite frequently in custom maps, but less so in the stock Quake maps.
[[Monsters]]
+
 
 +
Grunts are extremely easy to deal with once the player is aware of them, with just about any weapon providing more than enough fire power to despatch them quickly. Grenades and rockets are great for taking down groups of Grunts, and also pack enough of a punch to take down any [[Enforcer]] unlucky enough to get caught in the blast.
 +
 
 +
<br>
 +
<br>
 +
 
 +
{{Infobox_entity
 +
| classname = monster_army
 +
| commonname = [[Grunt]]
 +
| type = point
 +
| class = [[Monster (entity class)|monster]]
 +
| dimensions = 32 x 32 x 64
 +
| quakec = [[soldier.qc]]
 +
| precaches =
 +
progs/soldier.mdl<br>
 +
progs/h_guard.mdl<br>
 +
soldier/death1.wav<br>
 +
soldier/idle.wav<br>
 +
soldier/pain1.wav<br>
 +
soldier/pain2.wav<br>
 +
soldier/sattck1.wav<br>
 +
soldier/sight1.wav
 +
}}
 +
 
 +
==Entity information==
 +
 
 +
'''monster_army''' is the [[Entity|entity]] for placing '''Grunts''' in a level.
 +
 
 +
===Usage===
 +
The Grunt is a monster entity normally associated with the Base themed setting although it has also been used in Quake to populate the early part of levels that the player has entered from a base themed level (see the start of e1m2 for an example of this).
 +
 
 +
Being a low health monster entity it's best usage is probably while the player still has minimal armor and weaponry which can allow for some overwhelming by sheer numbers in the harder skill settings.
 +
 
 +
===Attributes===
 +
 
 +
====Keys====
 +
{| class="wikitable" width="100%"
 +
|-
 +
| ! bgcolor="#eeeeee" width="100px" | ''targetname'' || The targetname of the Grunt. When triggered, the Grunt will wake up if inactive.
 +
|-
 +
| ! bgcolor="#eeeeee" | ''target'' || The targetname of the entity to be triggered when the Grunt dies.
 +
|-
 +
| ! bgcolor="#eeeeee" | ''killtarget'' || The targetname of the entity to be removed when the Grunt dies.
 +
|}
 +
 
 +
====Spawnflags====
 +
The monster_army entity supports the following [[Entity#Spawnflags|spawnflags]]:
 +
{| class="wikitable" width="100%"
 +
! width="50" | Flag
 +
! width="150" | Common Name
 +
! Description
 +
|-
 +
| 1
 +
| Ambush
 +
| The Grunt will not wake up from seeing other monsters wake up or hearing sounds.
 +
|}
 +
 
 +
It also supports the standard spawnflags for difficulty and deathmatch presence.
 +
{{Template:Mode_spawnflags
 +
| entity = The Grunt
 +
}}
 +
 
 +
===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(-16 -16 -24, 16 16 40) model(":progs/solider.mdl")
 +
    = monster_army : "Grunt" []
 +
</pre>
 +
 
 +
====DEF Definition====
 +
This is the definition format used for most old Quake editors, including the original [[QuakeEd]].
 +
<pre>
 +
/*QUAKED monster_army (1 0 0) (-16 -16 -24) (16 16 40) Ambush
 +
*/
 +
</pre>
 +
 
 +
[[Category:Quake entities]][[Category:Monsters]]

Latest revision as of 17:40, 4 May 2013

Grunt
Grunt

"Goons with probes inserted into their pleasure centers; wired up so when they kill someone, they get a paroxysms of ecstasy. In essence, customized serial killers. Easy to kill, and they tote shotgun shells. It's like a little Christmas each time you kill one!"

Health 30
Gib threshold -35
Attacks Shotgun
Drop 5 shells
1st appearance e1m1
Game version Shareware
Death message Player was shot by a Grunt
† The data files for monsters that appear only in the registered version of Quake reside in pak1.pak rather than pak0.pak.

The Grunt is the first enemy you will encounter in Quake, alongside the Rottweiler. He moves fairly slowly, has particularly low health and packs a mere shotgun. Not only is his attack just a shotgun, it calls a FireBullets value of 4 rather than the players 6, and he also aims slightly behind the player. Despite these shortcomings, on death he will drop a backpack containing 5 shells, turning an ammunition profit for the accurate (or melee) player.

Grunts though easy, can pose quite a threat in large groups, which you see very little of in Quake itself, but is common in user made Base maps. Though inaccurate and weak, in groups the hitscan attack can catch a player off guard who is usually more concerned with the laser projectiles of the Enforcer.

The Grunt is one of a few Quake monsters who possesses more animation frames than the code makes use of. In this case, he has frames reloading his shotgun, which has been utilized by numerous mods where they keep track of how many rounds the grunt has fired, or to display a switching of weapons in that particular mod.

Tactics[edit]

As one of the weakest enemies in Quake, Grunts do not pose any real threat to a player alone, but due to their hitscan attack, they can be a nuisance to players have not noticed the Grunt's presence. In groups, especially when scattered around an area and attacking from many angles at once, Grunts can slowly wear down the health of players who do not keep moving.

A good example of a stage where Grunts do actually cause quite a lot of trouble is e4m1, where the Grunts can easily snipe at the player from afar before the player has really had chance to notice them. This situation occurs quite frequently in custom maps, but less so in the stock Quake maps.

Grunts are extremely easy to deal with once the player is aware of them, with just about any weapon providing more than enough fire power to despatch them quickly. Grenades and rockets are great for taking down groups of Grunts, and also pack enough of a punch to take down any Enforcer unlucky enough to get caught in the blast.



monster_army
(Grunt)
Entity type point
Entity class monster
Dimensions 32 x 32 x 64
Quake-C soldier.qc
Precaches progs/soldier.mdl

progs/h_guard.mdl
soldier/death1.wav
soldier/idle.wav
soldier/pain1.wav
soldier/pain2.wav
soldier/sattck1.wav
soldier/sight1.wav

Entity information[edit]

monster_army is the entity for placing Grunts in a level.

Usage[edit]

The Grunt is a monster entity normally associated with the Base themed setting although it has also been used in Quake to populate the early part of levels that the player has entered from a base themed level (see the start of e1m2 for an example of this).

Being a low health monster entity it's best usage is probably while the player still has minimal armor and weaponry which can allow for some overwhelming by sheer numbers in the harder skill settings.

Attributes[edit]

Keys[edit]

targetname The targetname of the Grunt. When triggered, the Grunt will wake up if inactive.
target The targetname of the entity to be triggered when the Grunt dies.
killtarget The targetname of the entity to be removed when the Grunt dies.

Spawnflags[edit]

The monster_army entity supports the following spawnflags:

Flag Common Name Description
1 Ambush The Grunt will not wake up from seeing other monsters wake up or hearing sounds.

It also supports the standard spawnflags for difficulty and deathmatch presence.

Flag Common Name Description
256 Not on Easy The Grunt will not spawn on Easy difficulty.
512 Not on Normal The Grunt will not spawn on Normal difficulty.
1024 Not on Hard The Grunt will not spawn on Hard difficulty.
2048 Not in Deathmatch The Grunt will not spawn in Deathmatch mode.

Definitions[edit]

FGD Definition[edit]

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.

@PointClass base(Monster) size(-16 -16 -24, 16 16 40) model(":progs/solider.mdl")
    = monster_army : "Grunt" []

DEF Definition[edit]

This is the definition format used for most old Quake editors, including the original QuakeEd.

/*QUAKED monster_army (1 0 0) (-16 -16 -24) (16 16 40) Ambush
*/