user

Voxel Doom

Mod for Doom (1993) | Category: Visuals and graphics

Author: Cheello | Curator: User AvatarModbadger

Mod for Doom (1993) | Category: Visuals and graphics

Author: Cheello | Curator: User AvatarModbadger

Voxel Doom is a revolutionary graphical mod that replaces the flat 2D sprites of the first Doom with full three-dimensional voxel models, while perfectly preserving the original retro style. It's the ultimate way to add genuine volume to the iconic shooter without losing its atmosphere.

Uploaded06.07.2026 20:21
Version1.0
Size6.64 MB
Views0
Downloads0

Localizations:

language

Language Independent

The mod does not change the game's text, interface, or voice acting. It is compatible with all language versions.

Installation Instructions mod Voxel Doom

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 .zip file to the GZDoom folder

  3. Drag and drop the .zip 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 "cheello_voxels.zip"

-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 "cheello_voxels.zip" "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.