Force 2003: Difference between revisions

From Gameswiki
Jump to navigation Jump to search
No edit summary
Line 11: Line 11:


To fix this, decrypt /usr/local/bin/start, open up Ghidra, find the ForceChk1 function and make it so it always returns 1.
To fix this, decrypt /usr/local/bin/start, open up Ghidra, find the ForceChk1 function and make it so it always returns 1.
Check the picture blow for what to patch. The left side should look exactly like that.


Do note, that it might have an additional Motherboard check. This patch doesn't do anything regarding that.
Do note, that it might have an additional Motherboard check. This patch doesn't do anything regarding that.
[[File:Force 2003 HDD and Touch Patch.png|center|thumb|800x800px]]

Revision as of 16:33, 27 July 2025

Description

Notes:

Patches:

Booting Force 2003/2003.5 on non Megatouch Hardware:

Force 2003/2003.5 checks to see if you're running an official Merit Hard Disk and a Force SMT-4 Touchcontroller (similar to SMT-3, but with a black container instead of white), and if it detects it's not, it will boot the game as MAXX.

To fix this, decrypt /usr/local/bin/start, open up Ghidra, find the ForceChk1 function and make it so it always returns 1.

Check the picture blow for what to patch. The left side should look exactly like that.

Do note, that it might have an additional Motherboard check. This patch doesn't do anything regarding that.