]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
more docs
authorMartin Taibr <taibr.martin@gmail.com>
Fri, 9 Feb 2018 23:18:08 +0000 (00:18 +0100)
committerMartin Taibr <taibr.martin@gmail.com>
Fri, 9 Feb 2018 23:18:08 +0000 (00:18 +0100)
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);