mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-24 20:22: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
|
||||
cd astron/
|
||||
|
||||
astrond --loglevel info config/cluster.yml
|
||||
pause
|
||||
|
|
|
@ -3,8 +3,5 @@ cd..
|
|||
|
||||
title GUI Editor
|
||||
|
||||
rem Read the contents of PPYTHON_PATH into %PPYTHON_PATH%:
|
||||
set /P PPYTHON_PATH=<PPYTHON_PATH
|
||||
|
||||
%PPYTHON_PATH% -m guieditor.EditorStart
|
||||
"panda/python/ppython.exe" -m guieditor.EditorStart
|
||||
pause
|
||||
|
|
Loading…
Reference in a new issue