Skip to content

Commit 3a8afdd

Browse files
committed
docs: mention the bundled Elden Ring cheat set, not just Valheim
1 parent e33d3c4 commit 3a8afdd

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

‎README.md‎

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@ Two ways to cheat:
1212
itself never puts the old value back. NOP it out, replace it, force a
1313
fixed result, or skip a method entirely for one object.
1414

15-
Primary target so far is **Valheim** (Mono JIT), with 15 ready-made cheats
16-
shipped in `games/valheim.json`. The engine underneath isn't Valheim-specific
17-
— see [Sharing cheats](#sharing-cheats) below for adding your own game.
15+
Ships with two ready-made cheat sets: **Valheim** (Mono JIT — 15 cheats,
16+
`games/valheim.json`) and **Elden Ring** (native, pointer-chain value
17+
cheats — 14 cheats, `games/start_protected_game.json`, named for Elden
18+
Ring's EAC-protected executable). The engine underneath isn't tied to
19+
either game — see [Sharing cheats](#sharing-cheats) below for adding your
20+
own.
1821

1922
> Windows only. The native addon's injection path is Win32; Linux is stubbed
2023
> out but not implemented (see `native/src/platform/platform_linux.cc`).

0 commit comments

Comments
 (0)