Fast monsters

From ZDoom Wiki
Revision as of 18:07, 18 April 2014 by Gez (talk | contribs) (Created page with "{{doomwiki}}'''Fast monsters''' can be obtained in several ways: * With a skill setting containing {{c|FastMonsters}} * With {{CVAR|C|sv_fastmonst...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
DoomWiki.org
For more information on this article, visit the Fast monsters page on the Doom Wiki.

Fast monsters can be obtained in several ways:

Fast monsters can be prevented by using the +NEVERFAST in a monster definition.

In fast monsters mode, the following effects apply:

  • Actors with fast states halve the tic duration of these states
  • Actors use their FastSpeed, if defined, instead of their normal Speed
  • If nightmarefast is set in GameInfo, states calling A_Chase (or a variant) and having a duration greater than three tics have their duration halved to a minimum of three. This effect can be obtained independently of fast monsters mode by using the relevant flag in the A_Chase call.