From 1e79075b794c40b529e30f3d0124810e5408ae2d Mon Sep 17 00:00:00 2001 From: James R Date: Fri, 3 Mar 2023 03:54:32 -0800 Subject: [PATCH] Add instructions to the 'Are you using MSDOS 8.3 filenames in Zone Builder?' error --- src/d_main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/d_main.c b/src/d_main.c index a543ea333..3b72cb3b2 100644 --- a/src/d_main.c +++ b/src/d_main.c @@ -1639,6 +1639,10 @@ void D_SRB2Main(void) I_Error("Bad '%s' level warp.\n" #if defined (_WIN32) "Are you using MSDOS 8.3 filenames in Zone Builder?\n" + "\n" + "To check: edit the Ring Racers game configuration in Zone Builder.\n" + "Go to the Testing tab and make sure \"Use short paths and file names\" is turned off.\n" + "(The option is hidden by default. Check \"Customize parameters\" to show it.)\n" #endif , word); }