- Calc DPI-Sens + Create Sens-Config
- FAKAHEDA serverhosting
- General POLSKI Topic
- Excessive Plus v2.3
- Studio Quake 3 on YouTube Live
- Studio Quake 3 on Twitch and Facebook
- JUST SALUTE - Who's still around this lovely place?
- better playing planning tool option
- getting up and running - servers/configs
- Youtube
self damage
9. October 2003 - 20:36
Is there a way to turn off self damage.
9. October 2003 - 20:53
#1
self damage
[code:1]ex_dmflags # (DEFAULT: 1)
-------------------------
These are bitflags for common game options like Quake's dmflags.
Example:
Infinite ammo and no self damage would be 32 + 1 = 33
Value | Description
------+-----------------------
1 | No self damage
2 | No falling damage
4 | No health regeneration
8 | No armor regeneration
16 | No ammo regeneration
32 | Infinite ammo
64 | Drop weapons[/code:1]
Since self damage is disabled by default you must be talking about "falling damage".
In that case -> set ex_dmflags 3