Batman™: Arkham Knight

Batman™: Arkham Knight

Not enough ratings
"How to Enable PS4 Button Layout | Fix for PS4 Button Prompts
By うちはイタチ
Many players connect PS4 controllers to their PCs but still play with the Xbox button layout. In this guide, I’ll show you how to make the game display the PS4 button prompts, no matter what controller you're using.

Few people know that when the game was released in June 2015, it had native support for the PS4 controller. After it was pulled from sale, the developers took Batman back for improvements.

Later, Steam added native support for the PS4 gamepad, but the DualShock v2 still shows up as an Xbox One controller.

After the re-release, native support was broken, although traces of the PS4 layout remained. You can notice this when launching the game without a connected DS4 in the controller settings.


Thanks to the fact that the developers initially added support and didn’t completely remove it during the re-release, we can now restore proper button icons.

📂 Instruction
Go to the game folder:
```
D:\Program Files (x86)\Steam\steamapps\common\Batman Arkham Knight\BmGame\Localization\RUS
```
We are looking for the file 'PC.RUS'.

Open it using Notepad++ [notepad-plus-plus.org] or any other text editor — just not the standard Notepad.

Look for the section [ControllerTags_Xbox]:

```
LabelHold=<FONT COLOR='#E87B00'>(to hold)</FONT>
LabelRelease=<FONT COLOR='#E87B00'>(let go)</FONT>
LabelTap=<FONT COLOR='#E87B00'>(to press)</FONT>
PAD_A=<FONT COLOR='#51A435'>&#xf000;</FONT>
PAD_B=<FONT COLOR='#D41B25'>&#xf001;</FONT>
PAD_BACK=<FONT COLOR='#bfd7db'>&#xf013;</FONT>
PAD_BACK_360=<FONT COLOR='#bfd7db'>&#xf016;</FONT>
PAD_DPAD=<FONT COLOR='#bfd7db'>&#xf004;</FONT>
PAD_DPADD=<FONT COLOR='#bfd7db'>&#xf007;</FONT>
PAD_DPADL=<FONT COLOR='#bfd7db'>&#xf008;</FONT>
PAD_DPADLR=<FONT COLOR='#bfd7db'>&#xf009;</FONT>
PAD_DPADR=<FONT COLOR='#bfd7db'>&#xf006;</FONT>
PAD_DPADU=<FONT COLOR='#bfd7db'>&#xf005;</FONT>
PAD_DPADUD=<FONT COLOR='#bfd7db'>&#xf00A;</FONT>
PAD_LB=<FONT COLOR='#bfd7db'>&#xf00B;</FONT>
PAD_LEFTSTICK=<FONT COLOR='#bfd7db'>&#xf00F;</FONT>
PAD_LEFTSTICK_CLICK=<FONT COLOR='#bfd7db'>&#xf010;</FONT>
PAD_LT=<FONT COLOR='#bfd7db'>&#xf00C;</FONT>
PAD_QuickBatclaw={PAD_LT}+{PAD_Y}
PAD_QuickExplosiveGel={PAD_LT}+{PAD_X}
PAD_QuickFreezeBlast={PAD_RT}+{PAD_RT}
PAD_QuickREC=={PAD_LT}+{PAD_B}
PAD_RB=<FONT COLOR='#bfd7db'>&#xf00E;</FONT>
PAD_RIGHTSTICK=<FONT COLOR='#bfd7db'>&#xf011;</FONT>
PAD_RIGHTSTICK_CLICK=<FONT COLOR='#bfd7db'>&#xf012;</FONT>
PAD_RT=<FONT COLOR='#bfd7db'>&#xf00D;</FONT>
PAD_START=<FONT COLOR='#bfd7db'>&#xf014;</FONT>
PAD_START_360=<FONT COLOR='#bfd7db'>&#xf015;</FONT>
PAD_X=<FONT COLOR='#0097CF'>&#xf002;</FONT>
PAD_XDark=<FONT COLOR='#0012CF'>&#xf002;</FONT>
PAD_Y=<FONT COLOR='#F6DD4F'>&#xf003;</FONT>
PADPkg=A
```
And replace it with:

```
LabelHold=<FONT COLOR='#E87B00'>(to hold)</FONT>
LabelRelease=<FONT COLOR='#E87B00'>(let go)</FONT>
LabelTap=<FONT COLOR='#E87B00'>(to press)</FONT>
PAD_A=<FONT COLOR='#A2B9ED'>&#xf023;</FONT>
PAD_B=<FONT COLOR='#F05C5C'>&#xf020;</FONT>
PAD_BACK=<FONT COLOR='#BFD7DB'>&#xf033;</FONT>
PAD_DPAD=<FONT COLOR='#BFD7DB'>&#xf024;</FONT>
PAD_DPADD=<FONT COLOR='#BFD7DB'>&#xf027;</FONT>
PAD_DPADL=<FONT COLOR='#BFD7DB'>&#xf028;</FONT>
PAD_DPADLR=<FONT COLOR='#BFD7DB'>&#xf029;</FONT>
PAD_DPADR=<FONT COLOR='#BFD7DB'>&#xf026;</FONT>
PAD_DPADU=<FONT COLOR='#BFD7DB'>&#xf025;</FONT>
PAD_DPADUD=<FONT COLOR='#BFD7DB'>&#xf02A;</FONT>
PAD_LB=<FONT COLOR='#BFD7DB'>&#xf02B;</FONT>
PAD_LEFTSTICK=<FONT COLOR='#BFD7DB'>&#xf02F;</FONT>
PAD_LEFTSTICK_CLICK=<FONT COLOR='#BFD7DB'>&#xf030;</FONT>
PAD_LT=<FONT COLOR='#BFD7DB'>&#xf02C;</FONT>
PAD_QuickBatclaw={PAD_LT}+{PAD_Y}
PAD_QuickExplosiveGel={PAD_LT}+{PAD_X}
PAD_QuickFreezeBlast={PAD_RT}+{PAD_RT}
PAD_QuickREC={PAD_LT}+{PAD_B}
PAD_RB=<FONT COLOR='#BFD7DB'>&#xf02E;</FONT>
PAD_RIGHTSTICK=<FONT COLOR='#BFD7DB'>&#xf031;</FONT>
PAD_RIGHTSTICK_CLICK=<FONT COLOR='#BFD7DB'>&#xf032;</FONT>
PAD_RT=<FONT COLOR='#BFD7DB'>&#xf02D;</FONT>
PAD_START=<FONT COLOR='#BFD7DB'>&#xf034;</FONT>
PAD_X=<FONT COLOR='#F7AFEF'>&#xf021;</FONT>
PAD_XDark=<FONT COLOR='#674F5F'>&#xf021;</FONT>
PAD_Y=<FONT COLOR='#55FFBD'>&#xf022;</FONT>
PADPkg=B
```
Save the file.
If you did everything correctly, you should now have the PS4 button layout.
   
Award
Favorite
Favorited
Unfavorite
1 Comments
zgm_96 9 Oct @ 10:57pm 
it works thanks twin:steammocking: