Archive

Archive for October, 2010

How to change spawn time in Battlefield 2 & lots more! Part III

04/10/2010 16 comments

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!

Wall
A bunker ๐Ÿ˜‰ make sure you leave a Read more…