Garry's Mod

Garry's Mod

ACF Extra 2023
댓글 11
er.vin87 2023년 12월 26일 오전 3시 54분 
ACF 2024?
Heawtu IV 2023년 6월 3일 오후 9시 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
Heawtu IV 2023년 6월 3일 오후 9시 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일 오후 9시 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일 오후 6시 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일 오후 2시 24분 
o7
clock  [작성자] 2023년 4월 18일 오후 10시 30분 
yes, it should work with both acf 2 and 3
Bamsy 2023년 4월 18일 오후 9시 45분 
will this still work with acf3?
kyiscray 2023년 4월 18일 오후 9시 43분 
Cool