Browser for Firefalls Static Database
The Static Database (SDB) contains all gameplay information, from available zones, over vehicle types, to all the character and NPC information. The database is obfuscated and a lot of the information was stripped, but all the table and field names were reverse engineered.
Usage
- Download the SDBrowser
- Start the SDBrowser
- Open the
clientdb.sd2
located atFirefall\system\db
- Filter and browse various tables
- Search for specific strings or numbers
- Export the SDB to a PostgreSQL server
- Export the schema (no data) as JSON to the clipboard
Download
You can find the latest version of the SDBrowser on GitHub: SDBrowser V1.2