From f1da585f335a3756fb5bdb1be96896c05ff1c7a6 Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Thu, 15 Jan 2015 07:18:02 +0100 Subject: [PATCH] Be explicit about how relative paths are resolved in mkxp.conf --- mkxp.conf.sample | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/mkxp.conf.sample b/mkxp.conf.sample index 31f2aae..64ff7f6 100644 --- a/mkxp.conf.sample +++ b/mkxp.conf.sample @@ -1,4 +1,14 @@ -# Lines starting with '#' are comments +# Lines starting with '#' are comments. +# +# About filesystem paths specified in this config: +# The "gameFolder" path is resolved either relative +# to the directory containing the mkxp executable +# (the default behavior), or relative to the current +# working directory (when compiled with +# -DWORKDIR_CURRENT). All other paths are resolved +# relative to gameFolder and ignoring both RTPs and +# encrypted archives. + # Specify the RGSS version to run under. # Possible values are 0, 1, 2, 3. If set to 0,