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)
- 0 Likes
- 1 Comments
- 514 Downloads
- 1 Downloads in
-
8 years ago
COMMENTS
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
Write a comment