user

Insanity Edged

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

Author: Pieruskwurje | Curator: User AvatarModbadger

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

Author: Pieruskwurje | Curator: User AvatarModbadger

Insanity Edged is a mod for Doom II with a cinematic story from the creator of Winter's Fury, three gameplay levels and a new weapon arsenal. You play as former UAC operative Jacob Rowland, whose mission to extract demonic resources in the Insanity's Edge mines turns into terrifying discoveries.

Uploaded21.01.2026 20:12
Version2024.09.10
Size172.00 MB
Views60
Downloads3

Localizations:

English

The mod is localized into 1 language

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

Insanity Edged is a direct sequel to Winter’s Fury. Against the backdrop of Winter's Fury's cold and almost monochrome aesthetic, Insanity Edged looks bright and visually far more diverse.

At the center of the story is former UAC operative Jacob Rowland, sent to the Insanity's Edge mining complex for FIREBLU Hellfire Fuel supplies before the corporation itself gets there. Very quickly, the mission turns into a fight for survival.

The mod features new weapon types, original enemies and unique bosses, while the levels themselves are distinguished by high action density and long duration. The atmosphere is enhanced by a quality soundtrack and story interludes that play with the perception of reality.

Additional depth is provided by hidden logs that reveal lore and affect the ending, which increases replayability. Ultimately, Insanity Edged leaves the impression of a cohesive, well-crafted and extremely atmospheric project that leaves you wanting to see a continuation.

How to install a mod Insanity Edged

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.