Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 3.31 KB

File metadata and controls

65 lines (43 loc) · 3.31 KB
description
prBoom

PrBoom

Game engine to play Doom, Doom II, Doom Ultimate, Final Doom and other Doom IWAD mods.

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

Information

Emulators
  • Libretro: prboom
File folder📂 roms \ 📂 prboom
File extension.wad .iwad .pwad

Bios Information

No BIOS required.

Controls

PrBoom 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 stickX-axis: look left/right
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

PrBoom can load wad, iwad, and pwad files.

WAD and IWAD files are "Internal Where's All the Data" files, meaning they are used to run the game.

PWAD files are patches, they need the main game WAD/IWAD file to run.

Hereunder is the recommendation for the organization of your prboom folder:

└── roms\
    └── prboom\
        ├── doom\
        │   └── doom.wad
        └── doom 2\
        │   └── doom2.wad
        └── Doom Ultimate\
        │   └── doomu.wad

If you are going to use pwad files, they will have to be placed in a subfolder inside the main wad game folder:

└── roms\
    └── prboom\
        ├── doom\
        │   └── doom.wad
        │   └── Episode 5 - Sigil\
        │           └── SIGIL.pwad
        └── Doom 2\
            └── doom2.wad
            └── Goldeneye\
                    └── goldeneye.pwad