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

A game data dumper for Python 2 versions of Toontown Fellowship.

License

Notifications You must be signed in to change notification settings

ComradeNapCali/MyFellowDumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A game data dumper for Python 2 versions of Toontown Fellowship.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages