File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ` ).
You can’t perform that action at this time.
0 commit comments