Immersive Vehicles (Formerly Transport Simulator)

Immersive Vehicles (Formerly Transport Simulator)

4M Downloads

[BUG] MTS controller warning doesn't know its place, and needs to be punished.

boot2big opened this issue ยท 3 comments

commented

image
image
BAD WARNING TEXT! NO MORE TREATS FOR YOU!

commented

Turns out I CAN actually do this...

commented

Should be a simple fix. Just need to change this line here:

vehicleSelectionFaultLabel.visible = !MasterLoader.inputInterface.isJoystickSupportEnabled() && configuringControls;

To this:
vehicleSelectionFaultLabel.visible = !MasterLoader.inputInterface.isJoystickSupportEnabled() && configuringControls && !configuringKeyboard;
I can't do this at the moment, but someone else might be able to get this in the meantime.

commented

Fixed in V19.10.0.