| Before you begin, please refer to Tutorial - Making the .tweak File Modifiable, which teaches you how to make a .tweak file modifiable. You must be able to do this for all of my tutorials. C4 Explosives Folder Location First, we need to locate the location of the C4 Explosives folder. 1. Navigate to C:/BF2_Directory/mods/bf2/. 2. Open Objects_Server.zip. 3. Open Weapons/Handheld/c4_explosives/. Explosion Damage Next, we can begin modifying the C4 Explosives Explosion Damage. 1. Open c4_explosives.tweak with Notepad. (Be sure it is NOT Read-Only!!!!) 2. CTRL + F and type "ObjectTemplate.detonation.explosionDamage". 3. Change the number (1000) after explosionDamage to a number of your choice (do NOT exceed 3000). Explosion Force Now, we can modify the C4 Explosives Explosion Force. This is what actually causes a player to go up into the air when it is under them. 4. CTRL + F and type "ObjectTemplate.detonation.explosionForce". 5. Change the number (17) after explosionForce to a number of your choice (the higher the number, the higher a player will go). Explosion Radius In this part, we will modify the C4 Explosives Explosion Radius. 6. CTRL + F and type "ObjectTemplate.detonation.explosionRadius". 7. Change the number (7) after explosionRadius to a number of your choice. 8. CTRL + S or File>Save. 9. Close c4_explosives.tweak.
|