Garry's Mod
26 人が評価
ACF Extra 2023
   
アワード
お気に入り
お気に入り
お気に入りから削除
Content Type: Addon
Addon Type: Entity
Addon Tags: Build, Fun
ファイルサイズ
投稿日
更新日
146.122 MB
2023年4月18日 19時43分
2023年9月28日 8時57分
4 項目の変更履歴 ( 表示 )

サブスクライブしてダウンロード
ACF Extra 2023

clock 作成の 1 件のコレクション
Mars server addons - Optional
26 アイテム
解説
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 件のコメント
er.vin87 2023年12月26日 3時54分 
ACF 2024?
deaf and bloodless 2023年6月3日 21時03分 
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 2023年6月3日 21時01分 
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 2023年5月1日 21時23分 
same here, works fine, just no particles
Khy166 2023年4月26日 9時36分 
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  [作成者] 2023年4月25日 18時52分 
it worked when i made and tested it - i cant help you without knowing *why* it doesnt work
Khy166 2023年4月25日 9時41分 
the pulse jet still doesnt work :(
Bamsy 2023年4月19日 14時24分 
o7
clock  [作成者] 2023年4月18日 22時30分 
yes, it should work with both acf 2 and 3
Bamsy 2023年4月18日 21時45分 
will this still work with acf3?