*.map to JSON converter for Fallout 1/2 data files
sudo add-apt-repository ppa:falltergeist/falltergeist
sudo apt-get update
sudo apt-get install map2json
- CMake >= 2.8
Build:
mkdir build && cd build && cmake .. && make
./map2json PATH_TO_FILE.map
Converted file will be written to STDOUT