Asterix Gaming Guild Logo GeneralXXLXXL 2XXL 3Olympic GamesXXL SpeedrunningXXL Romastered SpeedrunningXXL 2 SpeedrunningXXL 2 Remaster SpeedrunningOlympic Games SpeedrunningRecent StratsOther Asterix GamesOther GamesAsterix MediaSpoofy GoofsCreative ShackVideosHelpBot SpamRetro GamesModdingStreamsPatchesModsToolsResourcesDownloadsWikiUnfair XXLCaesar's ChallengeIntroductionsVC TextAnnouncementsVillage GatesRulesFeedback

#xxl

yarnfang
Yeah I think it's something like that.
Martyste Tendertail
( It should call them "Rotation Axis" )
yarnfang
It's so weird.
Martyste Tendertail
So, that clearly means we need different values for Xinput controllers
yarnfang
Yeah, sadly enough :/
Martyste Tendertail
As, you need to know, XXL by default is looking for Rz and Slider
Martyste Tendertail
Those are Axis 5 and 6 internally
yarnfang
Sounds like quite a bit of work.
Martyste Tendertail
While Most controllers have Rz on their right stick, Slider is nowhere to be found
Martyste Tendertail
Adrien fixed it so that the game doesn't look for Slider anymore, but Z ( Axis 2 )
Martyste Tendertail
So Adrien, we might need the other adress that finds Rz, so we change it accordingly.
AdrienTD
Yeah, apparently Xbox gamepads use Rx and Ry, it's even mentioned there (have just seen it :SadChamp: ): https://docs.microsoft.com/en-us/windows/win32/xinput/directinput-and-xusb-devices
AdrienTD
```Offset Original For ------------------------------------------------ 32D0E 1C Camera Zoom 32D22 18 Camera Turn Left-right ``` Change the byte at one of the offsets above to one of these values: ```Byte Axis --------------------- 04 X 08 Y 0C Z 10 Rx 14 Ry 18 Rz 1C 1. Slider 20 2. Slider```
Martyste Tendertail
That's interesting cuz I tried for 7 hours yesterday to force Rx and Ry into my right stick. It would have never worked :glarix:
Martyste Tendertail
Aaaaah if I was paying more attention to the hex values I would have found that adress, reeeeee
Martyste Tendertail
There was a repeating pattern
AdrienTD
So for an Xbox gamepad, change byte at **32D0E** from **1C** to **14**, and at **32D22** from **18** to **10**
Failentin
gonna try 🙂
Failentin
it actually works, thanks :Obehug: :Obehug:
Martyste Tendertail
I edited the post. God speed Adrien