From 0081b2cb603079c8dbedd2b3be030611db1300c1 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 17 Apr 2026 16:59:13 +0200 Subject: [PATCH] added some troubleshooting suggestions to -help --- commandline.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/commandline.cpp b/commandline.cpp index f8bca7a5..c85f63bd 100644 --- a/commandline.cpp +++ b/commandline.cpp @@ -428,6 +428,12 @@ int arg::readCommon() { printf(" -MK ID n - start with n of kills of monster ID (cheat)\n"); printf(" -canvas ID - set background color or pattern code for the canvas\n"); + printf("\nTroubleshooting suggestions:\n"); + printf(" -c test1 -s test2 - to check if config/score files are responsible\n"); + printf(" -noshaders -o0 -wm 3 -mm 2 - to disable complex graphics (-o0 disables OpenGL, -wm and -mm disable 3D walls/monsters)\n"); + printf(" -log-all -log-to error.txt - to log everything to a file error.txt\n"); + printf(" -offline - to troubleshoot online connection issues\n"); + exit(0); } else return 1;