wolf3d-data
v0.0.1
Published
Utilities for reading and writing Wolfenstein 3D files.
Downloads
35
Maintainers
Readme
wolf3d-data
Utilities for reading and writing ECWolf files and Wolfenstein 3D original game file formats.
Requirements
- Node
>= 12
Installation
npm i wolf3d-data
Features
The following file formats can be read:
- DECORATE WIP
- Most ECWolf shipped decorate files are readable but there is still some grammar left to define and some bugs.
- ECWolf map WAD, see also this link
- GAMEMAPS (only WL6 variant tested)
- JASC Palette
- MAPINFO
- VSWAP
- WDC
map
: map data file that can be imported/exported from WDCwmc
: map definition
- XLAT
The following file formats can be written:
- ECWolf map WAD, see also this link
- GAMEMAPS (only WL6 variant tested)
- WDC
map
: map data file that can be imported/exported from WDC
Compression algorithms:
License
MIT