falltergeist / pal2json

Fallout 1\2 *.pal to json converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Fallout 1\2 *.pal to json converter


Languages

Language:C++ 93.3%Language:CMake 6.7%