Page MenuHomeFeedback Tracker

max value inputAction "CarLinearLeft" decrease if two driving wheels are connected
New, NormalPublic

Description

If several analoge controller mapped to "CarLinearLeft", the max value sinks.
If 2 are mapped the max value is 0.5
If 3 are mapped the max value is 0.33
If 4 are mapped the max value is 0.25
and so on.

Problem is, that the turning circle is lowered and you cannot make smalls turns.
A hotfix is: assign only one analoge controller.

Details

Severity
Major
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Engine
Steps To Reproduce

execute some code like

oneachframe {hintsilent str inputAction "CarLinearLeft"}

When only one analoge controller is assigned to "CarLinearLeft" the value during turning the wheel goes from 0 to 1.

Assign a second analoge controller to "CarLinearLeft" and the value during turning the wheels goes from 0 to 0.5.
Assign a third analoge controller to "CarLinearLeft" and the value during turning the wheels goes from 0 to 0.33.

Hotfix: assign only one analoge controller.

Event Timeline

t.buur created this task.Aug 17 2017, 11:09 PM