No description
Find a file
2021-06-14 05:21:33 -03:00
astron win32/linux: Add start up scripts and add win32 Astron binaries. 2021-06-05 01:23:03 -03:00
etc otp: Basic access level support in preperation for Magic Words 2021-06-14 05:21:33 -03:00
libotp libotp: Use the libotp that's in our Panda3D 2021-06-01 15:11:40 -04:00
libtoontown libtoontown: Use the libtoontown that's in our Panda3D 2021-06-01 14:55:48 -04:00
linux win32/linux: Add start up scripts and add win32 Astron binaries. 2021-06-05 01:23:03 -03:00
otp otp: Basic access level support in preperation for Magic Words 2021-06-14 05:21:33 -03:00
toontown win32/linux: Add start up scripts and add win32 Astron binaries. 2021-06-05 01:23:03 -03:00
win32 win32/linux: Add start up scripts and add win32 Astron binaries. 2021-06-05 01:23:03 -03:00
.gitignore win32/linux: Add start up scripts and add win32 Astron binaries. 2021-06-05 01:23:03 -03:00
LICENSE general: Add LICENSE 2019-11-08 18:57:25 -05:00
PPYTHON_PATH win32/linux: Add start up scripts and add win32 Astron binaries. 2021-06-05 01:23:03 -03:00
README.md readme: Add proper README 2021-06-06 06:15:17 -03:00
requirements.txt Create requirements.txt 2019-12-30 20:54:25 -05:00

Open Toontown

This repository contains the code for Open Toontown, based on the latest version of Disney's Toontown Online (sv1.0.47.38).

Setup

After cloning the repository, you will need to clone the resources repository inside the directory where you cloned the source repo.

Secondly, you would have to install and use a specific version of Panda3D, which includes libotp and libtoontown. You can use the prebuilt installers for your operating system here:

Panda3D SDK for Windows (x86)

Panda3D SDK for Windows (x86_64)

WINDOWS USERS: If you install Panda3D outside the default directory (or use the x86 installer), you may have to change the PPYTHON_PATH file located in the root directory and change it to your install directory.

If you use Linux, or are interested in building Panda3D yourself, head on over to our Panda3D fork and read the "Building Panda3D" section on the README file there.

To start the server and run the game locally, go to your platform directory (win32 for Windows, darwin for Mac and linux for Linux), and make sure you start the following scripts in order:

Astron Server -> UberDOG (UD) Server -> AI (District) Server -> Game Client

Be sure to wait till the servers have finished booting before starting the next. If everything's done correctly, you should be able to make your toon and play the game! There is no support for Magic Words (commands) yet, but it is currently in the works!

Contributing

Submitting issues and Pull Requests are encouraged and welcome.

How you commit changes is your choice, but when committing, please include what you did as well as a basic description, just so we know exactly what you did. Here are some examples:

  • minigames: Fix crash when entering the trolley
  • racing: Fix possible race condition when two racers tied
  • golf: Refix wonky physics once and for all (hopefully)