Skip to content

themeldingwars/SDBrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDBrowser

Browser for Firefall's Static Database

This tool was created for educational purposes only and should not be used by anyone.

This repository is using submodules, so in order to properly clone it use this

git clone --recurse-submodules https://github.com/themeldingwars/SDBrowser.git

... if you already cloned the repo or are using an older version than 2.13 of git, use this to grab the needed submodules:

git clone https://github.com/themeldingwars/SDBrowser.git
cd SDBrowser
git submodule update --init --recursive