Skip to content

AllMeatball/wdbtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WDBTool - A tool for messing with Lego Island's .WDB format

Prerequisites

Installation

  1. Download lastest Python 3

  2. Install construct:

    with pip and a python virtual environment

    # in the repo directory
    python -m venv env
    python -m pip install construct

    or with a package manager

    # Arch Linux
    sudo pacman -S python-construct
    
    # Debian/Ubuntu
    sudo apt-get install python3-construct
    
    # Fedora
    sudo dnf install python3-construct

Running

You should be able to run the script like this in a terminal:

python wdbtool.py [action] [filename]

Actions

The currently possible actions are...

  • list - List all data in the .WDB file
  • export - Export data to .json and .bin files (creates a WDB path in the target folder)
  • world-names - List all world names

Acknowledgments

About

A tool for messing with Lego Island's .WDB format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages