Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
DirectInput value range for TPR toe brakes is 65535 fully released to 0 fully pressed. It seems VTOL VR assumes a range of 0-32767 or -16384-16383.
Edit: @Developer, it seems you are using Rewired and your bindings page might assume "Full" range for any bound axis. TPR toe brakes are "positive" range, that's one of the reasons it doesn't work.
And still getting the same issue here with a TPR rudder. Anyone found a fix apart from not using the brakes?
Map the axes as needed in game and ensure you invert the 2 axes for the toe brakes then save and exit the game
Locate the inputbindings.cfg file in AppData\Roaming\Boundless Dynamics, LLC\VTOLVR\SaveData
edit that file and search for the line of XML data where the following value exists <axisRange>0</axisRange><invert>true</invert>
you should find 2 of those on 1 line, 1 for each toe brake mapping.
replace the axisRange value with a 1 where it is 0 for each of the 2 occurrences. it should look like this instead:
<axisRange>1</axisRange><invert>true</invert>
This should force rewired to use the positive values of the axis only.
in the documentation here:
https://guavaman.com/projects/rewired/docs/RewiredEditor.html#JoystickMaps
there are 3 possible values for axisRange
0 - Full = Both positive and negative sides of the axis trigger the action.
1 - Positive = Only the positive side of the axis triggers the action.
2- Negative = Only the negative side of the axis triggers the action.
I hope this works for others as its solved the toe brake issue for me. I now have full travel and functionality of the toe brakes for left and right.