Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
At the same time game checks if backward key is pressed and forward is not, it inverts value. So pressing backwards gets minus from FPIO and another minus from game, ending up with plus (forward).
Right now I can't figure out how to fix this. Changing FPIO logic to not get negatives breaks LERP mode since all LERPed keys are treated as (almost) always pressed by game and it applies "plus" since forward is also held. I guess for now we have to use FPIO mode only for LERP-controlled gears, not manual-controlled ones.