gurrgur / er-patcher

Elden Ring enhancement patches (ultrawide support, custom frame rate limits and more) seamlessly integrated with steam.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running with EAC

IDeathByte opened this issue · comments

it possible to run pacther without EAC disabling?
I understand risks, and on 1.02 i used fix ultrawide/vignette and animations by hex without blocking

Hi, I'm not planning to support this but you can try following these steps:

  1. Open er-patcher in a text editor and change the last two lines to
    # os.remove(patched_exe_dir / exe_name)
    # os.rmdir(patched_exe_dir)
  1. Set the launch options you want to run the game with and start it from steam once. It will create a patched executable which you can use to replace the unmodified eldenring.exe.
  2. Close the game and rename the original eldenring.exe to eldenring.exe.bak.
  3. Move the patched ./er-patcher-tmp/eldenring.exe to the main game directory.
  4. Remove all Elden Ring launch options and start the game from steam.

That works. Thanks

Hey there, we have added a new flag that allows enabling EAC so I'll be closing this issue ;)