Page 1 of 1

Friction ?

Posted: Sun Mar 16, 2008 14:28
by Lioyd_Irving
Hey, Lioyd here. I'd like to know if there is any command to reduce the friction between the player and the ground. There is no "sv_friction" variable like in Quake, but I'd like to put something to slide on tables...you know, ala John Woo.

Posted: Sun Mar 16, 2008 14:38
by Enjay

Posted: Sun Mar 16, 2008 14:46
by Lioyd_Irving
Thanks, but is there anything for weapon mods ? See, like alias +slide "thingy 1, whatever 1, randomcvar 1", and alias -slide "thingy 0, whatever 0, randomcvar 0", etc. ?
Actually I'd like to find a way to:

-decrease friction
-disable bobbing
-disable swaying
-crouch

all at the same time. Is it possible ?

Posted: Sun Mar 16, 2008 16:21
by Blade Nightflame
Think Friction can also be controlled via the Terrain lump.
Disable bobbing, I think there's a CVAR for that, not sure, or you could make a decorate file that disables the bobbing for weapons. (You can replace the DoomWeapon base for that.)
Crouching can be disabled with Mapinfo.

Posted: Mon Mar 17, 2008 8:44
by Lioyd_Irving
What I need is something to control the friction between the PLAYER and the GROUND, via a KEY. :(

Posted: Sun Apr 06, 2008 12:33
by Extreme
key connected to script that controls the friction.

Posted: Sun Apr 06, 2008 13:28
by Extreme
http://forum.drdteam.org/viewtopic.php? ... t=keyboard here how to bind key to script.

The u can set 2 keys, 1 to decrase the friction and one for increase it.

Posted: Mon Apr 07, 2008 7:10
by Lioyd_Irving
Extreme wrote:u can set 2 keys, 1 to decrase the friction and one for increase it.
In fact i can even use one using the +command and -command so it will only have effect when the key is depressed.

The problem is, I don't know if it'll work properly - some of the players use different defaults, it'd be weird to slide, kill everyone, stop sliding and then end up with different settings. :?