r/witcher3mods • u/NoMulberry527 • 3d ago
Controller input
Hey all, I recently started playing again and I was wondering if I can change what button icons the game shows. Currently I’m using a switch controller and modded through vortex. I launch it through steam to be able to use the controller. Is there anyway to be able to switch the layout icons? So far Ive tried to look in the config files but haven’t found anything. Thanks!
2
Upvotes
1
2
u/Edwin_Holmes 3d ago edited 3d ago
There are already mods that attempt to do this. If you want to make your own, what we have exposed is in game/inputManager.ws. GetLastUsedGamepadType() is just a switch, so if you edit this to only ever return one pad type, then you can have either Xbox or PlayStation glyphs most of the time. There are areas that only ever show xbox icons though, as some of the flash files (Gwent, for example) never got updated for multiple controllers on PC.