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 20: | Line 20: | ||
*"''We should have brought weapons to burn these bodies! Every one is a vessel for the [[The Flood|Flood]]!''" in a fast and energetic voice. | *"''We should have brought weapons to burn these bodies! Every one is a vessel for the [[The Flood|Flood]]!''" in a fast and energetic voice. | ||
So these are all the Elite tags in ''Halo 2'': | So these are all of the Elite tags in ''Halo 2'': | ||
{{col-begin}} | {{col-begin}} | ||
{{col-2}} | {{col-2}} | ||
| Line 41: | Line 41: | ||
However, not all levels have both sets of tags for all enemies. In [[Metropolis]], for example, all [[Unggoy|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. | However, not all levels have both sets of tags for all enemies. In [[Metropolis]], for example, all [[Unggoy|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"—they had used the wrong variation suffix. Since this variation was not in the map, the game could not find it. | 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 [[Sangheili Zealot|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. | At this point, the game knows to spawn an Elite with the power and weapons of a [[Sangheili Zealot|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. | ||