Page 1 of 1
How do i block?
Posted: Mon Apr 26, 2010 9:50 pm
by HJGF
Hi guys I was wonderign if there was a wayto block crouching and prone (thats how u say it right?) thanks
Re: How do i block?
Posted: Tue Apr 27, 2010 1:02 am
by freddy
interesting idea, i guess you must go throw and change the anim states?
Re: How do i block?
Posted: Tue Apr 27, 2010 1:10 am
by HJGF
Thanks dude ill try that
Re: How do i block?
Posted: Thu Apr 04, 2013 3:42 am
by Swaffy
I am bumping this thread, because:
Does anyone know how to disable using the prone position? I would like to know this for client side and/or server side (mapside) mod. I've seen it before, somewhere.
Re: How do i block?
Posted: Thu Apr 04, 2013 4:09 am
by Apache Thunder
I disabled prone in my BFH'42 mod. I remmed out the "run AnimationStatesLie" code line in the AnimationStates.con file. You do need to make sure to rem out any instances of any handweapon animation tweak lines that refer to the prone/lie animations. That includes the "transition" animations that transition the soldier from/to the prone/lie position. You can look at the files in my BFH'42 mod to see what I did.
Once disabled this way, even bots can't prone anymore.

Re: How do i block?
Posted: Thu Apr 04, 2013 6:10 am
by Swaffy
Oh, that's where it was. What you said makes a lot of sense, I'll put that on my must-try list.