Poodletooth-iLand/start_game_localhost.bat

23 lines
545 B
Batchfile
Raw Normal View History

2015-03-03 16:10:12 -06:00
@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=127.0.0.1
echo ===============================
echo Starting Toontown Unlimited...
echo ppython: %PPYTHON_PATH%
echo Username: %ttuUsername%
echo Gameserver: %TTU_GAMESERVER%
echo ===============================
%PPYTHON_PATH% -m toontown.toonbase.ClientStart
pause