]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
Added a bit explanation in the beginning of CSQC, MENUQC, SVQC and GAMEQC blocks
authorLegendaryGuard <rootuser999@gmail.com>
Sun, 14 Feb 2021 11:54:24 +0000 (11:54 +0000)
committerLegendaryGuard <rootuser999@gmail.com>
Sun, 14 Feb 2021 11:54:24 +0000 (11:54 +0000)
Programming-QuakeC-stuff-in-Xonotic.md

index 9ba83f2e6bd077049f1a24a6e9e7d4115fea35ef..7baf0c6124427285f8d67e2be70e61d831096076 100644 (file)
@@ -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***