user

GMOTA

Mod for Doom (1993) | Category: Gameplay

Author: Combine_Kegan | Curator: User AvatarModbadger

Mod for Doom (1993) | Category: Gameplay

Author: Combine_Kegan | Curator: User AvatarModbadger

GMOTA is a gameplay mod for Doom that transforms the shooter into a fantasy arcade beat 'em up. Three heroes with different combat styles, focus on melee combat, support weapons, and dozens of new monsters. Dynamic battles, SNES/NES-style music, and high difficulty await you.

Uploaded19.01.2026 16:54
VersionLatest
Size41.00 MB
Views22
Downloads0

Localizations:

English

The mod is localized into 1 language

(You don’t need to download anything extra to play in these languages)

At its core, GMOTA features dynamic melee combat, hordes of enemies, and a support weapon system. Players can choose from three heroes, each with their own story, mechanics, and playstyle.

Lord Blaz Blaskowicz is a knight focused on melee combat. He wields the magical sword Zarah, can accumulate energy for powered strikes, and heal through attacks. His arsenal includes a shield, fire bottles, a grappling chain, and a magic cannon with different ammo types. Blaz suits those who want to focus on combos and powerful close-range strikes.

Kustam is an arena champion and the most ranged hero. He uses a staff and hand cannon with charging modes, can deflect projectiles, apply temporary buffs, and control enemies with kicks. This character is designed for more tactical and measured gameplay.

Doomslayer is the hero for classic Doom fans. He has the largest arsenal, moves quickly, and gains ammo from melee kills. His support weapons include bombs and throwing daggers, allowing easy adaptation to any situation.

The bestiary deserves special mention. The mod features over twenty new enemy types: bombardier knights, cultists with automatic weapons, flying slimes, mages, elite skeletons, and particularly dangerous bosses like Bonelord and Cybermancer. Many enemies have unique attacks, elemental effects, and the ability to resurrect allies or themselves.

GMOTA works best on medieval and fantasy maps, so it's recommended to choose Scythe 1, Scythe 2, Brotherhood of Ruin, Epic, Verdant Citadel, Infested, Dawn of Reality, Elementalism and Azazel's Second Descent. High difficulty, special Knightmare and Berserk modes, plus a music randomizer with SNES and NES-style tracks make each playthrough unique.

This is a mod for those who want to see Doom from a completely different perspective — as a spectacular, hardcore, and highly dynamic beat 'em up with deep combat mechanics and memorable characters.

How to install a mod GMOTA

To run the mod, you will need the GZDoom engine and doom.wad, doom2.wad, or one of the FreeDoom IWADs

  1. Make sure that doom.wad / doom2.wad or freedoom1.wad / freedoom2.wad is located in the GZDoom folder

  2. Move the mod's .pk3 file to the GZDoom folder

  3. Drag and drop the .pk3 file onto gzdoom.exe

  4. Play!

You can also create a Launcher.bat. This is useful for launching more complex mod builds where the loading order of mods is important, or to launch the game via a shortcut.

How to create a launcher for running mods based on GZDoom

Create a text file in the GZDoom folder, you can name it Launcher. The text can look like this, depending on which files you're using:

gzdoom.exe -iwad freedoom2.wad -file "brutalv22test4.pk3"

-iwad must always be first, and the number of files after -file can be unlimited, just write them in quotes separated by spaces, like this:

gzdoom.exe -iwad doom2.wad -file "addon1.pk3" "addon2.pk3" "addon3.pk3" "addon4.pk3"

Change its format from .txt to .bat by simply renaming it. Now you can launch your builds with a double-click on this launcher.