Garry's Mod

Garry's Mod

25 ratings
ACF Extra 2023
   
Award
Favorite
Favorited
Unfavorite
Content Type: Addon
Addon Type: Entity
Addon Tags: Build, Fun
File Size
Posted
Updated
146.122 MB
18 Apr, 2023 @ 7:43pm
28 Sep, 2023 @ 8:57am
4 Change Notes ( view )

Subscribe to download
ACF Extra 2023

In 1 collection by clock
Mars server addons - Optional
17 items
Description
This is the continuation of ACF Extra, as the original developer no longer wishes to work on it. All credit for the ORIGINAL models, sounds, and code goes to him.

Note, if you are updating from the old version, Several engines have been re-written internally, and as such, may need to be replaced on your vehicles. Engine stats remain unchanged.

ACF Extra adds many new engine types, with included sounds, as well as additional engines for existing layouts.
Also included are new battery models for fuel tanks, and tiny variations of gearboxes.
Gas turbines have a new input named "Thrust" which will allow them to work as jet engines.

It should go without saying, but this addon needs the base version of ACF[github.com] to work, compatible with both ACF2 ancf ACF3. You can also find this addon on github[github.com]

If you have have any questions or comments, feel free to leave them below - or you can find my discord tag on my profile.






NOTE: New presets for existing layouts are not registering correctly in ACF3 - This will be fixed soon.
New engines added by ACF Extra:

Single Cylinder:
125cc
250cc (Alt model)
300cc (Diesel)
300cc (Diesel, Alt model)
500cc (New model)
500cc (Diesel)
500cc (Diesel, Alt model)
1300cc (New model)
1300cc (Diesel)
1300cc (Diesel, Alt model)

Inline 2:
0.7L (Diesel)
1.8L (Diesel)
2.6L
7.3L (Diesel)

V-Twin:
836cc (Diesel)
1600cc (Diesel)
3100cc (Diesel)

Flat 2: (New)
1.2L
2.3L
4.6L

Radial 3: (New)
1.2L
5.0L
11.0L

Inline 4:
0.7L (Diesel)
1.8L (Diesel)
1.9L (Diesel)
2.6L
7.3L (Diesel)

VR4: (New)
1.6L
6.2L
14.8L

X4: (New)
1.6L
1.6L (Alt model)
6.2L
6.2L (Alt model)
14.8L
14.8L (Alt Model)

Radial 5: (New)
2.1L
9.3L
19.5L

VR6: (New)
2.2L
4.8L
17.2L

Inline 8: (New)
3.4L
4.0L (Diesel)
5.6L
6.0L (Diesel)
9.0L
11.0L (Diesel)

Flat 8: (New)
3.8L
5.0L
10.0L

VR8: (New)
5.7L
9.0L
18.0L

X8: (New)
3.2L
12.4L
25.6L

Radial 9: (New)
4.1L
18.5L
36.5L

V10 Heavy: (New)
20.3L (Diesel)
50.8L (Diesel)
110.2L (Diesel)

Flat 10:
3.8L
5.0L
10.0L

Inline 12: (New)
4.4L
6.0L (Diesel)
9.6L
13.0L (Diesel)
30.0L
40.0L (Diesel)
65.0L
80.0L (Diesel)

Flat 12: (New)
4.1L
8.0L
17.0L

X12: (New)
3.2L
18.6L
42.9L

W16: (New)
8.4L
16.4L
32.8L

X16: (New)
6.4L
24.8L
57.2L

X20: (New)
8.0L
31.0L
74.0L

X24: (New)
9.6L
37.2L
85.8L

11 Comments
er.vin87 26 Dec, 2023 @ 3:54am 
ACF 2024?
deaf and bloodless 3 Jun, 2023 @ 9:03pm 
using ent.inputs may not be the most efficient so I suggest you update your version with the goal to replicate thrust behaviors of the original addon
deaf and bloodless 3 Jun, 2023 @ 9:01pm 
I am assuming particles are planned, but the "thrust" wire input seems to be analog for enabling thrust. In the original addon, thrust input was analog, ranging from 0-100. to replicate this behavior I have replaced the function at line 53 in sv_thrust with:

local thrust = ((rpm * (ent.Inputs[].Value))*self.MaxThrust)*35
--physobj:ApplyForceCenter( ( self:GetForward() or -self:GetForward() ) * self.CalculatedThrust) --apply formula to phys obj

--local thrust = rpm * self.MaxThrust * 100
physobj:ApplyForceCenter( self:GetForward() * thrust )
Bamsy 1 May, 2023 @ 9:23pm 
same here, works fine, just no particles
Khy166 26 Apr, 2023 @ 9:36am 
nvm they do i used the old one for some reason but anyways here is a bug... i cant see the flame from it for some reason
clock  [author] 25 Apr, 2023 @ 6:52pm 
it worked when i made and tested it - i cant help you without knowing *why* it doesnt work
Khy166 25 Apr, 2023 @ 9:41am 
the pulse jet still doesnt work :(
Bamsy 19 Apr, 2023 @ 2:24pm 
o7
clock  [author] 18 Apr, 2023 @ 10:30pm 
yes, it should work with both acf 2 and 3
Bamsy 18 Apr, 2023 @ 9:45pm 
will this still work with acf3?