A map viewer and export tool for Build Engine games, including Duke Nukem 3D, Shadow Warrior, and Blood.
preview.webm
Download the latest release for your platform from the Releases page.
- Import
.GRPfiles from supported Build Engine games - Export maps to
.objformat - Includes textures and sprites
- Exported
.objfiles can be imported into most 3D tools, including Blender, Maya, 3ds Max, and others
If you find this project useful, consider sponsoring me or making a one-time donation so I can do more like this in the future.
Contributions are welcome.
Please report bugs or make any feature requests via the GitHub issue tracker. Don't contact me directly. My availability is limited, and using issues helps ensure requests aren't lost over time and allows others to contribute fixes via pull requests.
If you fork or build upon this project, please credit the original.
The following resources were invaluable when creating this tool:
You will need the following installed:
You should be familiar with:
- Clone the repository:
git clone https://github.com/Steveeeie/build-map-exporter.git- Change into project directory
cd build-map-exporter- Install dependencies
npm install- Run locally
npm start