Pre-built binaries for Fallout 1/2 script decompiler.
Download int2ssl.exe
from the latest release page.
sudo add-apt-repository ppa:bgforge.net/ppa
sudo apt install int2ssl
Download int2ssl
binary from the latest release page.
Dependencies: Cmake (>=2.8).
mkdir build && cd build && cmake .. && make
Usage: ./int2ssl [options] [-s value] file.int [file.ssl]
Example: ./int2ssl -d-1-a-b-e-s3 random.int
Options
-d: dump file
-1: input file is Fallout 1 script
-a: ignore wrong number of arguments
-b: insert omitted arguments backward
-s: use Space instead of tab to indent
-e: stop decompiling on error
--: end of options