diff --git a/.gitignore b/.gitignore index aa9f1259..9d2f1973 100755 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,4 @@ contentpacks/ resources/ save.dat ai-crash.txt -gentokenlr.py \ No newline at end of file +gentokenlr.py diff --git a/all.bat b/all.bat deleted file mode 100755 index 92036487..00000000 --- a/all.bat +++ /dev/null @@ -1,5 +0,0 @@ -rem only use this with a non-remotedb -start astron -start ai -start ud -start client diff --git a/astron/databases/.gitignore b/astron/databases/.gitignore index 3997bead..98e6ef67 100755 --- a/astron/databases/.gitignore +++ b/astron/databases/.gitignore @@ -1 +1 @@ -*.db \ No newline at end of file +*.db diff --git a/ai.bat b/astron/win32/start-ai-server.bat old mode 100755 new mode 100644 similarity index 99% rename from ai.bat rename to astron/win32/start-ai-server.bat index 62f74b66..0668b550 --- a/ai.bat +++ b/astron/win32/start-ai-server.bat @@ -1,4 +1,5 @@ @echo off +cd ../.. rem Read the contents of PPYTHON_PATH into %PPYTHON_PATH%: set /P PPYTHON_PATH=