exactly, he can look at code in a hex editor and actually understand what is happening. I have since written a tool for editing the start year but was only able to do so because I found the required offsets by observing which were edited by his patch.
It isn't as simple as changing one value, the start year is stored in multiple places. In some places it is stored relative to the actual start year.
JohnLocke wrote:These are literal offsets (add 0x400000 for Olly offsets)
Start Year:
0x13386, 0x140e5, 0x224f0, 0x44270, 0x44297, 0x5f4ee, 0x5f97c, 0x5f981, 0x16fc63, 0x18b387, 0x1aee53, 0x1bab86, 0x1bac32, 0x1bb6ab, 0x1bc8b2, 0x1c3068, 0x1db242, 0x2673c3, 0x267495, 0x267582, 0x26766d, 0x26775a, 0x267829, 0x2678f8, 0x2679c6, 0x267aa1, 0x267b81, 0x267c6d, 0x267d5a, 0x267e55, 0x267f50, 0x268043, 0x268149, 0x268236, 0x268324, 0x268411, 0x2684ff, 0x2685ed, 0x2686bc, 0x2687ac, 0x268899, 0x268987, 0x268a77, 0x268b65, 0x268c54, 0x268d40, 0x268e2f, 0x268f1d, 0x26900b, 0x2690da, 0x37d858, 0x3d2410, 0x41b93d, 0x430591, 0x430598, 0x4305dc, 0x430a64, 0x430f8e, 0x430fb4, 0x43129a, 0x4312b4, 0x431608, 0x431622, 0x4318ad, 0x4318c6, 0x431b54, 0x431b6d, 0x431e66, 0x431e80, 0x4320b3, 0x4320cd, 0x432324, 0x432577, 0x43290d, 0x433055, 0x43339d, 0x4336eb, 0x433c84, 0x433f8e, 0x434382, 0x43475d, 0x434aad, 0x434dfd, 0x435297, 0x435c39, 0x435fca, 0x43668e, 0x436a55, 0x436d68, 0x4371a5, 0x4371d5, 0x4374e9, 0x43805d, 0x438357, 0x43869f, 0x456ce0, 0x4fddd2, 0x5041f3
Start Year - 3 0x3e6819
Start Year - 1 0x55fd1, 0xdc02c, 0x12d2e2, 0x3e68fe, 0x3e691f, 0x45e98f
Start Year + 1 0xdc135
Start Year + 2 0x29e84e, 0x45b841, 0x45b898, 0x45c40c
Start Year + 3 0xdc113, 0x19ba24
No, just edit the required offsets and the game does the rest.