IW4MAdminDBParser/README.md

17 lines
787 B
Markdown
Raw Normal View History

2024-03-02 21:24:13 -05:00
# IW4MAdmin Database Parser
2023-05-14 01:23:33 -04:00
2024-03-02 21:24:13 -05:00
#### A Python3 script designed to export your IW4MAdmin database, parsing it into an easily accessible format. While the native `IW4MAdmin\Database\Database.db` is already accessible, navigating its complex relationships, keys, and constraints can be frustrating. This tool simplifies and streamlines the data, offering a more user-friendly view.
2023-05-14 01:23:33 -04:00
2024-03-02 21:24:13 -05:00
* Usage: `python parse_db.py`
2023-05-20 23:44:50 -04:00
## Instructions
2024-03-02 21:24:13 -05:00
1. Copy the database to a folder and make sure it's named 'Database.db'
2. Copy the script `parse_db.py` into the location of your database's copy
3. Run the script
2023-05-20 23:44:50 -04:00
2024-03-02 21:24:13 -05:00
* This will generate a new database named `Database_parsed.db` with all of the essential information.
2023-05-20 23:44:50 -04:00
2024-03-02 21:24:13 -05:00
## Building
2023-05-20 23:44:50 -04:00
2024-03-02 21:24:13 -05:00
1. Ensure Python3 is installed on your system and added to PATH
2. Run `build.py`