user

DemonSteele

Mod for Doom II: Hell on Earth (1994) | Category: Gameplay

Author: TerminusEst13 | Curator: User AvatarModbadger

Mod for Doom II: Hell on Earth (1994) | Category: Gameplay

Author: TerminusEst13 | Curator: User AvatarModbadger

DemonSteele is a large-scale gameplay mod for Doom that radically changes the familiar shooter formula. Instead of cautious gunplay and positional combat, it brings to the forefront a dynamic first-person slasher inspired by 80s-90s anime and heavy metal aesthetics.

Uploaded24.01.2026 16:19
Version0.9
Size65.08 MB
Views81
Downloads1

Localizations:

English

The mod is localized into 1 language

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

The action takes place in a grim future where humanity once again stands on the brink of extinction. Two characters with different combat styles are available to the player: the swordswoman Hae-Lin and the cyborg Sun Shihong. The former focuses on speed, katana, and spectacular combos, while the latter combines fist fighting, firearms, and combat modules, allowing you to vary your style between power, speed, and stealth.

The main feature of the mod is melee combat. Sword strikes are not just effective — they form the foundation of the entire combat system. A series of quick kills without taking damage increases your rating, which boosts damage and attack speed. Accumulated souls allow you to perform special moves, aerial combos, and devastating dashes, turning each battle into an aggressive dance on the edge of chaos.

Firearms here are more of a support tool — used for backup, finishing off enemies, or stylish combinations with the blade. At the same time, the movement system has been significantly expanded: double jumps, dodges, dashes, and rocket jumps make the game noticeably faster and more vertical than the original Doom.

The Iron Maiden mode deserves special attention — a temporary form of absolute power in which the character becomes almost invulnerable and gains access to ultra-powerful attacks and energy shots. This is the culmination of the combat system, allowing you to literally sweep away hordes of enemies.

The bestiary has also been reworked: some monsters have been replaced, others have received new attacks and behavior better suited to the slasher rhythm. Enemies use projectiles more actively, which can be deflected or sliced through, enhancing the feeling of constant action and combat control.

DemonSteele doesn't add its own story campaign or map set, but fits perfectly onto classic Doom levels and megawads, turning familiar locations into arenas for insane and stylish action. The following maps are recommended for slasher gameplay: OBLIGE, Brotherhood of Ruin, Brotherhood of Ruin: The Lost Temple, Eternal Doom, Scythe 2, Epic, Epic 2, Eviternity, Preacher, Dungeon Synths, and MonteDOOMa.

This mod is perfect for those who want to see Doom not as a methodical shooter, but as a frenzied slasher where reaction speed, aggression, and spectacle matter more than carefully aiming at enemies from a distance.

How to install a mod DemonSteele

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.