Skip to content

int2ssl Decompiler for FO/sfall scripts

Notifications You must be signed in to change notification settings

BGforgeNet/int2ssl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

int2ssl

windows linux Discord

Pre-built binaries for Fallout 1/2 script decompiler.

Installation

Windows

Download int2ssl.exe from the latest release page.

Ubuntu

sudo add-apt-repository ppa:bgforge.net/ppa
sudo apt install int2ssl

Other Linux

Download int2ssl binary from the latest release page.

Building from source

Dependencies: Cmake (>=2.8).

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

About

int2ssl Decompiler for FO/sfall scripts

Resources

Stars

Watchers

Forks

Packages

No packages published