Skip to content

A OTP server designed to work with the original Toontown Online otp system.

Notifications You must be signed in to change notification settings

toontownretro/otp_server-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toontown OTP

OTP server implementation originally from AnythingTechPro with adaptions for a 2013 Toontown source.

Dependencies

ATTENTION! If you already downloaded the Panda3D version for AI/Districts on the Toontown repository skip downloading this.

You will need a special Panda3D version, which you can get here

Execute the following script to install the missing modules for the server:

path\to\otp\python\ppython.exe -m pip install coloredlogs, semidbm, simplejson, pyyaml, pytoml

Running the server

In order to run the server, if you wish, create a BAT file to automate the process:

@echo off
path\to\otp\python\ppython.exe -m realtime.main
pause

Voila! Next run the AI, then the game. Good luck!

About

A OTP server designed to work with the original Toontown Online otp system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages