
Originally Posted by
Coatl
You're welcome.
OP is talking about PS4 controller - not PS3 one :P
PS4 controllers have native support since Windows 7 and work also using Bluetooth so no need to connect them via USB cable or install any crappy 3rd party drivers or add on software. All you need to do after pairing the controller to your PC (or plugging it via USB if you prefer) is to edit the FFXIV.cfg file (by default located in the C:\Users\***\Documents\My Games\FINAL FANTASY XIV - A Realm Reborn directory where *** is your conmputer login ID) and amend / replace the Alias line with:
Code:
Alias {90,91,88,89,41,40,32,33,73,72,48,49,1,3,2,0,4,6,8,5,7,9,11,10}
to get correct buttons mapping (otherwise triangle, circle and X are rotated and L3 / R3 swapped with "Start" / "Select" = Share / Options). If you'd prefer to use the PS and touchpad buttons instead of "tiny" Share / Options ones replace 8 with 12 and 9 with 13 or use code bellow:
Code:
Alias {90,91,88,89,41,40,32,33,73,72,48,49,1,3,2,0,4,6,12,5,7,13,11,10}
You can basically remap any button to any other, even remove some or make some "duplicated" on other etc.