From f6057934058aed87bbe761a8744b5323367809bc Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Wed, 23 Aug 2017 21:47:51 +0100 Subject: [PATCH] Add a comment about external *ENGINE_* paths to mod.config. --- mod.config | 1 + 1 file changed, 1 insertion(+) diff --git a/mod.config b/mod.config index 7eda3da..6d8effc 100644 --- a/mod.config +++ b/mod.config @@ -80,6 +80,7 @@ AUTOMATIC_ENGINE_MANAGEMENT="True" AUTOMATIC_ENGINE_SOURCE="https://github.com/OpenRA/OpenRA/archive/${ENGINE_VERSION}.zip" # Temporary file/directory names used by automatic engine management. +# Paths outside the SDK directory are not officially supported. AUTOMATIC_ENGINE_EXTRACT_DIRECTORY="./engine_temp" AUTOMATIC_ENGINE_TEMP_ARCHIVE_NAME="engine.zip" ENGINE_DIRECTORY="./engine"