Great mod for the cars and the moped but for some reason its cant seem to work with the kekmet, the keybinds for gear changing also changes the range control for some strange reason.
if (isSeated && disableSteerKey.GetKeybindDown()) { enableMouseSteer.Value = !(bool)enableMouseSteer.GetValue(); }
between the first two if statements in Update() so mouse steering can be toggled on and off. Presently you can only turn it off with the keybind and not back on which is odd I reckon.
After adding this i can toggle camera BUT UI icons disappear like Hand icon, Check icon, so after driving is almost impossible to add items to the car. Did you have this same problem and did you solved it?
So this mod doesnt work with the boat? Boat doesnt respond to mouse and throttle buttons. I tried adding boat as custom vehicle but it doesnt help..
In some video on Youtube I saw how dude operates boat smoothly, precisely controlling throttle and turning so it seems possible? Do I need a controller or maybe there is other good mod for it?
62 comments
if (isSeated && disableSteerKey.GetKeybindDown())
{
enableMouseSteer.Value = !(bool)enableMouseSteer.GetValue();
}
between the first two if statements in Update() so mouse steering can be toggled on and off. Presently you can only turn it off with the keybind and not back on which is odd I reckon.
Late reply,i know
Sorry for late reply
In some video on Youtube I saw how dude operates boat smoothly, precisely controlling throttle and turning so it seems possible? Do I need a controller or maybe there is other good mod for it?