I think that the sound of the PR is very good:wink
I look for Explosive sound..
For example.... grenade explosive sound.. 20mm hit sound
However, it is not found
What hierarchy is there it at?
I want to use it personally

Code: Select all
C:\Program Files\EA GAMES\Battlefield 2\mods\pr\objects\objects_client.zip\Weapons\<weapon_class>\<weapon_name>\Sounds\
Actually effect related sounds such as these are done a bit differently. The weapon tweak calls up a GenericProjectile (sometimes located in that weapons tweak sometimes it has its own when its a projectile used in multiple weapons like a bullet). Within that projectile it sets an end effect for the projectile (what happens when it disappears); the end effect is stored in the objects/effects folder. That effect generates a number of visual effects that you see in game and call's up sounds stored as below in the common client folder.clueless_noob wrote:Sounds can be found from:Code: Select all
C:\Program Files\EA GAMES\Battlefield 2\mods\pr\objects\objects_client.zip\Weapons\<weapon_class>\<weapon_name>\Sounds\



