Jump to content

SP Rapid Fire and Infinite Ammo


Recommended Posts

Just wanted to a little cheat for SP, looked it up on google and found versions that didn't seem to work. 

 

The only ones that ever seemed to work was when it was on file front. But alas, that website vanished. 

 

Would this have to do with my current version of JA? 

 

I'm currently on Mac using the JA V 1.0.1.0 version

 

Any help would be appreciated. 

 

Regards

 

LD

 

Link to comment

You can do it yourself. Open the EXT_DATA/Weapons.dat. Look for the Weapon like this:

 
// WP_BRYAR_PISTOL
{
weapontype       WP_BRYAR_PISTOL
weaponclass      weapon_bryar_pistol
weaponmodel      models/weapons2/briar_pistol/briar_pistol.md3
worldmodel       models/weapons2/briar_pistol/briar_pistol_w.glm
weaponIcon       gfx/hud/w_icon_briar
missileFuncName bryar_func
altmissileFuncName bryar_alt_func
ammotype         2
ammolowcount     15
energypershot    1 <-----------Change this to 0 and the weapon won't waste any Ammo
firetime         400
range            8192
altenergypershot 1<-----------Change this to 0 and the weapon won't waste any Ammo
altfiretime      400
altrange         8192
muzzleEffect bryar/muzzle_flash
altmuzzleEffect bryar/altmuzzle_flash
altchargesound sound/weapons/bryar/altcharge.wav
altchargeforce   fffx/weapons/bryar/altcharge
selectSound sound/weapons/bryar/select.wav
selectforce     fffx/weapons/bryar/select
}
 
Link to comment
weapontype       WP_BRYAR_PISTOL

weaponclass      weapon_bryar_pistol

weaponmodel      models/weapons2/briar_pistol/briar_pistol.md3

worldmodel       models/weapons2/briar_pistol/briar_pistol_w.glm

weaponIcon       gfx/hud/w_icon_briar

missileFuncName bryar_func

altmissileFuncName bryar_alt_func

ammotype         2

ammolowcount     15

energypershot    1 

firetime         400 <---- Lower value means faster shooting

range            8192

altenergypershot 1

altfiretime      400 <---- Lower value means faster shooting for alternative fire

altrange         8192

muzzleEffect bryar/muzzle_flash

altmuzzleEffect bryar/altmuzzle_flash

altchargesound sound/weapons/bryar/altcharge.wav

altchargeforce   fffx/weapons/bryar/altcharge

selectSound sound/weapons/bryar/select.wav

selectforce     fffx/weapons/bryar/select

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...