ItsMods

Full Version: Removing footsteps whilst crouching
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey,

Was wondering if anyone can point me in the right direction for turning off footsteps in Black Ops whilst crouching. Have been trying for a while now and can't seem to find anything that works.

Any help is much appreciated

Cheers,
Ian
you mean the footstep sounds?
I'm pretty sure that's impossible.
i rly dont know what he means, here are a few hints for all kind of footsteps settings

player_footstepsThreshhold
perk_footstepVolumeEnemy
perk_footstepVolumeAlly
perk_footstepVolumePlayer
compassEnemyFootstepEnabled
compassEnemyFootstepMaxZ
compassEnemyFootstepMaxRange

cg_footsteps
cg_footprints
footstep_sounds_cutoff

EDIT// and now he is OFFLINE..i rly hate that, this makes me enrage if we are trying to help and he doesnt even answer
(03-14-2011, 10:34)d0h! Wrote: [ -> ]i rly dont know what he means, here are a few hints for all kind of footsteps settings

player_footstepsThreshhold
perk_footstepVolumeEnemy
perk_footstepVolumeAlly
perk_footstepVolumePlayer
compassEnemyFootstepEnabled
compassEnemyFootstepMaxZ
compassEnemyFootstepMaxRange

cg_footsteps
cg_footprints
footstep_sounds_cutoff

Do you just know these off the top of your head lol you responded with those pretty fast
nah just looked through the dvar list
I forgot i have a pastebin link to that bookmarked that would have been really helpful yesterday o well Undecided
(03-14-2011, 10:34)d0h! Wrote: [ -> ]i rly dont know what he means, here are a few hints for all kind of footsteps settings

player_footstepsThreshhold
perk_footstepVolumeEnemy
perk_footstepVolumeAlly
perk_footstepVolumePlayer
compassEnemyFootstepEnabled
compassEnemyFootstepMaxZ
compassEnemyFootstepMaxRange

cg_footsteps
cg_footprints
footstep_sounds_cutoff

EDIT// and now he is OFFLINE..i rly hate that, this makes me enrage if we are trying to help and he doesnt even answer

help me now doh!
Something like

Code:
if(getStance = "crouch"){
SetDvar "DVAR for steps off"
}
else{
setDvar "another DVAR for steps on"
}

?
Don't really know Big Grin