Skip to content

Commit 0e49d05

Browse files
committed
updated readme
1 parent 198b0ec commit 0e49d05

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,22 @@
22

33
The only differnce between this version and [cheat engine 7.5](https://github.com/cheat-engine/cheat-engine) from the master branch is an extra export function for `isWow64Process` in `plugin.pas`.
44

5+
If `IsWow64Process` is added to the plugin function exports in future versions of cheat engine, you can disregard this repository and clone from the master branch.
6+
57
# Build
68

7-
Lazarus IDE, see [cheat engine 7.5](https://github.com/cheat-engine/cheat-engine)
9+
Lazarus IDE, see the build instructions for [Cheat Engine](https://github.com/cheat-engine/cheat-engine)
810

911

1012
# Usage
1113
- If you just want to use [DMA plugin](https://github.com/kaijia2022/Cheat-Engine-DMA-Plugin/) with cheat engine 7.5:
12-
- Download the cheat engine executables with customized sdk in the release folder.
14+
1. Download the cheat engine executables with customized sdk in the release folder.
1315

1416
- For future user who want to use the latest version from the master branch:
15-
- Clone [cheat engine](https://github.com/cheat-engine/cheat-engine) source code from master branch
16-
- Copy [`plugin.pas`](https://github.com/kaijia2022/cheatengine-extended-sdk/blob/main/Cheat%20Engine/plugin.pas)
17-
- replace `plugin.pas` in the source code you just cloned.
18-
- Build the cheat engine with lazarus IDE.
17+
1. Clone [Cheat Engine](https://github.com/cheat-engine/cheat-engine) source code from master branch
18+
2. Copy [`plugin.pas`](https://github.com/kaijia2022/cheatengine-extended-sdk/blob/main/Cheat%20Engine/plugin.pas)
19+
3. replace `plugin.pas` in the source code you just cloned.
20+
4. Build the cheat engine with lazarus IDE.
1921

22+
- For users who want to use older versions of cheat engine, if you have the source code of your corresponding version, repeat steps 2-4 from above.
2023

0 commit comments

Comments
 (0)