ACF Custom Mod V4 - 10.1

Improved Readme.md
This commit is contained in:
bouletmarc 2015-05-04 23:03:42 -04:00
parent fca17e5fef
commit 34810979b2
3 changed files with 115 additions and 8 deletions

117
README.md
View File

@ -1,16 +1,123 @@
# Armoured Combat Framework Custom
# Armoured Combat Framework :
The Armoured Combat Framework is a [Garry's Mod][] addon which creates a balanced, realistic and fun to play combat damage system, simulating projectiles, armor and explosions, as well as engines and gearboxes.
The Custom Mod are Made By Bouletmarc to improve ACF Gaming, this mod are Generally for Racing's
Original ACF are needed to run the Custom mod and you can get the Original ACF [HERE][].
# ACF Custom Mod :
The Custom Mod are Made By Bouletmarc to improve garry's mod ACF Gaming, this mod was made for Racing's at first, but it can be used for lot of things.
--Engine Maker
--Custom Engine's
--CVT Gearbox's
--CVT Gearboxes
--Airplanes Gearboxes
--Vtec Chips
--Engine Chips
--Engine Performance Chips
--Engine Radiators
--Nos Bottles
--Custom Texture's
--Customized ACF Menu
--LOT More
[Garry's Mod]: <http://garrysmod.com/>
# Tips :
-The Custom Mod was the first to create the CVT gearbox, and his CVT are not same as Original ACF.
-Engines have rev limiter sound, can be disabled by wiring 'DisableCut' to a value(0-1).
-ANY engines not require fuel, even electrics, turbines, etc.
-Linking a fuel tank add 25% torque and the fuel tank weight.
-When you stop a engine, he stop progressively.
-Have Custom E2 functions.
-Custom Mod have more sounds, more engines, and even old models again.
-sbox_max_acf_modding (0-1) allow engines modding (wire inputs).
-sbox_max_acf_extra (Value) equal the number of acf extras allowed.
-sbox_max_acf_maker (Value) equal the number of engines maker allowed
-Anyone can use the Custom Mod on the server, even if the client did not installed it.
# Credits :
### Owner's :
[Nrlulz][] - [Original ACF][]
[Bouletmarc][] - [ACF Custom Mod][] (also know as Bouletmarc24)
[Gamerpaddy][] - [ACF Unofficial Extras][]
### Contributor's :
[Fervidusletum][]
[Amplar][]
[Bubbus][]
[Frankess][]
[Kafouille][]
[General Wrex][]
[EpicG][]
[Scottyprogrammer][]
[sestze][]
[profan][]
[Python1320][]
[lazermaniac][]
[looterz][]
[Jonascone][]
[Non-Stop Joker][]
And Probably few mores. Thanks to Everyone.
[Garry's Mod]: <http://garrysmod.com/>
[HERE]: <https://github.com/nrlulz/ACF>
[Original ACF]: <https://github.com/nrlulz/ACF>
[ACF Custom Mod]: <https://github.com/bouletmarc/ACF_CustomMod>
[ACF Unofficial Extras]: <http://steamcommunity.com/sharedfiles/filedetails/?id=356521204>
[Nrlulz]: <https://github.com/nrlulz>
[Bouletmarc]: <https://github.com/bouletmarc>
[Gamerpaddy]: <https://github.com/gamerpaddy>
[Fervidusletum]: <https://github.com/Fervidusletum>
[Amplar]: <https://github.com/Amplar>
[Bubbus]: <https://github.com/Bubbus>
[Frankess]: <https://github.com/Frankess>
[Kafouille]: <https://github.com/Kafouille>
[General Wrex]: <https://github.com/generalwrex>
[EpicG]: <https://github.com/EpicG>
[Scottyprogrammer]: <https://github.com/Scottyprogrammer>
[sestze]: <https://github.com/sestze>
[profan]: <https://github.com/profan>
[Python1320]: <https://github.com/Python1320>
[lazermaniac]: <https://github.com/lazermaniac>
[looterz]: <https://github.com/looterz>
[Jonascone]: <https://github.com/Jonascone>
[Non-Stop Joker]: <https://github.com/nonstopjoker>

View File

@ -53,7 +53,7 @@ local function CreateMenu()
TopLeftText = TopLeftText .. "--linking a tank add 25% torque and weight\n\n"
TopLeftText = TopLeftText .. "-When you stop a engine, it'll stop progressively\n\n"
TopLeftText = TopLeftText .. "-Selecting again EngineMaker in the menu make it updating values\n\n"
TopLeftText = TopLeftText .. "-Have Custom E2 functions \n\n"
TopLeftText = TopLeftText .. "-Have Custom E2 functions\n\n"
TopLeftText = TopLeftText .. "-Custom Mod have more sounds, more engines, and old models\n\n"
TopLeftText = TopLeftText .. "-The CVT from the custom mod are the first ACF CVT ever made\n\n"
TopLeftText = TopLeftText .. "-The Airplane Beta Gearbox are used to rotate and also push/pull\n"

View File

@ -2,8 +2,8 @@
-- Set vars
--------------------------------------
ACFCUSTOM = {}
ACFCUSTOM.VersionCustom = 10.0
ACFCUSTOM.Version = 110
ACFCUSTOM.VersionCustom = 10.1
ACFCUSTOM.Version = 111
ACFCUSTOM.CurrentVersion = 0
ACFCUSTOM.EngineMakerVersion = 5.0
ACFC = {}