pds72
Well-Known Member
- Sep 25, 2019
- 1,100
- 991
- 307
They changed the code. In 7 it was setup so you redefine some of the dialog. In 8, they removed that.Well, i haven`t played this game before so i started a new game...normally, in the other games i`ve played so far, the ipatch should have worked on the new game start, up to their respective ipatch version. This one didn`t, that`s why i posted, i thought it could be a bug.
Sample:
In 7 we had
mc norm cur "Have a good night [upd69]"where game had
define upd69 = "Evelyn."and the patch had
define upd69 = "mom."So if the patch didn't have this defined it would just use the game's. Meaning if 8 would have stayed with the format, the patch would have worded until it ran out of definitions.
But this is the same line in 8
mc norm cur "Have a good night Evelyn."
So no definitions to replace anymore.
TLDR: Game code changed, Ipatch will need to be redone from scratch.