Skip to content

kronos-project/wizdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wizdb

Builds an SQLite database of items directly from game files.

Usage

Head over to the kobold repository and follow installation instructions in the README. Also do the optional steps to install Python library bindings.

Then, head over to the wiztype repository and follow README instructions to dump a types JSON from the game client.

Then execute the following commands:

# Clone this repository to wizdb/
git clone https://gitlab.com/vale_/wizdb
cd wizdb

# Copy the game's Root.wad file to wizdb/Root.wad
...

# Use the previous kobold installation to extract it to wizdb/Root/
kobold wad unpack Root.wad

# Copy previously dumped wiztype file to wizdb/types.json
...

# Now build the db
python -m wizdb

# You will see the database file wizdb/items.db on success.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages