Archive
How to change spawn time in Battlefield 2 & lots more! Part III
In this post I’m gonna write some cool tweaks for Battlefield2, Please make sure you’ve already read Part I & Part II because things here won’t be explained in much detail.
Open any .tweak file of a weapon and try these tweaks ๐
1-Shoot walls from your gun
To protect your self against tanks or other soldiers you can shoot a wall!ย just change the projectile type of a weapon to barrier_blocks_high_8m , if you try it now you’ll end up stuck inside the wall haha! ๐
You have to add this line (got it from c4_explosives.tweak and changed some values):
ObjectTemplate.fire.projectileStartPosition 0/0/7
Search for the block that begins with the line
rem —BeginComp:SingleFireComp —
and add it there..
This means the projectile (a wall in our case) will have a position of 0 units on X, 0 units on Y , 7 units on Z which means the wall will be 7 units in front of you. note thatย x,y,z are relative to the player…
The cool thing is that these walls are real! yes, bullets cannot get through :D!
A bunker ๐ make sure you leave a Read more…