mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-10-31 00:37:54 +00:00
Merge branch 'master' of http://gitlab.com/toontown-unlimited/src
This commit is contained in:
commit
f9bd0279d5
1 changed files with 22 additions and 0 deletions
22
start_game_dan.bat
Normal file
22
start_game_dan.bat
Normal file
|
@ -0,0 +1,22 @@
|
|||
@echo off
|
||||
|
||||
rem Read the contents of PPYTHON_PATH into %PPYTHON_PATH%:
|
||||
set /P PPYTHON_PATH=<PPYTHON_PATH
|
||||
|
||||
rem Get the user input:
|
||||
set /P ttuUsername="Username: "
|
||||
|
||||
rem Export the environment variables:
|
||||
set ttuPassword=password
|
||||
set TTU_PLAYCOOKIE=%ttuUsername%
|
||||
set TTU_GAMESERVER=5.15.21.225
|
||||
|
||||
echo ===============================
|
||||
echo Starting Toontown Unlimited...
|
||||
echo ppython: %PPYTHON_PATH%
|
||||
echo Username: %ttuUsername%
|
||||
echo Gameserver: %TTU_GAMESERVER%
|
||||
echo ===============================
|
||||
|
||||
%PPYTHON_PATH% -m toontown.toonbase.ClientStart
|
||||
pause
|
Loading…
Reference in a new issue