- Download the latest release
- Copy the
dinput8.dll
andelden_pause.ini
to your Elden Ring game folder- If you're using Elden Ring Mod Loader by techiew, copy
dinput8.dll
andelden_pause.ini
to themods
directory 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.txt
with the text1245620
in your game folder and runeldenring.exe
directly
- To do this, create the file
- Press
P
button to pause the game. Press the same button again to resume the game. - If you're using controller, press
Start
button
- Open
elden_pause.ini
- If you want to change the keyboard key code, edit the
KeyboardButton
option value - If you want to change the controller key code, edit the
ControllerButton
option value - If you want to use a combo of two buttons, edit the
ControllerButton2
option value (0xFFFF
by default akaDisabled
)Optional:
you can change theControllerEnabled
option value tofalse
if 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)
EMPRESS
for the help with locating a specific flag in memory
- Visual Studio 2022 is recommended to compile this project