diff --git a/source/core/gamecontrol.cpp b/source/core/gamecontrol.cpp index 12e5952a3..7abe11f17 100644 --- a/source/core/gamecontrol.cpp +++ b/source/core/gamecontrol.cpp @@ -653,7 +653,11 @@ static TArray SetupGame() { // Abort if no game data found. G_SaveConfig(); - I_Error("Unable to find any game data. Please verify your settings."); + I_Error("Unable to find any game data. Please verify your settings.\n" + "Install game data files in subfolders of: " + M_GetAppDataPath(false) + "\n\n" + "For example, you can create a 'duke' folder inside the above folder\n" + "and place DUKE3D.GRP and DUKE.RTS (case-insensitive) in the 'duke' folder.\n" + "Subfolders can have any name. The name has no bearing on game recognition."); } decltype(groups) usedgroups;