Garry's Mod

Garry's Mod

ACF Extra 2023
Počet komentářů: 11
er.vin87 26. pro. 2023 v 3.54 
ACF 2024?
breaktown WANtone 3. čvn. 2023 v 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
breaktown WANtone 3. čvn. 2023 v 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 1. kvě. 2023 v 21.23 
same here, works fine, just no particles
Khy166 26. dub. 2023 v 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  [autor] 25. dub. 2023 v 18.52 
it worked when i made and tested it - i cant help you without knowing *why* it doesnt work
Khy166 25. dub. 2023 v 9.41 
the pulse jet still doesnt work :(
Bamsy 19. dub. 2023 v 14.24 
o7
clock  [autor] 18. dub. 2023 v 22.30 
yes, it should work with both acf 2 and 3
Bamsy 18. dub. 2023 v 21.45 
will this still work with acf3?
kyiscray 18. dub. 2023 v 21.43 
Cool