Uploaded August 2026 | Updated September 2026, 2 weeks ago
beamng.com/game
Easy Fix... Anyone Interested?
I use a controller and its absolutely too slow of an acceleration curve. You could watch a tree grow up in the time it takes to turn :D
For more advanced people who know their way around this is all you need
In the free.lua in the install path which is located in install path....
\SteamLibrary\steamapps\common\BeamNG.drive\lua\ge\extensions\core\cameraModes\free.lua Copy the free.lua to clipboard.
Then Paste here....in user folder....
\current\LUA\ge\extensions\core\cameraModes\free.lua
Change these lines numbers starting at 29 and going to line 45....
function C:setSmoothedCam(smoothed)
self.smoothed = smoothed and true or false
if smoothed then
self.angularForce = 500
self.angularDrag = 2.5
self.mass = 10
self.translationForce = 600
self.translationDrag = 2
self.angularVelocity = vec3(0,0,0)
else
self.angularForce = 900
self.angularDrag = 12
self.mass = 1
self.translationForce = 550
self.translationDrag = 107
end
end
Save then while in game press Control L to update LUA and you will have a fixed camara!
beamng.com/game
Easy Fix... Anyone Interested?
I use a controller and its absolutely too slow of an acceleration curve. You could watch a tree grow up in the time it takes to turn :D
For more advanced people who know their way around this is all you need
In the free.lua in the install path which is located in install path....
\SteamLibrary\steamapps\common\BeamNG.drive\lua\ge\extensions\core\cameraModes\free.lua Copy the free.lua to clipboard.
Then Paste here....in user folder....
\current\LUA\ge\extensions\core\cameraModes\free.lua
Change these lines numbers starting at 29 and going to line 45....
function C:setSmoothedCam(smoothed)
self.smoothed = smoothed and true or false
if smoothed then
self.angularForce = 500
self.angularDrag = 2.5
self.mass = 10
self.translationForce = 600
self.translationDrag = 2
self.angularVelocity = vec3(0,0,0)
else
self.angularForce = 900
self.angularDrag = 12
self.mass = 1
self.translationForce = 550
self.translationDrag = 107
end
end
Save then while in game press Control L to update LUA and you will have a fixed camara!










