Ronald N How do I cheat?
Reputation: 0
Joined: 11 Jan 2021 Posts: 7
|
Posted: Sat Oct 04, 2025 6:25 am Post subject: Please help me with Eternal Champions: CFDS |
|
|
Hello, we're trying to make a CPU vs. CPU cheat for the old game Eternal Champions: Challenge from the Dark Side, and we've come across a tricky question. Here's what someone else wrote about it:
@punchblockkick
3 weeks ago
I tried it and even got it working, but it had a big problem. The way the game runs the CPU is that it fires off a single script, and if you set both sides to CPU, they'll both execute the same commands, but one will be in reverse, so it will look like it's just doing everything the 'primary' side does, but in reverse. So I couldn't really make a tournament out of it, sadly.
Maybe you can suggest something?
The code inside these addresses is:
004767F0 - 8A 37 - mov dh,[edi]
004767F2 - 8A 57 01 - mov dl,[edi 01]
Fusion.exe 767DB - 57 - push edi
Fusion.exe 767DC - 81 E7 FFFFFF00 - and edi,00FFFFFF { (0) }
Fusion.exe 767E2 - 81 FF 00000800 - cmp edi,00080000 { 524288 }
Fusion.exe 767E8 - 73 0D - jae Fusion.exe 767F7
Fusion.exe 767EA - 03 3D E8526A00 - add edi,[Fusion.exe 2A52E8] { (04026020) }
Fusion.exe 767F0 - 8A 37 - mov dh,[edi]
Fusion.exe 767F2 - 8A 57 01 - mov dl,[edi 01]
Fusion.exe 767F5 - 5F - pop edi
Fusion.exe 767F6 - C3 - ret
|
|