Brutal Doom

From ArchWiki

Brutal Doom is a gore-themed gameplay mod that was created in 2010 by Marcos Abenante (Sergeant_Mark_IV). It is compatible with Doom, The Ultimate Doom, Doom II: Hell on Earth, Final Doom, and other custom WADs. Brutal Doom won the first ever Cacoward in 2011 for Best Gameplay Mod and a MOTY award for creativity by Mod DB in 2012.

The mod adds features many new graphical effects like additional blood (blood gets splattered on walls and ceilings if enemies or the player get hit), the ability to blow off body parts with strong weapons like the shotgun, new death animations, fake flares and 3D blood effects for OpenGL, and the addition of special illuminating effects on projectiles and pick ups. It is compatible with the source ports ZDoom, GZDoom, Skulltag, and Zandronum.

While primarily a gore mod, it goes further and alters the gameplay by changing the weapons, monster AI, sounds, graphics, and combat. One such change is the increased difficulty, making enemy behavior much faster, unpredictable and dangerous (many attacks do double the normal damage to the player) and altering their attacks. It makes the animations smoother and gives the player new abilities. [1] [2]

Installation

Install the brutal-doomAUR package, which requires having two gzdoom.ini files. Alternatively gzdoom-gitAUR can be modified directly as shown below. However, if you want to be able to run both gzdoom and brutal-doom separately in order to play both versions, then you would need the brutal-doom package.

Brutal Doom Mod

Acquire a registered IWAD (Internal WAD) file for DOOM: doom.wad, doom2.wad, doomu.wad, tnt.wad, or plutonia.wad. freedoom1.wad and freedoom2.wad from freedoomAUR are also compatible.

Download the .zip file containing the .pk3 for the latest Brutal Doom. You may need to install unzip.

Optionally you can acquire some metal music for the gameplay.

Place all the .wad and .pk3 files in a created folder such as /usr/share/games/brutal-doom.

Configuration

Change ~/.config/gzdoom/gzdoom.ini as follows (the Search.Directories mentioned are the only directories needed):

[IWADSearch.Directories]
Path=/usr/share/games/brutal-doom
...

[FileSearch.Directories]
Path=/usr/share/games/brutal-doom
Path=/usr/share/gzdoom
...

[Global.Autoload]
Path=/usr/share/games/brutal-doom/modfile.pk3
Path=/usr/share/games/brutal-doom/DoomMetalVol4.wad
...

vid_defheight=<height in pixels>
vid_defwidth=<width in pixels>

modfile is the downloaded .pk3 file. <height in pixels> and <width in pixels> should be roughly the size of your screen resolution or preferred size.

The folder permissions for the created folder and files (all the files inside the brutal-doom directory):

drwxr-xr-x root root brutal-doom
-rw-r--r-- root root <files in directory>

To start the program:

$ gzdoom

See Also