Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo on
- cd C:\Users\hunter\Documents\TTR.TTI\TTI\TTISource\TTISource\ToontownInfiniteRetro\astron
- astrond --loglevel info config/astrond.yml
- pause
- ===================================================
- @echo on
- set MAX_CHANNELS=999999
- set STATE_SERVER=4002
- set ASTRON_IP=127.0.0.1:7199
- set EVENT_LOGGER_IP=127.0.0.1:7197
- set /P BASE_CHANNEL="Base Channel (DEFAULT: 1000000): " || ^
- set BASE_CHANNEL=1000000
- rem Read the contents of PPYTHON_PATH into %PPYTHON_PATH%:
- set PPYTHON_PATH=<C:\Panda3D-1.9.0\python\ppython.exe
- echo ===============================
- echo Starting Toontown Infinite Retro UberDOG server...
- echo ppython: %PPYTHON_PATH%
- echo Base Channel: %BASE_CHANNEL%
- echo Max Channels: %MAX_CHANNELS%
- echo State Server ID: %STATE_SERVER%
- echo Message Director IP: %ASTRON_IP%
- echo Event Logger IP: %EVENT_LOGGER_IP%
- echo ===============================
- <C:\Panda3D-1.9.0\python\ppython.exe -m toontown.uberdog.ServiceStart --base-channel %BASE_CHANNEL% ^
- --max-channels %MAX_CHANNELS% --stateserver %STATE_SERVER% ^
- --astron-ip %ASTRON_IP% --eventlogger-ip %EVENT_LOGGER_IP%
- pause
- @echo off
- set MAX_CHANNELS=999999
- set STATE_SERVER=4002
- set ASTRON_IP=127.0.0.1:7199
- set EVENT_LOGGER_IP=127.0.0.1:7197
- set /P DISTRICT_NAME="District Name (DEFAULT: Retroville): " || ^
- set DISTRICT_NAME=Retroville
- set /P BASE_CHANNEL="Base Channel (DEFAULT: 401000000): " || ^
- set BASE_CHANNEL=401000000
- rem Read the contents of PPYTHON_PATH into %PPYTHON_PATH%:
- set /P PPYTHON_PATH=<PPYTHON_PATH
- echo ===============================
- echo Starting Toontown Infinite Retro AI server...
- echo ppython: %PPYTHON_PATH%
- echo District Name: %DISTRICT_NAME%
- echo Base Channel: %BASE_CHANNEL%
- echo Max Channels: %MAX_CHANNELS%
- echo State Server ID: %STATE_SERVER%
- echo Message Director IP: %ASTRON_IP%
- echo Event Logger IP: %EVENT_LOGGER_IP%
- echo ===============================
- :main
- %PPYTHON_PATH% -m toontown.ai.ServiceStart --base-channel %BASE_CHANNEL% ^
- --max-channels %MAX_CHANNELS% --stateserver %STATE_SERVER% ^
- --astron-ip %ASTRON_IP% --eventlogger-ip %EVENT_LOGGER_IP% ^
- --district-name "%DISTRICT_NAME%"
- goto main
Advertisement
Add Comment
Please, Sign In to add comment