Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 836 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 836 Bytes

map2json Build Status Version Discord

*.map to JSON converter for Fallout 1/2 data files

Installation:

Ubuntu

sudo add-apt-repository ppa:falltergeist/falltergeist
sudo apt-get update
sudo apt-get install map2json

Compilation from source:

Dependencies:

  • CMake >= 2.8

Build:

mkdir build && cd build && cmake .. && make

Usage:

./map2json PATH_TO_FILE.map

Converted file will be written to STDOUT