sys-con
sys-con copied to clipboard
Xbox one config file example mistake
from the example.ini/config_xboxone.ini file:
; example: this will swap the X and Y, A and B buttons to match the names on Xbox controllers KEY_FACE_DOWN = FACE_RIGHT KEY_FACE_LEFT = FACE_UP
However it does not change the buttons like it described, rather it changes Y to X and and B to A on the xbox one controller resulting in playing games with 2 different inputs using 4 buttons! Awesome! I couldn't ask for a funnier challenge! Seriously, we want to see something like this:
KEY_FACE_DOWN = FACE_RIGHT KEY_FACE_LEFT = FACE_UP KEY_FACE_RIGHT = FACE_DOWN KEY_FACE_UP = FACE_LEFT
we get something hacky like b=a y=x a=b x=y
and just like that it somehow works, bravo! What more could you ask for than a properly mapped xbox controller! (I use an xbox series x controller btw)