user

Sable Blind

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

Author: theskywaspink | Curator: User AvatarModbadger

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

Author: theskywaspink | Curator: User AvatarModbadger

Sable Blind is a weapons mod for DOOM, inspired by the Warhammer 40,000 universe and the Space Marine series, in which you play as an elite warrior with the full arsenal of a Space Marine's gear.

Uploaded14.06.2026 20:08
Version1.02b
Size10.03 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)

Installation Instructions mod Sable Blind

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 files to the folder with GZDoom

  3. Drag and drop the .pk3 files 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.