mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'improve-msdos-83-error' into 'master'
Add instructions to the 'Are you using MSDOS 8.3 filenames in Zone Builder?' error See merge request KartKrew/Kart!1011
This commit is contained in:
commit
1cbc4944ba
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue