Hello,
i've spent literally 10 hours sitting with Sunbeam's table and console, and found some interesting things.
First, thanks Sunbeam, you are awesome!
Second,
listcvars
doesnt list ALL cvars, only those beginning with G in alphabetical order. Thus
condump
-ing doesn't give you whole list either. If you'll try forcing A-to-F (and even a half of G) subset to show with optional parameters as described in listcvars (e.g. search string and wildcards), such as
listcvars ^anim_
- console will freak out somewhat
(it deletes first symbol and turns string yellow, didn't figure out what it means, it seems like obscure bug/feature). BUT, using TAB (linux-style autocompletion) you can find them, just type letter "a" in an empty console and then press TAB. It will show you all cmds and cvars beginning with letter "a". This way i found that there are much more cvars (see spoiler).
Third, i found some cool cvars, for anyone who doesn't feel like trying to figure useful cvars from huge list (see below).
Some of them i've tested and some of them look interesting. Basically many weapon_*, p_*, pm_*, mainmenu_* and g_* cvars are worth checking. You can output a subset of cvars
with explanations to console using
listcvars - help ^weapon_
(unless it starts with letters A-G due to things shown above)
r_TAAnumsubsamples Number of antialiasing samples, reduces blurriness without turning AA completely (4..32)
chainsaw_EnableAttackFinisher
chainsaw_gloryKillsCostNoAmmo
g_damagesave Set this to 1 and closer you are to death the less damage you receive (0..1)
g_damageScaleAllToSlayer Plain modifier on final damage to you from all sources, set to decimal like 0.1 (ten times less damage) or 2.5
g_ammoscalar max ammo temporary modifier (2 means double the ammo)
g_giveExtraLives set to 10 and then back to 0 to add 10 extra lives
envsuit_dashignoremeter unlimited dash - setting it to 1 makes game ignore dash cooldown, and use fixed delay instead, delay is set with next command:
envsuit_dashretriggertime default is 500, 300 feels like normal double dash delay
Hope that info saves you guys some time.
So appeciate, much thanks