Revadike / elden_pause

A useful mod for Elden Ring allowing you to pause the game any time you want.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚔️ EldenPause

GitHub All Releases

A useful mod for Elden Ring allowing you to pause the game any time you want.

Usage

  1. Download the latest release
  2. Copy the version.dll and elden_pause.ini to your Elden Ring game folder
  3. Launch the game with EAC disabled
    • To do this, create the file steam_appid.txt with the text 1245620 in your game folder and run eldenring.exe directly
  4. Press P button to pause the game. Press the same button again to resume the game.
  5. If you're using controller, press Start button

Remapping the keys

  1. Open elden_pause.ini
  2. If you want to change the keyboard key code, edit the KeyboardButton option value
  3. If you want to change the controller key code, edit the ControllerButton option value
    • Optional: you can change the ControllerEnabled option value to false if you don't need to use the controller code

Advantages

  • 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

Demo

  • Visit the following link

Stuff used

Credits

  • EMPRESS for the help with locating a specific flag in memory

Compilation notes

  • Visual Studio 2022 is recommended to compile this project

About

A useful mod for Elden Ring allowing you to pause the game any time you want.

License:MIT License


Languages

Language:C++ 99.5%Language:C 0.5%