mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Added new server IP
This commit is contained in:
parent
9d2c6797e6
commit
d364b587f4
1 changed files with 6 additions and 4 deletions
|
@ -5,14 +5,16 @@ set /P PPYTHON_PATH=<PPYTHON_PATH
|
|||
echo Choose your game server!
|
||||
echo #1 - Localhost
|
||||
echo #2 - DenialMC
|
||||
echo #3 - Custom
|
||||
echo #4 - Custom w/ RemoteDB
|
||||
echo #3 - DenialMC Server
|
||||
echo #4 - Custom
|
||||
echo #5 - Custom w/ RemoteDB
|
||||
echo.
|
||||
set /P INPUT=
|
||||
set TTU_GAMESERVER=unset
|
||||
|
||||
if %INPUT%==1 set TTU_GAMESERVER=127.0.0.1
|
||||
if %INPUT%==2 set TTU_GAMESERVER=5.15.21.225
|
||||
if %INPUT%==3 set TTU_GAMESERVER=23.92.75.62
|
||||
if %TTU_GAMESERVER%==unset (
|
||||
echo.
|
||||
set /P TTU_GAMESERVER=Gameserver:
|
||||
|
@ -21,7 +23,7 @@ if %TTU_GAMESERVER%==unset (
|
|||
echo.
|
||||
set /P ttuUsername=Username:
|
||||
|
||||
if %INPUT%==4 (
|
||||
if %INPUT%==5 (
|
||||
echo.
|
||||
set /P ttuPassword=Password:
|
||||
)
|
||||
|
@ -36,7 +38,7 @@ echo Password: %ttuPassword%
|
|||
echo Gameserver: %TTU_GAMESERVER%
|
||||
echo ===============================
|
||||
|
||||
if %INPUT%==4 (
|
||||
if %INPUT%==5 (
|
||||
%PPYTHON_PATH% -m toontown.toonbase.ClientStartRemoteDB
|
||||
) else (
|
||||
%PPYTHON_PATH% -m toontown.toonbase.ClientStart
|
||||
|
|
Loading…
Reference in a new issue