Toontown Server Source Code (and tutorial)

Status
Not open for further replies.
Anyone intrested in setting up a solid private server for this?
I've had a succesfull MU online server & semi good WoW server (my MU server made it on to the top 5 back in the day)

I'm more then happy to talk to some other people (experience is a must) who would like to see this happen togather.
Throw me a PM and we can talk more about it.

Thanks!
 
Well I don't usually use forums but ToonTown was one of my favorite games as a kid and when it closed down I was very disappointed. Seeing this was an awesome time and after some configurations I was able to get the game working on my windows 8.1 laptop. one bug that I had was when I had friends on the trolley games with me. We got to the pattern game ( dance with Minnie or something ) the game never ended even after 20 rounds. also I have tried to figure out the coding for the ui a bit ( not use to python coding ) and have gotten some progress but one question comes to mind. Does anyone know how to set up the catalog? It should be pretty simple I think like loading a specific number or address.
 
Last edited:
Well I don't usually use forums but ToonTown was one of my favorite games as a kid and when it closed down I was very disappointed. Seeing this was an awesome time and after some configurations I was able to get the game working on my windows 8.1 laptop. one bug that I had was when I had friends on the trolley games with me. We got to the pattern game ( dance with Minnie or something ) the game never ended even after 20 rounds. also I have tried to figure out the coding for the ui a bit ( not use to python coding ) and have gotten some progress but one question comes to mind. Does anyone know how to set up the catalog? It should be pretty simple I think like loading a specific number or address.

bump** help I want the catalogue :(
 
Tutorial for the new source that tti released?

Also every time I edit my account in the database it reverts back help?
 
Last edited:
HELP!!!!!!!!! i did everything and when i opened the game it said connecting... then it say could not connect to 127.00 or something then i changed to my own ip and it still wont work



HELP!!!!!!!!! i did everything and when i opened the game it said connecting... then it say could not connect to 127.00 or something then i changed to my own ip and it still wont work
 
~Status Offline
If you want to play with me change your "start_game_localhost" to this
@echo off


set ttiUsername="Username (DEFAULT: "Type Your UserName Here"): " || ^
set ttiUsername="Type Your UserName Here"
set ttiPassword=password
set TTI_PLAYCOOKIE=%ttiUsername%
set TTI_GAMESERVER=Dippy.chickenkiller.com:7198
//
rem Read the contents of PPYTHON_PATH into %PPYTHON_PATH%:
set /P PPYTHON_PATH=<PPYTHON_PATH


echo ===============================
echo Connection To NickOglet
echo ppython: %PPYTHON_PATH%
echo Username: %ttiUsername%
echo Client Agent IP: %TTI_GAMESERVER%
echo ===============================


%PPYTHON_PATH% -m toontown.toonbase.ToontownStart
pause

t452kP6 - Toontown Server Source Code (and tutorial) - RaGEZONE Forums
 
Last edited:
Sorry to bump this, but I just stumbled across it and setup a server successfully which is online 24/7. Obviously it has its bugs like everything, but I was just wondering.. in the tools folder are files to "build" the client, I assume it would build it in an .exe which can then be used as a release client, or am I wrong?

When I do double click on the file to build the client however, the cmd opens then closes quickly, so I am not sure if this is the correct way to do it? I am looking to build a solid private server with this, and have the server hosting sorted so if you're interested let me know.
 
Now you're ready to start the server!
9) Go into "ToontownInfiniteRetro" and then run the following with administrator in this order:
9a) start_astron_server.bat
9b) start_uberdog_server.bat
9c) start_ai_server.bat (this is basically the "district" server, in layman's terms)


When I do this I get a continuous error of the .bats not being able to connect to my hamachi ip.
 
Status
Not open for further replies.
Back