Editing Honor Guard Councilor
From Halopedia, the Halo wiki
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
{{ | {{Ratings}} | ||
[[ | {{Era|H2|FA}} | ||
{{Covenant Rank Infobox | |||
|name=Honor Guard Councilor | |||
|image=[[Image:Honor_Guard_Councilor.jpg|300px]] | |||
|species=[[Sangheili]] | |||
|weapons=[[Energy Sword]] | |||
|equipment= | |||
|vehicles= | |||
|missions= | |||
|role=Glitch/Coding Mistake | |||
|notable= | |||
|affiliation=[[Covenant]] | |||
}} | |||
"'''Honor Guard Councilor'''" is a fan-derived term describing a strange [[Elite]] seen in the ''[[Halo 2]]'' [[Campaign]] level [[Gravemind (Level)|Gravemind]]. He appears to be wearing the gauntlets and greaves of an [[Honor Guard Ultra]], with the helmet of either a [[Councilor]], an [[Ultra Elite]], or an [[Honor Guard]] Elite. The Elite's appearance can be attributed to a [[glitch]] in the game's programming due to a programmer typing incorrect coding; it was meant to be a [[Zealot]]. | |||
== Appearance == | |||
The Honor Guard Councilor, who appears at the fore of the bridge between the [[Mausoleum of the Arbiter]] and the [[Far Tower]], is flanked by two [[SpecOps Elite]]s wielding [[Plasma Rifle]]s or [[Carbines]]. The Councilor is armed with an [[Energy Sword]], and can be dangerous if a player doesn't know how to dodge his attacks. | |||
[[Image:Councillor.jpg|thumb|left|150px|The Honor Guard Councilor battles [[Master Chief]] with swords in [[Gravemind (Level)|Gravemind]].]] | |||
The three Elites appear after the [[Master Chief]] has killed the [[Ultra Elite]]s, [[Hunter]]s, and [[Brute]]s fighting in the Mausoleum of the Arbiter, and has moved to intercept the [[High Prophet of Truth]]. | |||
== Variations == | |||
[[File:GravemindHonorGuardCouncillor.JPG|thumb|right|150px|The "mysterious" helmet.]] | |||
Though the armor is always white with Honor Guard pieces, there are some variations, mostly with the helmet. In addition to the helmet variations below, there are occasions where the glitched Elite has [[Rtas 'Vadum]]'s face -- that is, where the Elite is missing two mandibles. | |||
*Councilor helmet, standard blue lights on body armor | *Councilor helmet, standard blue lights on body armor | ||
*Councilor helmet, [[Rtas 'Vadum]]'s face, red lights on body armor | *Councilor helmet, [[Rtas 'Vadum]]'s face, red lights on body armor | ||
*Honor | *Red Honor Guard helmet | ||
* | *Ultra Elite helmet | ||
*Mysterious helmet | |||
**A helmet that resembles the Councilor helmet in form, but has a different texture and some small differences in shape. | |||
*No helmet | |||
**Some Elite corpses in the level lack a helmet, which is why this is possible. | |||
== Combat == | |||
The '''Honor Guard Councilor''' is extraordinarily powerful and on [[Normal]] difficulty or higher requires at least two [[Type-33 Light Anti-Armor Weapon|Fuel Rod Gun]] hits to kill or multiple [[Energy Sword]] slashes to defeat. The Honor Guard Councilor is programmed to have the power and skills of a [[Zealot]]. It always wields an [[Energy Sword]]. | |||
== Explanation == | == Explanation == | ||
The Honor Guard Councilor's appearance results from the usage of a missing [[tag]] | [[Image:Honor Guard Ultra.JPG|thumb|right|250px|Another variation on a modded multiplayer map.]] | ||
The Honor Guard Councilor's appearance results from the usage of a missing [[tag]]. | |||
In ''Halo 2'', every enemy in the Campaign has variations, which increase the game's realism. The variations would be chosen at random each time a level was played; they determined that enemies would act and sound differently. This differs from ''[[Halo: Combat Evolved]]'', where some enemies, like Elites, always used the same lines. | |||
So | Each Elite tag was suffixed with an underscore and a three-letter code denoting the Elite's voice actor. Tags whose name ended in <code>_dog</code> ("dogmatic"), for example, were voiced by [[Norm Woodel]]; tags ending in <code>_scl</code> ("Scully") were voiced by [[David Scully]]. So in ''most'' maps, there are two tags for each Elite rank, with the tags having differing voice actors. This can be seen in many levels, including [[The Great Journey (Level)|The Great Journey]]; when you exit your [[Spectre]]/[[Wraith]], there is an Elite saying either: | ||
*"''The [[Arbiter (character)|Arbiter]]? I thought he was dead. Hold your fire! The [[Hunter]]s have come to our aid, Arbiter. They will '''stand''' by our side.''" in a calm and steady voice, or: | |||
*"''The [[Arbiter (character)|Arbiter]]? I thought he was dead. Hold your fire! The [[Hunters]] have come to our aid, Arbiter. They will '''fight''' by our side.''" in a fast and energetic voice. | |||
So these are all of the Elite tags in The Great Journey. | |||
*Minor_dog | *Minor_dog | ||
*Minor_scl | *Minor_scl | ||
Line 28: | Line 52: | ||
*Major_scl | *Major_scl | ||
*Stealth_dog | *Stealth_dog | ||
*Stealth_scl | *Stealth_scl | ||
*Stealth_Major_dog | *Stealth_Major_dog | ||
Line 34: | Line 57: | ||
*Ultra_dog | *Ultra_dog | ||
*Ultra_scl | *Ultra_scl | ||
*'' | *''(and so on.)'' | ||
On most levels, all a programmer has to do is code the game to produce one [[ | On most levels, all a programmer has to do is code the game to produce one [[Elite Minor|Minor]] Elite, for example, and the game itself will randomly choose between the Minor_dog and Minor_scl variations. Programmers ''do'' have the option to force the game to use a particular variation. | ||
However, not all levels have both sets of tags for all enemies. In [[Metropolis]], for example, all [[ | However, not all levels have both sets of tags for all enemies. In [[Metropolis (Level)|Metropolis]], for example, all [[Grunts]] sound the same, because the tags voiced by [[Brian Posehn]] were omitted from the map's code, leaving only the Grunts that were voiced by [[Joseph Staten]]. [[Bungie]] decided to use only one of the two Grunt variations in the game. | ||
This was also done on Gravemind: Elites' <code>_dog</code> tags were omitted from the level, such that only <code>_scl</code> Elites could be used. Because of this, the programmers would have to manually add <code>_scl</code> onto all the Elite tags. Unfortunately, the game's programmers accidentally coded the game to spawn a "zealot_dog" | This was also done on Gravemind: Elites' <code>_dog</code> tags were omitted from the level, such that only <code>_scl</code> Elites could be used. Because of this, the programmers would have to manually add <code>_scl</code> onto all of the Elite tags. Unfortunately, the game's programmers accidentally coded the game to spawn a "zealot_dog" -- they had used the wrong variation suffix. Since this variation was not in the map, the game could not find it. | ||
At this point, the game knows to spawn an Elite with the power and weapons of a [[ | [[Image:100_0969.JPG|thumb|right|150px|Honor Guard Councilor with a half-jaw.]] | ||
At this point, the game knows to spawn an Elite with the power and weapons of a [[Zealot]], but it does not know what the armor is supposed to look like. It automatically chooses the default armor color, white, but there is no default helmet. The game thus chooses between the available helmets (or lack thereof). The face is also randomized, sometimes causing the glitched Elite to have [[Rtas 'Vadum|Half-Jaw]]'s face and eyes. And for unknown reasons, the game always enables the "Honor Guard" armor -- all Elite tags have a setting that gives them Honor Guard armor, but it is supposed to be disabled on most Elites, including Zealots. | |||
==Trivia== | ==Trivia== | ||
*Sometimes, but very rarely, this Elite appears as a normal [[Honor Guard Ultra]], or even more rarely, a simple [[ | *Sometimes, but very rarely, this Elite appears as a normal [[Honor Guard Ultra]], or even more rarely, a simple [[Ultra Elite]]. | ||
*In [[Halo 2 | *In [[Halo 2 Vista]], the error is partially corrected -- the Elite's shields are normal. | ||
== External Links == | |||
== External | |||
*[http://www.youtube.com/watch?v=LQYPoB-N32U '''YouTube:''' Halo 2 elite with mixed armor] An Honor Guard Councilor in combat. | *[http://www.youtube.com/watch?v=LQYPoB-N32U '''YouTube:''' Halo 2 elite with mixed armor] An Honor Guard Councilor in combat. | ||
==References== | |||
<references/> | |||
[[Category:Elites]] | |||
[[Category:Glitches]] | [[Category:Glitches]] | ||
[[Category:Halo 2 | [[Category:Halo 2 Glitches]] |