This repository contains ready-to-use pets code reverse-engineered from libtoontown.dll.
Used to control the movement and various other behaviors of pets (Doodles) in Disney's Toontown Online.
libotp-movement is required to use libtoontown-pets
.
If you are using this within a Toontown project, just import the classes from libtoontown
. If you have a previous implementation of the modules contained within this repository, make sure to remove them and, if necessary, change your imports and remove any related code modifications.
We welcome all potential contributors.