From 1ac2bd6741a9e43e8c05c1a5989a50773e9b04c2 Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Sat, 10 Feb 2018 00:18:08 +0100 Subject: [PATCH] more docs --- qcsrc/common/effects/effectinfo.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qcsrc/common/effects/effectinfo.inc b/qcsrc/common/effects/effectinfo.inc index 2a514b66a..b023734e6 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); -- 2.39.2