Difference between revisions of "Help:Glossary"
SLRmercury (talk | contribs) m (bullet hell) |
SLRmercury (talk | contribs) (added term: hitbox) |
||
Line 52: | Line 52: | ||
==H== | ==H== | ||
+ | ===Hitbox=== | ||
+ | A '''hitbox''' is a typically invisible box or region, used by a game to calculate whether objects have collided or not. They are typically made of simple shapes, and are used to simplify and add consistency to collision detection, as using every pixel of a sprite or model for collision detection would be both computationally more intensive and mechanically unwieldy. Player ships, enemy ships, bullets, environment, and so on, can all have hitboxes. Hitboxes are often much smaller than the objects might appear, so developers will often add some sort of visual feature to hint at hitbox location - such as a bright cockpit on a ship, an ornament on a character's back, or even displaying the hitbox itself with a small dot. Bullets may also have their hitboxes indicated via a different colored region toward the center of the bullet, that more closely matches its true hitbox. | ||
+ | |||
===Hyper System=== | ===Hyper System=== | ||
'''"Hyper system"''' or '''hyper''' refers to a game mechanic where the player can spend a gauge or power-up that grants them '''massively increased firepower''' for a limited time, in exchange for '''harder game difficulty''', such as faster bullet speeds, denser bullet patterns, overall rank increase, and/or more aggressive enemy AI. The concept of the hyper system was originally conceived in ''[[DoDonPachi Campaign Version]]'', a special arrange mode of ''[[DoDonPachi]]'', and was refined and popularized by ''[[DoDonPachi Dai-Ou-Jou]]''. It has since appeared in a variety of games, such as ''[[Crimzon Clover]]''. | '''"Hyper system"''' or '''hyper''' refers to a game mechanic where the player can spend a gauge or power-up that grants them '''massively increased firepower''' for a limited time, in exchange for '''harder game difficulty''', such as faster bullet speeds, denser bullet patterns, overall rank increase, and/or more aggressive enemy AI. The concept of the hyper system was originally conceived in ''[[DoDonPachi Campaign Version]]'', a special arrange mode of ''[[DoDonPachi]]'', and was refined and popularized by ''[[DoDonPachi Dai-Ou-Jou]]''. It has since appeared in a variety of games, such as ''[[Crimzon Clover]]''. |
Revision as of 22:45, 25 July 2020
0-9
1cc
"1cc" stands for "1 Credit Clear or 1 Coin Clear", and refers to completing all of the stages of a game on a single credit (no continues).
Another term that is used is "x-ALL", where x represents the number of loops completed in a single run on a single credit. An example of an ALL is completing both loops of a game like DoDonPachi, which features two loops; completing a 1cc on both loops of the game is referred to as a 2-ALL.
A
Arrange
An arrange mode is an alternate version of a game, commonly either included with console ports, or made as part of special events, where mechanics, artwork, and various aspects of the game are "remixed" and modified in various ways.
Arrange modes typically don't have enough changes to be considered completely different games, as they are often re-conceptualizations of stages and mechanics, but in some cases, they do have enough differences to be given separate leaderboards, strategies, and stage routing.
Auto-fire
Also called Auto-Shot or Full Auto.
A feature found in some shmups which allows you to fire shots continuously by holding down the “fire” button, or a separately-designated “auto-fire” button, instead of tapping the fire button repeatedly. Depending on a weapon’s fire rate, and the situation, using auto-fire may or may not be to a player’s advantage at all times. Older shooters (or depending on a weapon that is gathered) usually required continuous button pressing to keep firing. Rapid fire can be gathered by either turning it on in an options menu, obtaining a certain weapon power up, or flipping on a turbo fire switch on a control pad (Usually a third party pad).
Auto-fire rate
Despite sounding similar, this is NOT the same thing as fire rate. Refers specifically to the amount of shots fired in a single “burst” when using auto-fire : in some shmups this setting is adjustable in the Options menu (or even in-game), while in other cases players will engineer an auto-fire hack to set extra buttons to different auto-fire rates to use in different situations. Usually, the auto-fire rate is represented in Hz, representing how many times the shot button is pressed per second. For instance, a 30hz auto-fire rate means that the shot button is being pressed 30 times a second.
B
Bomb
A bomb is the generic term for a limited-use weapon, usually one that does large amounts of damage, typically granting some amount of invincibility for use in emergency situations. Bombs are often stored in stocks similarly to lives, though sometimes they operate on a meter or even just a cooldown timer. They will often be replenished each time the player loses a life.
Bullet Cancel
In some games, destroying certain enemies or meeting specific conditions will result in bullets being deleted from the screen, known as a bullet cancel. Bullet cancels are typically used as a part of a game's scoring system, as cancelled bullets will often increase score, release point items, or create other similar effects.
Bullet Hell
Also called Danmaku or Manic Shooter.
A type of shoot-em-up characterized by large numbers of bullets, often in intricate patterns. Innovated in large part by the developers of Toaplan and CAVE, and with DonPachi, released in 1995.
C
Chain
Also called Combos.
Any of a number of various repeated techniques a player can perform to increase the points awarded for shooting enemies, collecting items, or other things under the right circumstances: the most common varieties involve shooting down many enemies (or enemies of a specific type) in a row, or collecting a certain type of score item many times in a row.
Counter-stop
A "counter-stop", counterstop, or CS refers to when a score counter reaches the maximum amount that it is able to reach, commonly displayed on a HUD as a series of 9s in each score digit. When a counter-stop is achieved, in most cases, the game stops counting score for the player. It is not possible to score higher than a counter-stop, so often players will stop using scoring techniques upon reaching it.
Games with particularly exploitable counter-stop strategies due to oversights in game design, such as Dogyuun, are in many cases not played for high scores, or are played in ways that specifically avoid counter-stop strategies.
E
Extend
"Extend" is a term used primarily in arcade games (and especially in shooting games) to describe extra lives / 1UPs. In shooting games, extends are usually rewarded after earning a certain score, or after completing specific in-game tasks.
G
Grazing
Grazing is a mechanic present in some shooting games, in which some effect is produced by getting extremely close to, but not touching, enemy bullets. Grazing may be used in games to increase score, provide items, or even slow down bullets, among other effects.
H
Hitbox
A hitbox is a typically invisible box or region, used by a game to calculate whether objects have collided or not. They are typically made of simple shapes, and are used to simplify and add consistency to collision detection, as using every pixel of a sprite or model for collision detection would be both computationally more intensive and mechanically unwieldy. Player ships, enemy ships, bullets, environment, and so on, can all have hitboxes. Hitboxes are often much smaller than the objects might appear, so developers will often add some sort of visual feature to hint at hitbox location - such as a bright cockpit on a ship, an ornament on a character's back, or even displaying the hitbox itself with a small dot. Bullets may also have their hitboxes indicated via a different colored region toward the center of the bullet, that more closely matches its true hitbox.
Hyper System
"Hyper system" or hyper refers to a game mechanic where the player can spend a gauge or power-up that grants them massively increased firepower for a limited time, in exchange for harder game difficulty, such as faster bullet speeds, denser bullet patterns, overall rank increase, and/or more aggressive enemy AI. The concept of the hyper system was originally conceived in DoDonPachi Campaign Version, a special arrange mode of DoDonPachi, and was refined and popularized by DoDonPachi Dai-Ou-Jou. It has since appeared in a variety of games, such as Crimzon Clover.
In more non-traditional uses of the term, hyper may be used to refer to any temporary, powered-up state.
L
Loop
Also called Round.
A successful completion of all of a shmup’s levels that are available for one “trip” through the game, from beginning to end. The term “loop” is most commonly used when a shmup starts itself over at the first stage after a player completes it, thus sending them through a second “loop,” or “lap,” of the game, which is usually more difficult than the first “loop.” Some shmups offer several successive “loops,” sometimes even ad infinitum, though most have a maximum of one or two. Successive “loops” of a shmup will usually leave the player’s score from the previous “loops” intact, enabling him to reach even higher scores.
Some shmups require a player to one-credit the game in order to reach a successive loop, while others will send the player to it no matter how many times he has to continue to finish the initial run . Sometimes “loops” which occur after the initial trip through the game will only require the player to progress through a limited portion of the game’s total stages, though most of the time they involve all stages; in other instances, later loops can contain a number of various things not seen in earlier ones.
It’s worth noting that some shmuppers do not consider the first, or “original” trip through a game’s stages as a “loop,” but only the successive ones: Thus, to them, the second successive run through is the “first loop”, the third is the “second loop”, and so on. However, most feel free to refer to the original run through a game’s stages as the “first loop,” and progress in succession from there.
Also worth noting is that, in games which contain one or more loops, the way stages are listed oftentimes also notes which loop the stage is in: most of the time, the loop is listed first, and the stage second. For instance, the first few stages in the initial loop of a game would be listed as “1-1,” 1-2,” 1-3,” etc., while the same stages in the second loop would be “2-1,” “2-2,” “2-3,” and so on.
M
Memory shmup
Also called Memorizer.
A type of shmup, usually horizontal in orientation, which forces a player to repeatedly play its levels and memorize its layout in order to perform effectively, though quick reflexes are also a factor to an extent. The R-Type games are the most well-known examples.
Milk
Also called Leech.
To “milk” an enemy, usually a boss, is to gain as many points from the fight as possible by taking advantage of infinite (or semi-infinite) sources of points which are present: in most cases, this involves leaving the enemy alive for as long as is possible, rather than destroying it immediately. Examples include continually grazing shots and repeatedly destroying any endlessly respawning weaker enemies or sub-parts for the entire duration of the battle, rather than attacking the core and ending the encounter quickly. In some cases, a player will have to take additional “unorthodox” actions (such as suicide or power down ) to milk most effectively. Even disregarding this, milking can still be risky, since some milkable enemies become more difficult to defeat if they’re left alive too long; the practice can also, simply put, be boring to the player, due to its highly repetitive nature. Also, if there is a boss timer in effect, in most cases the player will want to be sure to stop milking and focus on destroying the boss before it runs out, or else forfeit the points that the boss would have been worth.
N
No-miss
In shooting games (and many games that originate in Japan), a "miss" refers to player death; achieving a No-Miss means going through the entire stage, game, or boss fight without losing a life.
Many games offer significant bonus points for achieving a No-Miss at the end of the stage, or at the end of the game. In games that feature a True Last Boss or other hidden content, a No-Miss is occasionally a requirement to unlock said content.
O
Option
An "option" is an augment to a player's ship that grants additional firepower. In some games, options can also be used to block bullets. Options are usually represented by a pod-like object or a small ship that flies with the player's ship.
P
Point-blank
"Point-blank" is a term used by shooting game players to describe getting as close to an enemy as possible while shooting at them.
In most cases, this concentrates all of their firepower on a singular enemy, increasing the rate of damage dealt to the enemy, in exchange for putting themselves at greater risk of receiving damage from enemies, and dealing less damage to other enemies coming into the screen. Some games will directly reward you for this kind of aggressive play, such as Ketsui and its proximity chip scoring system, or DoDonPachi DaiFukkatsu and its Hyper Counter system, which allows you to quickly charge/recharge your Hyper Meter by point-blanking with your Laser / Hyper Laser.
Popcorn
Also called Cannon Fodder, Zako.
Term to refer to common, weak enemies which appear in large numbers at a time during the course of a shmup, but only take a shot or two apiece to destroy, and can thus be taken out in bulk (or “popped”) fairly easily. Literally, zako is the Japanese word for “small fry,” as in fish.
R
Rank
Gameplay system found in many shmups which will automatically adjust the game’s difficulty in accordance with the player’s performance: for example, in many cases more enemies will appear (and/or existing enemies will attack more aggressively) when the player is fully powered up. Some more “extreme” rank systems require that the player purposely avoids powering up, shooting down enemies, etc. in order to effectively increase his chances of survival, although often at the cost of higher scoring opportunities. Some rank systems are controlled directly by the player’s status and can change quickly, while others will continually increase depending on the player’s actions until they “max out,” and efforts to control them can only slow down how fast they increase.
S
Safespot
A "safe-spot" refers to a place on the screen that you can place your ship to completely avoid damage from incoming bullet patterns. Safespots are typically the result of system exploits, game design oversights, or glitches/bugs.
Particularly egregious safespots can often allow a player to completely avoid damage while still damaging enemies and bosses for the duration of an encounter, which can completely nullify the difficulty of said encounter.
Shrapnel
Also called Debris.
Graphical touch found in some shmups, in which “shards” or “chunks” of enemy craft appear to be blown off of them when they are shot or destroyed. In most cases shrapnel is included for purely presentational reasons and cannot directly harm the player, but it can still be a hindrance if enemy bullets are not very distinct, as they can blend in with the shrapnel and become hard to spot.
Slowdown
- Programming phenomenon commonly found in shmups, in which all onscreen action slows down and/or the frame rate drops when high amounts of separate elements (i.e. enemies, bullets, etc.) appear at once. Can be used to a player’s advantage by giving him more time to react to what’s going on, but can seriously hamper a game’s playability when found in abundance. The amount of slowdown present can be adjusted in some console shmups via the ”Wait” option.
- In this case, usually presented as two words (Slow Down). An ability found in some shmups, which enables the player to deliberately slow his craft’s movement speed, to assist in dodging tight and/or slow-moving bullet patterns; sometimes also changes the effect of the weapon the player is firing when in use. A few shmups also contain a built-in “slow down” function which can slow enemies and their attacks, but utilization of these is almost always considered a form of cheating.
T
Time-out
A "time-out" refers to a situation where a boss or mid-boss flies off the screen when it continues to survive for a certain period of time. Some games, such as Ikaruga, feature an invincible boss that must be timed-out in order to win, forcing the player to rely on their dodging skills and pattern recognition. In most other games, time-outs typically exist in order to prevent the player from earning unlimited amounts of points from milking.
True Last Boss
Many shooting games include a "True Last Boss (TLB)," a hidden boss encounter that only appears to highly skilled players. Reaching the TLB of a game often requires meeting a series of requirements, such as achieving a "no miss-no bomb (NMNB)" run, reaching a certain score threshold, destroying certain objects, entering a certain "path", or other objectives that can range from the obvious to the esoteric.
Even just reaching the TLB is a high achievement, and defeating them is, in some cases, a much greater challenge than an ordinary clear of the game.
Z
Zako
See Popcorn