user

Venturous

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

Author: PixelFox | Curator: User AvatarModbadger

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

Author: PixelFox | Curator: User AvatarModbadger

Venturous is a large-scale total conversion for Doom inspired by adventure films and games like Indiana Jones and Tomb Raider. 22 maps, 6 episodes, dozens of weapons and enemies, gloomy temples and catacombs. You play as an archaeologist foiling Nazi plans to open a path to Atlantis and seize ancient artifacts.

Updated31.05.2026 12:22
Uploaded24.04.2026 19:15
Version1.7.0
Size689.00 MB
Views68
Downloads5

Localizations:

English

The mod is localized into 1 language

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

You take on the role of an adventurous archaeologist in the late 1930s, trying to stop the Nazis from opening a portal to Atlantis and claiming ancient powers. The journey spans the jungles of Mesoamerica, Egyptian tombs, and lost cities filled with traps, undead, and enemy soldiers.

One of the game's defining features is its atmosphere — dark catacombs and ruins require the use of light sources such as torches and lanterns, which double as weapons. The visual style stands out with distinctive "clay-like" sprites reminiscent of stop-motion animation, giving the game a truly unique look.

Gameplay blends exploration, secret-hunting, and intense combat against a diverse roster of enemies — from armed soldiers to ancient priests and the walking dead. The arsenal includes both classic firearms and magical artifacts with unconventional mechanics.

Magical weapons are a core part of Venturous's gameplay: artifacts draw on alternative resources like mana or enemy "souls." For example, the khopesh consumes mana, while the Aztec macuahuitl is powered by skulls. Even when resources run dry, they can still be used in melee, and effects like fire damage and area-of-effect attacks make magic especially effective against crowds and the undead.

Venturous stands out for its thoughtful level design: every location is packed with detail, traps, and atmospheric touches that create a genuine sense of adventure. It is one of the highest-quality single-player projects for Doom, transforming the classic shooter into a full-fledged archaeological adventure.

How to install a mod Venturous

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.