mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
My last commit on here
This commit is contained in:
parent
ede0e3bf50
commit
5bc056d630
1 changed files with 4 additions and 8 deletions
12
client.bat
12
client.bat
|
@ -4,17 +4,13 @@ set /P PPYTHON_PATH=<PPYTHON_PATH
|
|||
|
||||
echo Choose your game server!
|
||||
echo #1 - Localhost
|
||||
echo #2 - DenialMC
|
||||
echo #3 - Development Server
|
||||
echo #4 - Custom
|
||||
echo #5 - Custom w/ RemoteDB
|
||||
echo #2 - Custom
|
||||
echo #3 - 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:
|
||||
|
@ -23,7 +19,7 @@ if %TTU_GAMESERVER%==unset (
|
|||
echo.
|
||||
set /P ttuUsername=Username:
|
||||
|
||||
if %INPUT%==5 (
|
||||
if %INPUT%==3 (
|
||||
echo.
|
||||
set /P ttuPassword=Password:
|
||||
)
|
||||
|
@ -38,7 +34,7 @@ echo Password: %ttuPassword%
|
|||
echo Gameserver: %TTU_GAMESERVER%
|
||||
echo ===============================
|
||||
|
||||
if %INPUT%==5 (
|
||||
if %INPUT%==3 (
|
||||
%PPYTHON_PATH% -m toontown.toonbase.ClientStartRemoteDB
|
||||
) else (
|
||||
%PPYTHON_PATH% -m toontown.toonbase.ClientStart
|
||||
|
|
Loading…
Reference in a new issue