Skip to content

falltergeist/int2ssl

Repository files navigation

int2ssl Build Status Version Discord

Script decompiler for Fallout 1/2.

Originally implemented by Anchorite (2005-2009).

Expanded for full sfall support by Nirran and phobos2077 (2014-2015).

Rewritten for multiple platform support by alexeevdv (2015).

Installation:

Ubuntu:

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

Building from source:

Dependencies:

  • CMake (>= 2.8)

Build:

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

Usage:

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