- Download the latest release
- Copy the
dinput8.dllandelden_pause.inito your Elden Ring game folder- If you're using Elden Ring Mod Loader by techiew, copy
dinput8.dllandelden_pause.inito themodsdirectory and rename the library to something likeelden_pause.dll
- If you're using Elden Ring Mod Loader by techiew, copy
- Launch the game with EAC disabled
- To do this, create the file
steam_appid.txtwith the text1245620in your game folder and runeldenring.exedirectly
- To do this, create the file
- Press
Pbutton to pause the game. Press the same button again to resume the game. - If you're using controller, press
Startbutton
- Open
elden_pause.ini - If you want to change the keyboard key code, edit the
KeyboardButtonoption value - If you want to change the controller key code, edit the
ControllerButtonoption value - If you want to use a combo of two buttons, edit the
ControllerButton2option value (0xFFFFby default akaDisabled)Optional:you can change theControllerEnabledoption value tofalseif you don't need to use the controller code
- No DirectX hooking, just the native code usage
- A single library only
- Universal solution (unless the developers decide to patch it out)
- Easy to use
- Visit the following link
- Mem (https://github.com/0x1F9F1/mem)
- IniReader (https://github.com/X-rays5/inireader)
EMPRESSfor the help with locating a specific flag in memory
- Visual Studio 2022 is recommended to compile this project