Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (12 loc) · 962 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 962 Bytes

My Fellow Dumper

My Fellow Dumper is a game dumper for Toontown Fellowship clients that run on Python 2 (aka. Clients released before October 2019).

Clients released after October 2019 run on Python 3 and use a different build system; as such, they are not supported.

This repository was originally hosted on a private GitLab repository. This is being made public for archival/resume reasons.

How to Run

Clone this repository, then make sure Pipenv is installed.

Run pipenv install in your terminal, and wait for it to install.

Then make a folder called gamebin and put in your GameData.bin file into the folder.

Finally, run pipenv run python src/MyFellowDumper.py to begin the dump process.

The resulting dump will be located in a folder called gamedump

License

This repository is licensed under the BSD-3-Clause license. See this link for more infomation.