Mogli12 / VehicleControlAddon

Farming Simulator 22: Smoother steering with the key board and more...
336 stars 179 forks source link

CVT/CVX/AutoCommand #575

Closed BLACKOUT-Z0ck3R closed 3 years ago

BLACKOUT-Z0ck3R commented 3 years ago

Hallo :) ich habe mir eine Getriebe Config für die CNH Stufenlosen geschrieben:

{ class = vehicleControlAddonTransmissionBase, params = { name = "AC", isIVT = true, noGears = 4, rangeGearOverlap = {}, autoGears = true, timeGears = 0, speedMatching = true, gearRatios = { 0.214, 0.357, 0.642, 1 }, reverseGears = { 1, 2 }, reverseRatio = 1.000, gearTexts = {"1", "2", "3", "4"} }, text = "CVX/CVT/AutoCommand lang"},

nun ist es leider so, dass sich die Gänge trotz "autoGears= true," nicht selber schalten und der erste Gang ziemlich ruckelig fährt.... was kann man da tun? LG

Mogli12 commented 3 years ago

Hallo,

das geht leider nicht. Und Modifikationen am LUA-Code unterstütze ich grundsätzlich nicht.

Viele Grüße