Faster Camera (Controller) v2.0

DESCRIPTION

Dieser Mod macht die Kamera eures Analogen-Controllers schneller. Funktioniert genauso gut mit anderen Analogen Eingabengeräten.
100% Sauber - 100% Errorfreier Log
KEEP THE ORIGINAL DOWNLOAD LINK!
Original Mod für LS15 from Upsidedown
© chickenjoe64
(2016)

CREDITS

Script: Upsidedown
Converted: chickenjoe64

Similar modifications
COMMENTS

Commented on 2016-10-31 15:47:01

Camera mod is to fast now but can be adjusted by changing res numbers lower number= slower speed this was the speed that suited me better

local res = oldf(x)

if x == InputBinding.AXIS_LOOK_LEFTRIGHT_VEHICLE then
res = res*2.5;
elseif x == InputBinding.AXIS_LOOK_UPDOWN_VEHICLE then
res = res*1;
end;
return res

0
Reply to comment
Write a comment