Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 556 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 556 Bytes

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