historical/toontown-classic.git/win32/start_ai_server.bat

14 lines
427 B
Batchfile
Raw Normal View History

2024-01-16 17:20:27 +00:00
@echo off
title Toontown Online - AI (District) Server
cd..
rem Read the contents of PPYTHON_PATH into %PPYTHON_PATH%:
set /P PPYTHON_PATH=<PPYTHON_PATH
:main
"panda\python\ppython.exe" -m toontown.ai.AIStart --base-channel 401000000 ^
--max-channels 999999 --stateserver 4002 ^
--astron-ip 127.0.0.1:7199 --eventlogger-ip 127.0.0.1:7197 ^
--district-name "Toon Valley"
goto main