Duke Nukem 3D
eduke32
Game engine to play Duke Nukem 3D game.
Information
Emulators
eduke32
File folder
📂 roms \ 📂 eduke32
File extension
.eduke32
Bios Information
No BIOS required.
Controls
There is no automatic configuration for eduke32, controls can be configured within the emulator.
Specific system information
Adding a game
Create a .txt file with any notepad application.
Inside the file, enter the commands as per the guide below, based on the command line to send to the emulator.
Save the file with the .eduke32 extension in the roms\eduke32 folder.
Examples:
Duke Nukem 3D
FILE = /duke/DUKE3D.GRP
For game files:
/retrobat/roms/eduke32/duke/
|── DUKE3D.GRP
└── DUKE.RTS
Duke It Out in D.C. (expansion)
FILE = /duke/DUKE3D.GRP
FILE+ = /duke/DUKEDC.GRP
For game files:
/retrobat/roms/eduke32/duke/
├── DUKE3D.GRP (Atomic Edition)
└── DUKEDC.GRP
Duke Caribbean: Life's a Beach
FILE = /duke/DUKE3D.GRP
FILE+ = /duke/VACATION.GRP
For game files:
/retrobat/roms/eduke32/duke/
├── DUKE3D.GRP
└── VACATION.GRP
Duke: Nuclear Winter (expansion)
FILE = /duke/DUKE3D.GRP
FILE+ = /duke/NWINTER.GRP
For game files:
/retrobat/roms/eduke32/duke/
├── DUKE3D.GRP
└── NWINTER.GRP
Duke Nukem's Penthouse Paradise (expansion)
FILE = /duke/DUKE3D.GRP
FILE+ = /duke/PENTHOUS.GRP
CON = /duke/GAME.CON
For game files:
/retrobat/roms/eduke32/duke/
├── DUKE3D.GRP
└── PENTHOUS.GRP
└── GAME.CON (from Penthouse Paradise)
HD packs
In order to use eduke32 addons like HD texture pack or sound pack, place the addon files within the \roms\eduke32\autoload
folder and activate the autoload feature in RetroBat:

Example:

Last updated
Was this helpful?