From: LegendaryGuard Date: Sun, 14 Feb 2021 11:54:24 +0000 (+0000) Subject: Added a bit explanation in the beginning of CSQC, MENUQC, SVQC and GAMEQC blocks X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=cbf3c00cc47d47a73d8bffc0483d16c958655edb;p=xonotic%2Fxonotic.wiki.git Added a bit explanation in the beginning of CSQC, MENUQC, SVQC and GAMEQC blocks --- 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***