diff --git a/astron/win32/start-all.bat b/astron/win32/start-all.bat deleted file mode 100755 index d643f14e..00000000 --- a/astron/win32/start-all.bat +++ /dev/null @@ -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 diff --git a/start-astron-cluster.bat b/start-astron-cluster.bat index 3a2e606b..99fba79e 100755 --- a/start-astron-cluster.bat +++ b/start-astron-cluster.bat @@ -1,4 +1,5 @@ @echo off cd astron/ + astrond --loglevel info config/cluster.yml pause diff --git a/tools/start-gui-editor.bat b/tools/start-gui-editor.bat index fe8a40c5..8abada02 100644 --- a/tools/start-gui-editor.bat +++ b/tools/start-gui-editor.bat @@ -3,8 +3,5 @@ cd.. title GUI Editor -rem Read the contents of PPYTHON_PATH into %PPYTHON_PATH%: -set /P PPYTHON_PATH=