Battlefield 2 Modding Tutorials
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Navigation
 Portal
 Forums
 Memberlist
 Profile
 FAQ
 Search
Latest topics
» How to change speed and jump height in BF2 - Single Player
How to modify weapons in BF2 - Single Player I_icon_minitimeThu Feb 11, 2010 5:50 am by Raging Piggles

» How to modify weapons in BF2 - Single Player
How to modify weapons in BF2 - Single Player I_icon_minitimeThu Feb 11, 2010 5:25 am by Raging Piggles

» How to be invincible in BF2 - Single Player
How to modify weapons in BF2 - Single Player I_icon_minitimeThu Feb 11, 2010 5:09 am by Raging Piggles


How to modify weapons in BF2 - Single Player

Go down

How to modify weapons in BF2 - Single Player Empty How to modify weapons in BF2 - Single Player

Post by Raging Piggles Thu Feb 11, 2010 5:25 am

How to modify weapons in BF2
Go to My Computer --> Local Disk (C:) --> Program Files --> EA Games --> Battlefield 2 --> mods --> bf2 --> Objects_server.zip --> Weapons --> Handheld
Select the weapon you want - weapons are named by team, type and then name.
(For Example: USRIF_M4 = Team: US Type: Rifle Name: M4)
Open the .tweak file, it should open a text window
You will see a lot of words and numbers

To Mod Damage
Scroll down until you find
ObjectTemplate.damage 25
Change this to whatever damage you would like
(most soldiers will have 100 hits)
Save the file exactly as it is once done

To Change Rate Of Fire
Scroll down until you find
ObjectTemplate.fire.addFireRate 0
Change this to whatever rate of fire wanted
0 = Single shot
1 = Burst
2 = Full Auto
You can add all 3 if you want by adding
ObjectTemplate.fire.addFireRate 2
ObjectTemplate.fire.addFireRate 1
ObjectTemplate.fire.addFireRate 0
instead of
ObjectTemplate.fire.addFireRate 0
Save the file exactly as it is once done

To Mod Zoom In
Scroll down until you find
ObjectTemplate.zoom.addZoomFactor 0
Change this number to whatever zoom you want
(Sniper zoom is 0.45)
To add two click zoom (so two modes of zoom) add another line of
ObjectTemplate.zoom.addZoomFactor 0
and change the number to whatever zoom you want
Save the file exactly as it is once done

To Mod Reload Time
Scroll down until you find
ObjectTemplate.ammo.reloadTime 4.7
Change to however quick you want to reload
(time is in seconds)
Save the file exactly as it is once done
*Note: The reload animation will continue even though gun is reloaded, can still shoot while it is doing this

Raging Piggles
Admin

Posts : 4
Join date : 2010-02-11
Location : NZ

http://bf2mods.roflforum.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum