Updated to Revision 319

This commit is contained in:
Marc-André Fournier Boulet 2013-05-03 12:50:44 -04:00
parent 2e6047098b
commit cc53b8c233
20 changed files with 5 additions and 5 deletions

View File

@ -171,7 +171,7 @@ local Engine9Wank= {}
Engine9Wank.type = "Mobility" Engine9Wank.type = "Mobility"
Engine9Wank.name = "900cc Rotary" Engine9Wank.name = "900cc Rotary"
Engine9Wank.desc = "Small rotary engine, very high strung and suited for yard use." Engine9Wank.desc = "Small rotary engine, very high strung and suited for yard use."
Engine9Wank.model = "models/engines/emotorsmall2.mdl" Engine9Wank.model = "models/engines/wankelsmall.mdl"
Engine9Wank.sound = "ACF_engines/wankel_small.wav" Engine9Wank.sound = "ACF_engines/wankel_small.wav"
Engine9Wank.category = "Rotary" Engine9Wank.category = "Rotary"
Engine9Wank.weight = 35 Engine9Wank.weight = 35
@ -195,7 +195,7 @@ local Engine13Wank= {}
Engine13Wank.type = "Mobility" Engine13Wank.type = "Mobility"
Engine13Wank.name = "1.3L Rotary" Engine13Wank.name = "1.3L Rotary"
Engine13Wank.desc = "Medium Wankel for general use. Wankels have a somewhat wide powerband, but very high strung." Engine13Wank.desc = "Medium Wankel for general use. Wankels have a somewhat wide powerband, but very high strung."
Engine13Wank.model = "models/engines/emotorsmall2.mdl" Engine13Wank.model = "models/engines/wankelmed.mdl"
Engine13Wank.sound = "ACF_engines/wankel_medium.wav" Engine13Wank.sound = "ACF_engines/wankel_medium.wav"
Engine13Wank.category = "Rotary" Engine13Wank.category = "Rotary"
Engine13Wank.weight = 70 Engine13Wank.weight = 70
@ -219,7 +219,7 @@ local Engine20Wank= {}
Engine20Wank.type = "Mobility" Engine20Wank.type = "Mobility"
Engine20Wank.name = "2.0L Rotary" Engine20Wank.name = "2.0L Rotary"
Engine20Wank.desc = "High performance rotary engine." Engine20Wank.desc = "High performance rotary engine."
Engine20Wank.model = "models/engines/emotormed2.mdl" Engine20Wank.model = "models/engines/wankellarge.mdl"
Engine20Wank.sound = "ACF_engines/wankel_large.wav" Engine20Wank.sound = "ACF_engines/wankel_large.wav"
Engine20Wank.category = "Rotary" Engine20Wank.category = "Rotary"
Engine20Wank.weight = 125 Engine20Wank.weight = 125

View File

@ -2,10 +2,10 @@ ACF = {}
ACF.AmmoTypes = {} ACF.AmmoTypes = {}
ACF.MenuFunc = {} ACF.MenuFunc = {}
ACF.AmmoBlacklist = {} ACF.AmmoBlacklist = {}
ACF.Version = 318 -- Make sure to change this as the version goes up or the update check is for nothing! -wrex ACF.Version = 319 -- 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 ACF.CurrentVersion = 0 -- just defining a variable, do not change
--############## --##############
ACF.Version2 = 33 ACF.Version2 = 34
ACF.CurrentVersion2 = 0 ACF.CurrentVersion2 = 0
print("[[ ACF Loaded ]]") 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.