From: Martin Taibr Date: Fri, 9 Feb 2018 23:18:08 +0000 (+0100) Subject: more docs X-Git-Tag: xonotic-v0.8.5~1797^2~1^2~14 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=1ac2bd6741a9e43e8c05c1a5989a50773e9b04c2 more docs --- diff --git a/qcsrc/common/effects/effectinfo.inc b/qcsrc/common/effects/effectinfo.inc index 2a514b66a7..b023734e60 100644 --- a/qcsrc/common/effects/effectinfo.inc +++ b/qcsrc/common/effects/effectinfo.inc @@ -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);