isJuhn / KAMI

Kot And Mouse Injector
MIT License
102 stars 14 forks source link

KAMI only recognizes the European version of Resistance: Fall of Man #38

Open OnceACodeMonkey opened 2 years ago

OnceACodeMonkey commented 2 years ago

It does not recognize the NTSC-U version. This is because GameManager.cs only lists "BCES00001" as a possible id for RFoM. It does not have "BCUS98107" (NTSC-U) or "BCAS20003" (NTSC-A).

This caused KAMI to crash every time I tried to tried to play Resistance with it. The NTSC-U version seemed to run just fine with KAMI after I added the NTSC-U version to GameManager.cs, so it should probably be added.

isJuhn commented 2 years ago

Different regional releases of games can have changes in their executable which makes KAMI incompatible, this is why only the european one was listed, it is the only version I have tested with. I think there are also issues with the resistance FoM implementation in later levels, needs investigation

OnceACodeMonkey commented 2 years ago

Alright. I'll let you know if I find any issues with the NTSC-U version. I've already discovered that the tank you drive near the beginning of the game ignores my aiming left and right with the mouse. I can only aim it up and down.