]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/effects/effectinfo.inc
more docs
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / effects / effectinfo.inc
index 2a514b66a71758fed38ff945bdc853586de036f7..b023734e60ce803985088758aac6d2c690bdca40 100644 (file)
@@ -1,5 +1,7 @@
 // docs: https://www.quakewiki.net/darkplaces-wiki/effectinfo-scripting-reference/
-// use cl_particles_reloadeffects to reload effects without restarting engine
+// use `cl_particles_reloadeffects` to reload effects without restarting engine
+// `dumpeffectinfo` currently doesn't work so edit effectinfo.txt manually, just try to keep the files in sync
+// `tex` are indices into particles/particlefont.tga, the first is inclusive, second exclusive
 
 // item respawn effect
 DEF(TE_WIZSPIKE);