From c04f9e58878e4ae7fc69c752cc5360136729cac5 Mon Sep 17 00:00:00 2001 From: Splendide Imaginarius <119545140+Splendide-Imaginarius@users.noreply.github.com> Date: Tue, 9 May 2023 01:20:06 +0000 Subject: [PATCH] mkxp.json: Clarify directory separator (#5) --- mkxp.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mkxp.json b/mkxp.json index c6b470bd..a9ec54e4 100644 --- a/mkxp.json +++ b/mkxp.json @@ -8,8 +8,12 @@ // working directory (when compiled with // -DWORKDIR_CURRENT). All other paths are resolved // relative to gameFolder and ignoring both RTPs and - // encrypted archives. - + // encrypted archives. Since this is JSON, any + // backslashes in paths need to be escaped (i.e. a + // single backslash becomes a double backslash). If + // that's too much hassle, you can use a single forward + // slash instead (even on Windows). + // Some influential environment variables, set them to either "1" or "0": // "MKXPZ_WINDOWS_CONSOLE" // - Enables/disables the extra console window on Windows. It appears by