SkillAgentSearch skills...

Int2ssl

Script decompiler for Fallout 1/2

Install / Use

/learn @falltergeist/Int2ssl
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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
View on GitHub
GitHub Stars12
CategoryDevelopment
Updated3mo ago
Forks7

Languages

C++

Security Score

87/100

Audited on Dec 31, 2025

No findings