https://github.com/richwalm/doomrpgmapviewer
A very basic Windows Doom RPG map viewer.
https://github.com/richwalm/doomrpgmapviewer
c doom-rpg map-viewer win32
Last synced: about 1 month ago
JSON representation
A very basic Windows Doom RPG map viewer.
- Host: GitHub
- URL: https://github.com/richwalm/doomrpgmapviewer
- Owner: richwalm
- License: mit
- Created: 2014-12-31T06:20:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-01T02:03:28.000Z (over 11 years ago)
- Last Synced: 2025-12-20T05:11:40.528Z (6 months ago)
- Topics: c, doom-rpg, map-viewer, win32
- Language: C
- Homepage:
- Size: 141 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Doom RPG Map Viewer
Written by Richard Walmsley.
Thanks to Simon "Fraggle" Howard for the specs. (http://www.soulsphere.org/random/doom-rpg-bnf.txt)
WWW: http://walmsley.gen.nz/
Description
-----------
Simple utility used to view Doom RPG map files. Primary written to learn
simple Win32 programs and how BSPs work.
It'll only work on maps from version 1.0.92 and possibly later versions.
It will only load the following data;
* Nodes
* Linedefs
* Things
* Blockmap
All other data within the file is ignored.
Usage
-----
For the J2ME version, simply extract the BSP files from the game's JAR file. Other platforms aren't supported. With it loaded, you can then toggle what's shown using the menu or the shortcut keys listed upon it.
License
-------
Distributed under the MIT License. See the included LICENSE for details.