Post tutorial RSS Making Weapon Animations Play Faster

How to make weapon animations play faster in BF2.

Posted by on - Basic Animation

Ok, first, go to the AnimationSystem files for that weapon. These would be located at objects_server/weapons/handheld/(thegunyouaremodding)/AnimationSystem1p.inc.

Open it up with Notepad, and at the top of the document, there's a list of the animations with a time value you can edit. This is the time it takes to play that animation. Change the value to what you want, or if there isn't a time value under that animation, just add the line animationManager.length # and change it to the value you want.

....
animationSystem.createAnimation Objects/Weapons/Handheld/AK47/Animations/1p/1p_AK47_reload.baf
animationManager.looping 0
animationManager.length 3.5
....

You must also edit any necessary sounds so they play at the same speed as the animation.

If you're editing a reload, make sure to change the line ObjectTemplate.ammo.reloadTime to your new reload time.
(in the .tweak file of that weapon).

PM me if you somehow have problems.

Comments
DickyArya
DickyArya

thanks

Reply Good karma Bad karma+1 vote
g-darius
g-darius

Sorry, but i don't find the file, ¿is because my version of the game is 1.50?. Only find a image of the weapon/object.

Reply Good karma Bad karma+1 vote
Guest
Guest

Me too. I can find the Animations folder for some weapons, but not others? 92FS pistol has no Animations folder. Shame, since it would be nice to speed up pistol reloads.

Reply Good karma Bad karma+1 vote
phongvn23
phongvn23

are you sure?

Reply Good karma Bad karma+1 vote
Tactical_Vodka
Tactical_Vodka

my object_server file is zipped...

Reply Good karma Bad karma+1 vote
IQ4UStudio
IQ4UStudio

how to make custom anmation for bf2 :(

Reply Good karma Bad karma+1 vote
Guest
Guest

"You must also edit any necessary sounds so they play at the same speed as the animation". where should I find it?

Reply Good karma Bad karma0 votes
scn-section
scn-section

You might have to edit the reload sound manual and use any app that can edit (fasten or longing) the reload sound of the gun youre using. And if you're looking for the sound file, well its in the Sound file either in objectclient or objectserver.

Reply Good karma Bad karma+1 vote
Post a comment
Sign in or join with:

Only registered members can share their thoughts. So come on! Join the community today (totally free - or sign in with your social account on the right) and join in the conversation.