Updated to Revision 274

This commit is contained in:
Marc-André Fournier Boulet 2013-04-12 21:02:40 -04:00
parent ba2b0db5e7
commit 0a044b3ff1
50 changed files with 6 additions and 6 deletions

View File

@ -260,7 +260,7 @@ local SA25mm = {}
SA25mm.type = "Guns"
SA25mm.name = "25mm Semiautomatic Cannon"
SA25mm.desc = "Semiautomatic cannons offer better payloads than autocannons and less weight at the cost of rate of fire. The 25mm semiauto can quickly put five rounds downrange, being lethal, yet light."
SA25mm.model = "models/semiauto/autocannon_20mm.mdl"
SA25mm.model = "models/autocannon/semiautocannon_25mm.mdl"
SA25mm.caliber = 2.5
SA25mm.gunclass = "SA"
SA25mm.weight = 700
@ -284,7 +284,7 @@ local SA37mm = {}
SA37mm.type = "Guns"
SA37mm.name = "37mm Semiautomatic Cannon"
SA37mm.desc = "Semiautomatic cannons offer better payloads than autocannons and less weight at the cost of rate of fire. The 37mm is surprisingly powerful, its five-round clips boasting a respectable payload and a high muzzle velocity."
SA37mm.model = "models/semiauto/autocannon_30mm.mdl"
SA37mm.model = "models/autocannon/semiautocannon_37mm.mdl"
SA37mm.caliber = 3.7
SA37mm.gunclass = "SA"
SA37mm.weight = 1000
@ -308,7 +308,7 @@ local SA45mm = {}
SA45mm.type = "Guns"
SA45mm.name = "45mm Semiautomatic Cannon"
SA45mm.desc = "Semiautomatic cannons offer better payloads than autocannons and less weight at the cost of rate of fire. The 45mm can easily shred light armor, with a respectable rate of fire, but its armor penetration pales in comparison to regular cannons."
SA45mm.model = "models/semiauto/autocannon_40mm.mdl"
SA45mm.model = "models/autocannon/semiautocannon_45mm.mdl"
SA45mm.caliber = 4.5
SA45mm.gunclass = "SA"
SA45mm.weight = 1600
@ -332,7 +332,7 @@ local SA57mm = {}
SA57mm.type = "Guns"
SA57mm.name = "57mm Semiautomatic Cannon"
SA57mm.desc = "Semiautomatic cannons offer better payloads than autocannons and less weight at the cost of rate of fire. The 57mm offers the closest thing to a tank cannon, but still lacking in power."
SA57mm.model = "models/semiauto/autocannon_50mm.mdl"
SA57mm.model = "models/autocannon/semiautocannon_57mm.mdl"
SA57mm.caliber = 5.7
SA57mm.gunclass = "SA"
SA57mm.weight = 2100
@ -876,7 +876,7 @@ local Semiautomatic = {}
Semiautomatic.sound = "acf_extra/tankfx/gnomefather/25mm1.wav"
Semiautomatic.soundDistance = " "
Semiautomatic.soundNormal = " "
GunClass["SA"] = Semiautomatic
local HeavyMachinegun = {}

View File

@ -2,7 +2,7 @@ ACF = {}
ACF.AmmoTypes = {}
ACF.MenuFunc = {}
ACF.AmmoBlacklist = {}
ACF.Version = 269 -- Make sure to change this as the version goes up or the update check is for nothing! -wrex
ACF.Version = 274 -- Make sure to change this as the version goes up or the update check is for nothing! -wrex
ACF.CurrentVersion = 0 -- just defining a variable, do not change
print("[[ ACF Loaded ]]")

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.