diff --git a/facades/PC/launchScripts/TeraEd.exe b/facades/PC/launchScripts/TeraEd.exe deleted file mode 100644 index 266c5e9fd..000000000 Binary files a/facades/PC/launchScripts/TeraEd.exe and /dev/null differ diff --git a/facades/PC/launchScripts/Terasology.x64.exe b/facades/PC/launchScripts/Terasology.x64.exe deleted file mode 100644 index 5bdffcca1..000000000 Binary files a/facades/PC/launchScripts/Terasology.x64.exe and /dev/null differ diff --git a/facades/PC/launchScripts/Terasology.x86.exe b/facades/PC/launchScripts/Terasology.x86.exe deleted file mode 100644 index 0026bbb41..000000000 Binary files a/facades/PC/launchScripts/Terasology.x86.exe and /dev/null differ diff --git a/facades/PC/launchScripts/run_linux.sh b/facades/PC/launchScripts/run_linux.sh deleted file mode 100755 index 246b958d0..000000000 --- a/facades/PC/launchScripts/run_linux.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -cd "$(dirname "$0")" -java -Xms128m -Xmx1536m -jar libs/Terasology.jar "$@" - -# Alternatively use our Launcher from: https://github.com/MovingBlocks/TerasologyLauncher/releases diff --git a/facades/PC/launchScripts/run_macosx.command b/facades/PC/launchScripts/run_macosx.command deleted file mode 100755 index 050e64c26..000000000 --- a/facades/PC/launchScripts/run_macosx.command +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash -cd "$(dirname "$0")" -java -Xms128m -Xmx1536m -jar libs/Terasology.jar "$@" - -# Alternatively use our Launcher from: https://github.com/MovingBlocks/TerasologyLauncher/releases - diff --git a/facades/PC/launchScriptsSrc/LauncherTeraEd.xml b/facades/PC/launchScriptsSrc/LauncherTeraEd.xml deleted file mode 100644 index 7178858be..000000000 --- a/facades/PC/launchScriptsSrc/LauncherTeraEd.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - true - gui - .\libs\Terasology.jar - ..\launchScripts\TeraEd.exe - - - - normal - http://java.com/download - - false - - - - org.terasology.editor.TeraEd - Terasology.jar - - - - false - 1.8.0 - - preferJre - 64/32 - 128 - 1536 - - \ No newline at end of file diff --git a/facades/PC/launchScriptsSrc/README.MD b/facades/PC/launchScriptsSrc/README.MD deleted file mode 100644 index fb77673cd..000000000 --- a/facades/PC/launchScriptsSrc/README.MD +++ /dev/null @@ -1,4 +0,0 @@ - -For the sources of the normal Windows launcher, see the following repository: - -https://github.com/MovingBlocks/TerasologyJavaLauncher