Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 821 Bytes

File metadata and controls

38 lines (27 loc) · 821 Bytes

pal2json Build Status Version Discord

Fallout 1\2 *.pal to json converter

Installation:

Ubuntu

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

Compilation from source:

Dependencies:

  • CMake >= 2.8

Build:

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

Usage:

./pal2json PATH_TO_FILE.pal

Converted file will be written to STDOUT