Added new server IP

This commit is contained in:
Daniel 2015-03-09 00:11:39 +02:00
parent 9d2c6797e6
commit d364b587f4

View file

@ -5,14 +5,16 @@ set /P PPYTHON_PATH=<PPYTHON_PATH
echo Choose your game server! echo Choose your game server!
echo #1 - Localhost echo #1 - Localhost
echo #2 - DenialMC echo #2 - DenialMC
echo #3 - Custom echo #3 - DenialMC Server
echo #4 - Custom w/ RemoteDB echo #4 - Custom
echo #5 - Custom w/ RemoteDB
echo. echo.
set /P INPUT= set /P INPUT=
set TTU_GAMESERVER=unset set TTU_GAMESERVER=unset
if %INPUT%==1 set TTU_GAMESERVER=127.0.0.1 if %INPUT%==1 set TTU_GAMESERVER=127.0.0.1
if %INPUT%==2 set TTU_GAMESERVER=5.15.21.225 if %INPUT%==2 set TTU_GAMESERVER=5.15.21.225
if %INPUT%==3 set TTU_GAMESERVER=23.92.75.62
if %TTU_GAMESERVER%==unset ( if %TTU_GAMESERVER%==unset (
echo. echo.
set /P TTU_GAMESERVER=Gameserver: set /P TTU_GAMESERVER=Gameserver:
@ -21,7 +23,7 @@ if %TTU_GAMESERVER%==unset (
echo. echo.
set /P ttuUsername=Username: set /P ttuUsername=Username:
if %INPUT%==4 ( if %INPUT%==5 (
echo. echo.
set /P ttuPassword=Password: set /P ttuPassword=Password:
) )
@ -36,7 +38,7 @@ echo Password: %ttuPassword%
echo Gameserver: %TTU_GAMESERVER% echo Gameserver: %TTU_GAMESERVER%
echo =============================== echo ===============================
if %INPUT%==4 ( if %INPUT%==5 (
%PPYTHON_PATH% -m toontown.toonbase.ClientStartRemoteDB %PPYTHON_PATH% -m toontown.toonbase.ClientStartRemoteDB
) else ( ) else (
%PPYTHON_PATH% -m toontown.toonbase.ClientStart %PPYTHON_PATH% -m toontown.toonbase.ClientStart