Skip to content

Latest commit

 

History

History
71 lines (46 loc) · 3.84 KB

File metadata and controls

71 lines (46 loc) · 3.84 KB
description
Boom3

Doom III

Game engine to play Doom 3 and Resurrection of Evil.

{% embed url="https://docs.libretro.com/library/boom3/" %}

Information

Emulators
  • Libretro: boom3
  • Libretro: boom3_xp
File folder📂 roms \ 📂 boom3
File extension.boom3

Bios Information

No BIOS required.

Controls

boom3 allows you to choose between 2 controller layouts from RetroBat menu.

Retrobat ButtonClassicModern
STARTShow/Hide MenuShow/Hide Menu
SELECTShow/Hide MapShow/Hide Map
D-PADD-PADD-PAD
Left analog stickX-axis: strafe
Y-axis: move forwards and backwards
Reft analog stickControl Mouse cursor (in menu)Look.
Control Mouse cursor (in menu)
RunQuick save
UseMenu cancel
FireMenu select
StrafeQuick load
L1Strafe LeftPrevious Weapon
R1Strafe RightNext Weapon
L2Previous WeaponUse
R2Next WeaponFire
L3Toggle run
R3180 turn

Specific system information

File organization

Boom3 needs a file with the extension .boom3 to be placed in the roms\boom3 folder of your RetroBat installation.

The .boom3 must point to the subfolder and pak000.pk4 file:

Boom3 requires original .pk4 files from the Doom3 game and the Resurrection of Evil addon, you'll need the game data from a Doom3 installation patched to 1.3.1. Specifically, you'll need the following .pk4 files (base folder contains the original game data, d3xp contains the Resurrection of Evil game data):

└── roms/
    └── boom3/
        ├── Doom 3.boom3
        ├── Doom 3 - Resurrection of evil.boom3
        ├── base/
        │   ├── pak000.pk4
        │   ├── pak001.pk4
        │   ├── pak002.pk4
        │   ├── pak003.pk4
        │   ├── pak004.pk4
        │   ├── pak005.pk4
        │   ├── pak006.pk4
        │   ├── pak007.pk4
        │   └── pak008.pk4
        └── d3xp/
            ├── pak000.pk4 
            └── pak001.pk4