PDA

View Full Version : Incorrect Path To FFXiPadConfig.exe For European Client



atom0s
11-11-2023, 07:45 PM
With the recent retail update; the ability to launch the FFXiPadConfig.exe tool from in-game was added. However, this feature does not work on the European client due to a typo in the hardcoded path within FFXiMain.dll.

The European path is currently coded as:


.data:103787F8 aToolsenFfxipad db 'ToolsEN\FFXiPadConfig.exe',0


This should be 'ToolsEU\FFXiPadConfig.exe' instead.