mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-25 04:32:33 -06:00
Edit some bat files
This commit is contained in:
parent
d5595c3a74
commit
b4a32c3dbf
3 changed files with 2 additions and 9 deletions
|
@ -1,5 +0,0 @@
|
||||||
rem Starts a Localhost server. This is meant for Windows. To connect to the developer server, use the option in start-game for your OS.
|
|
||||||
|
|
||||||
start start-astron-cluster
|
|
||||||
start start-uberdog-server
|
|
||||||
start start-ai-server
|
|
|
@ -1,4 +1,5 @@
|
||||||
@echo off
|
@echo off
|
||||||
cd astron/
|
cd astron/
|
||||||
|
|
||||||
astrond --loglevel info config/cluster.yml
|
astrond --loglevel info config/cluster.yml
|
||||||
pause
|
pause
|
||||||
|
|
|
@ -3,8 +3,5 @@ cd..
|
||||||
|
|
||||||
title GUI Editor
|
title GUI Editor
|
||||||
|
|
||||||
rem Read the contents of PPYTHON_PATH into %PPYTHON_PATH%:
|
"panda/python/ppython.exe" -m guieditor.EditorStart
|
||||||
set /P PPYTHON_PATH=<PPYTHON_PATH
|
|
||||||
|
|
||||||
%PPYTHON_PATH% -m guieditor.EditorStart
|
|
||||||
pause
|
pause
|
||||||
|
|
Loading…
Reference in a new issue