]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Programming-QuakeC-stuff-in-Xonotic.md
Added a bit explanation in the beginning of CSQC, MENUQC, SVQC and GAMEQC blocks
[xonotic/xonotic.wiki.git] / 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***