Results 1 to 12 of 12
  1. #1
    Hiukuss's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    7

    Post Modding BF2 vehicle health,Weapon ammo

    Well,heres first,lets start with the unlimited Ammo
    ~AMMUNITION~
    1.Locate your BF2 Directory ( EG. C:\Program Files\EA Games\Battlefield 2 )
    2.Open the folder called "Mods",then "BF2"
    3.Find the Objects_server.rar(or zip)
    3B.before proceeding,make a backup of the .RAR(or zip)
    4.Extract the contents of Objects_server to desktop
    5.After step 4,Find the folders called "Weapons" and "Vehicles"
    6.Inside,it should look like this
    Vehicles:[IMG]https://i868.photobucke*****m/albums/ab245/hiukuss/MPGH/2.jpg[/IMG]
    Weapons:[IMG]https://i868.photobucke*****m/albums/ab245/hiukuss/MPGH/1.jpg[/IMG]
    ~~~
    7.Open the folder called "Weapons",Then enter the folder called "Handheld"
    7B.you'll see ALOT of folders,we'll just edit 1 for now.
    8.For this Demo,i will use the M249SAW,the folder is called "USLMG_M249SAW"
    9.Open the folder,you will see a .tweak file,how ironic.
    10.Before we can edit,you must change the properties of the file,Right click the file called "USLMG_M249SAW.tweak" and click PROPERTIES
    10B.Uncheck Read-Only,then save+close.
    11.Open the .tweak file with Notepad,Notepad++,Wordpad or anything
    12.Scroll down until you see this line of text
    rem ---BeginComp: DefaultAmmoComp ---
    ObjectTemplate.createComponent DefaultAmmoComp
    ObjectTemplate.ammo.ammoType 1
    ObjectTemplate.ammo.magSize 200
    ObjectTemplate.ammo.reloadTime 6.666
    rem ---EndComp ---
    13.Change ObjectTemplate.ammo.magSize 200 to -1,then it will have unlimited ammo
    it should look like this:
    [IMG]https://i868.photobucke*****m/albums/ab245/hiukuss/MPGH/3.jpg[/IMG]
    I change the magSize 200 to -1 for unlim. ammo
    Now if you want to do this with any other weapon,follow these instructions,or skip them
    ~AMMO2~
    1.Copy this line ObjectTemplate.ammo.magSize -1
    2.Find your weapon file(EG. USPIF_92FS,w/e)
    3.Open the .tweak file
    4.File this line of text
    rem ---BeginComp: DefaultAmmoComp ---
    ObjectTemplate.createComponent DefaultAmmoComp
    ObjectTemplate.ammo.ammoType 1
    ObjectTemplate.ammo.reloadTime 6.666
    rem ---EndComp ---
    4B.Usually,there is no magSize line,so we need to add it,if not,refer to step 13
    5.add ObjectTemplate.ammo.magSize -1 below reloadTime
    6.Then save,then make the file Read-Only again.
    Now time for Vehicles!! yay!
    1.Open your extracted Vehicles folder(Picture step 6)
    2.Locate the folder called "Land"
    2B,or Air,Sea,this lesson im using Land.
    3.Open the LAND folder
    4.Open any vehicle folder,im using HMMWV(Hummer)
    5.find the .tweak file,uncheck read only in properties
    5B.open the file,duhhhh
    6.Find the lines
    rem ---BeginComp:Armor ---
    ObjectTemplate.createComponent Armor
    ObjectTemplate.armor.maxHitPoints 1
    ObjectTemplate.armor.hitPoints 1
    it should be near the top
    7.Change the maxHitpoints to 9000000
    7B.change hitPoints to 9000000
    8.Now the vehicle is indestructable
    9.its the same with aircraft and Sea
    ~~~~ENDING STEPS~~~~~~
    1.Make all the files you edited Read-Only again
    2.Open your Objects_Server and add the Folders "Weapons" and "Vehicles" back in
    3.Place your Tweaked RAR(or zip) into this folder
    Common folder:C:\Program Files\EA Games\Battlefield 2\mods\bf2
    Then you should be good
    ~~~~~
    Thanks for reading
    need help? im making a video soon
    PM me if you need help
    Last edited by Hiukuss; 09-11-2010 at 12:40 AM.

  2. The Following 2 Users Say Thank You to Hiukuss For This Useful Post:

    EL Surenzo dA KK Caponeiyl (04-14-2015),Peter8 (09-12-2010)

  3. #2
    nkewk's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Cool
    Can you get banned for this?

  4. #3
    Comet's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    MPGH
    Posts
    6,433
    Reputation
    376
    Thanks
    805
    My Mood
    Amazed
    It's modding, I wouldn't thinks so.
    Good Job with the guide.

  5. #4
    Hiukuss's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    7
    No,you cant connect to an internet server,i don't know how to add mods to your own server,i tried it with the dedicated Slauncher,but heres the downside with tweaking
    You can't connect to an Online server,unless the server is like yours >_>
    Sorry i know that sucks -.-

  6. #5
    darthbobo1's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    166
    Reputation
    10
    Thanks
    89
    My Mood
    Cheeky
    this wont work online? ....


    nvm i didn't see the above post

  7. #6
    Peter8's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    240
    Reputation
    9
    Thanks
    22
    wow thanks mate.. so the vehicle speed thing doesnt work for internet too?

  8. #7
    Hiukuss's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    7
    Nope,your files must be the original ones or you cant play on the internet,sorry
    The server's use the Original content,but you do not so that = a no no

    Quote Originally Posted by Hiukuss View Post
    3.Find the Objects_server.rar(or zip)
    3B.before proceeding,make a backup of the .RAR(or zip)
    If you want to play on the Internet,You must have your original content
    That's why we made a backup,If you fail to do so,NO INTERNET FOR YOU!
    Always,ALWAYS make a backup of ANYTHING that your editing
    Just in case,if it bugs..ETC

    If you forget to make a backup well
    If you forget something,blame yourself,not me/anyone else.
    Shank you very much.
    Last edited by Comet; 09-15-2010 at 05:57 AM.

  9. #8
    Tobibb's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    5
    My Mood
    Psychedelic
    looks nice

  10. #9
    Chesus's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    1
    My Mood
    Happy
    I dont understand this porperly, because when i have modded the files, how can i put it in Object_Server again?

  11. #10
    Irony's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    MPGH where else?
    Posts
    5,969
    Reputation
    285
    Thanks
    539
    My Mood
    Busy
    Pics or Gtfo. Actually Tits or gtfo

  12. #11
    Hiukuss's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    7
    Quote Originally Posted by Vocal View Post
    Pics or Gtfo. Actually Tits or gtfo
    Haha,there are pics
    And What i mean by putting it back into Objects_server
    Open the RAR,Delete like Weapons and Vehicles
    Put the modded weapons/vehicles in the Rar,then there you go,put it back and walla.

  13. #12
    keppier's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Suomi
    Posts
    1
    Reputation
    10
    Thanks
    0
    Thanks for this guys!

Similar Threads

  1. [Help Request] Check weapon ammo
    By mirc00 in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 2
    Last Post: 08-25-2011, 12:14 AM
  2. [Info] Any Texture mod gp or nx weapon.
    By Disturbed 24/7 in forum Combat Arms Mod Request
    Replies: 5
    Last Post: 06-23-2011, 10:37 PM
  3. [Release] Mod No Reload All Weapon
    By stanik1 in forum CrossFire Mods & Rez Modding
    Replies: 17
    Last Post: 07-07-2010, 07:52 AM
  4. The *new* badge, new weapons?, AMMO BOX!?
    By wouter11 in forum WarRock - International Hacks
    Replies: 3
    Last Post: 04-21-2009, 06:41 AM
  5. Health and ammo!
    By H4x4ever in forum WolfTeam General
    Replies: 10
    Last Post: 10-08-2008, 08:40 PM