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
LT/RT support was something that I attempted to add during our update that switched over to our new controller handler. LT and RT are not treated like standard buttons but instead they register as axis. So instead of a simple ON or OFF, you get a value of -1 to 1 based on the pressure. The problem was... depending on the controller, the OS and the driver used we ended up getting variable ranges for the response. The data being sent back was either -1 to 1, 0 to 1, or -1 to 0. We'd end up having to special case based on the controller being used and on what OS.
After a couple of days of trying to get a solution that would work across PC, Mac and Linux... I canned it. The support of those two triggers was causing more issues than it was worth, so we moved onto other things.
That's the more detailed reason why we don't support those triggers.
Also, shoutouts to AGDQ for turning me on to your game. :D
https://guavaman.com/projects/rewired/docs/SupportedControllers.html
We don't have any current plans to update but if Rewired adds a controller you need we can certainly look in to it.