From cbf3c00cc47d47a73d8bffc0483d16c958655edb Mon Sep 17 00:00:00 2001 From: LegendaryGuard Date: Sun, 14 Feb 2021 11:54:24 +0000 Subject: [PATCH] Added a bit explanation in the beginning of CSQC, MENUQC, SVQC and GAMEQC blocks --- Programming-QuakeC-stuff-in-Xonotic.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Programming-QuakeC-stuff-in-Xonotic.md b/Programming-QuakeC-stuff-in-Xonotic.md index 9ba83f2..7baf0c6 100644 --- a/Programming-QuakeC-stuff-in-Xonotic.md +++ b/Programming-QuakeC-stuff-in-Xonotic.md @@ -2,6 +2,8 @@ # CSQC, MENUQC, SVQC and GAMEQC blocks +Xonotic uses the ***csprogs.dat*** from the server you're playing on, as it must match the server's ***progs.dat*** code (whereas your ***menu.dat*** is always your local copy). + Menu and HUD code are actually separated as they run in 2 distinct programs: ***csprogs.dat*** and ***menu.dat*** Server program is ***progs.dat*** -- 2.39.2