Skip to content

Commit

Permalink
Double diff update
Browse files Browse the repository at this point in the history
Added double clutch to double diff.
  • Loading branch information
Fervidusletum committed Mar 4, 2015
1 parent ba52fb3 commit 47f15ae
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.txt
Expand Up @@ -127,3 +127,6 @@ r500
-Buffed 105mm howitzer (1810 kg -> 1480 kg, longer round, higher max propellant)
-Buffed 122mm howitzer (3520 kg -> 3420 kg, longer round, higher max propellant)
-Rolled back change to MG; they can now fire APHE and HE again

*r535
-Added double clutch funtionality to double diff gearboxes
3 changes: 3 additions & 0 deletions lua/acf/shared/gearboxes/doublediff.lua
Expand Up @@ -25,6 +25,7 @@ ACF_DefineGearbox( "DoubleDiff-T-S", {
maxtq = GearDDST,
gears = 1,
doublediff = true,
doubleclutch = true,
geartable = {
[ 0 ] = 0,
[ 1 ] = 1,
Expand All @@ -42,6 +43,7 @@ ACF_DefineGearbox( "DoubleDiff-T-M", {
maxtq = GearDDMT,
gears = 1,
doublediff = true,
doubleclutch = true,
geartable = {
[ 0 ] = 0,
[ 1 ] = 1,
Expand All @@ -59,6 +61,7 @@ ACF_DefineGearbox( "DoubleDiff-T-L", {
maxtq = GearDDLT,
gears = 1,
doublediff = true,
doubleclutch = true,
geartable = {
[ 0 ] = 0,
[ 1 ] = 1,
Expand Down
2 changes: 1 addition & 1 deletion lua/autorun/acf_globals.lua
Expand Up @@ -2,7 +2,7 @@ ACF = {}
ACF.AmmoTypes = {}
ACF.MenuFunc = {}
ACF.AmmoBlacklist = {}
ACF.Version = 535 -- REMEMBER TO CHANGE THIS FOR GODS SAKE, OMFG!!!!!!! -wrex Update the changelog too! -Ferv
ACF.Version = 536 -- REMEMBER TO CHANGE THIS FOR GODS SAKE, OMFG!!!!!!! -wrex Update the changelog too! -Ferv
ACF.CurrentVersion = 0 -- just defining a variable, do not change

ACF.Year = 1945
Expand Down
Binary file removed sound/acf_extra/vehiclefx/engines/v8/gwv1380.tmp
Binary file not shown.
Binary file not shown.

0 comments on commit 47f15ae

Please sign in to comment.