Trixarian / NetherSX2-patch

Unofficial Patches for NetherSX2
https://discord.gg/6cGWCrqAw5
The Unlicense
639 stars 28 forks source link

Metal Gear Solid 3: Subsistence patches doesn't work at all #35

Closed ANDRO1D-0502 closed 6 months ago

ANDRO1D-0502 commented 6 months ago

In this game, I tried installing 30 fps and 20:9 patches, but none of them work, and the emulator says that there is no patches enabled. In other games all patches work without problems.

Trixarian commented 6 months ago

Did you put it in the cheats folder at Android/data/xyz.aethersx2.android/files/cheats and made sure the filename matches your version of Metal Gear Solid 3: Subsistence's CRC hash with a .pnach at the end?

You can see the CRC hash for the game by long pressing on it in your Game List, and going to Game Properties, and you'll find it's under Summery

ANDRO1D-0502 commented 6 months ago

Screenshot_2024-01-03-08-41-44-897_xyz aethersx2 android Game doesn't see Force 30 and 60 fps patches only. So could be it's only porblem with fps locker, because 21:9 patch now work?

Trixarian commented 6 months ago

You may want to remove the // before either the 60fps or 30fps lines. You don't want to run both at the same time

ANDRO1D-0502 commented 6 months ago

30 fps lock still doesn't work

ANDRO1D-0502 commented 6 months ago

Screenshot_2024-01-03-12-52-01-677_xyz aethersx2 android

Trixarian commented 6 months ago

// means it's a comment - so it's commented out It needs to look like:

comment=Force 30 FPS
patch=1,...
patch=1,...
patch=1,...

to work

ANDRO1D-0502 commented 6 months ago

Oh, thank you, didn't know that i need to remove //. Now all working😄