mirror of
https://github.com/gurrgur/er-patcher.git
synced 2026-06-13 09:47:54 +00:00
Add files via upload
This commit is contained in:
parent
f6661e8861
commit
e3c2890a9b
1 changed files with 2 additions and 3 deletions
|
|
@ -135,12 +135,11 @@ if __name__ == "__main__":
|
||||||
print("er-patcher: remove_60hz_fullscreen pattern scan failed")
|
print("er-patcher: remove_60hz_fullscreen pattern scan failed")
|
||||||
|
|
||||||
if patch.permanent:
|
if patch.permanent:
|
||||||
# create backup of eldenring.exe
|
|
||||||
copy("eldenring.exe", "eldenring.exe.bak")
|
|
||||||
|
|
||||||
if patch.with_eac:
|
if patch.with_eac:
|
||||||
|
copy("eldenring.exe", "eldenring.exe.bak")
|
||||||
exe = "eldenring.exe"
|
exe = "eldenring.exe"
|
||||||
else:
|
else:
|
||||||
|
copy("start_protected_game.exe", "start_protected_game.exe.bak")
|
||||||
exe = "start_protected_game.exe"
|
exe = "start_protected_game.exe"
|
||||||
|
|
||||||
# patch elden ring
|
# patch elden ring
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue