More then one patch?

I am making a repo of a game, that I've played before in the past. I am fimilar with patches, but I am wondering, can you apply more then one patch and have them stack or does one over write the others? Because there's more then one hack I want to patch into this game.

Comments

  • You can apply multiple patches if they aren't modify the same parts of code, i.e. not actually overlap. Otherwise results will be unpredictable.
  • depends, sometimes it works, sometimes it doesn't. Sometimes they only work in an emulator and not on a console. I can tell you that I have been disappointed before when combining patches. What's worse, is that only rarely does some kind hacker come along and make a combination of them.
Sign In or Register to comment.