user

Batman Doom 1 Overhaul

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

Author: ddadd | Curator: User AvatarModbadger

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

Author: ddadd | Curator: User AvatarModbadger

Batman Doom 1 Overhaul — a large-scale update to the original Batman Doom mod, delivering a true Batman experience. Preserving the original style, it improves melee combat with health regeneration, speeds up batarangs, replaces the super shotgun with the bat-claw, and adds new maps and villains.

Uploaded29.06.2026 22:02
VersionLatest
Size10.37 MB
Views0
Downloads0

Localizations:

English

The mod is localized into 1 language

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

Batman Doom 1 Overhaul is a sweeping reimagining of the classic Batman Doom Reborn mod that transforms a familiar shooter into a genuine Dark Knight simulator. The developer completely reworked the gameplay while carefully preserving the original levels, spirit, and visual style of the iconic modification. At this point, it is the best way to put on Batman's suit in Doom.

Reworked Combat System and Enemies

  • The gameplay has become fairer and deeper through a complete removal of the frustrating hitscan mechanic:

  • All enemies armed with firearms now fire visible projectiles that can be dodged.

  • Heavily armed opponents produce a distinct cocking sound before shooting, giving the player time to react.

  • Melee animations and mechanics have been improved, and successful hits now restore Batman's health.

  • An alternative kick attack has been added for every weapon.

Gadgets and Arsenal

Doom's familiar weapons have given way to high-tech equipment from Arkham:

  • Batarang projectiles now fly significantly faster, and pressing the reload key activates a homing function.

  • The classic double-barreled super shotgun is replaced by the bat-claw, a far more fitting tool for Batman.

  • When firing the bat-machine gun, the weapon now acts as a suppressor, temporarily disabling the armaments of certain enemies.

  • Smoke grenades deal damage on direct impact and create a realistic smoke screen.

  • Batman's gauntlets have become noticeably more effective and satisfying to use, while the questionable, game-breaking stealth mechanics of previous versions have been removed entirely.

New Maps, Bosses, and Villains

Beyond the classic content, the Overhaul offers a brand-new set of maps that expands Gotham's bestiary. Black Mask, Clayface, Mad Hatter, Victor Zsasz, and the cunning Mr. Freeze have joined the familiar roster of enemies.

For the returning bosses — Killer Croc, Bane, Two-Face, and Scarecrow — color palettes and combat mechanics have been updated. The battles have become more intense and gripping, with the Accountant encounter standing out in particular.

How to install a mod Batman Doom 1 Overhaul

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.