darkpanda
Dark Prince
- Joined
- Oct 28, 2007
- Messages
- 839
I am pretty sure the only difference in CIV.EXE between 474.01 and 475.01 is the "4" digit replaced by a "5" digit... The file "DM_EXE_EN47401.txt" could be just copied and renamed "DM_EXE_EN47501.txt", and it would work...Got it, it's because I was actually using 475.01. It's looking for the resource DM_EXE_EN47501.txt. Which checking the source code on source forge, only exists for 474.01.
So user error after all!
Unfortunately I cannot test this, since it seems I don't have every version of every CIV.EXE at hand to make the comparison...
Also you encounter this problem because I optimistically marke the patch023 as compatible with both versions 474.01 and 475.01, so JCivED wrongfully allowed you to configure this patch... This can be prevented by restricting the patch compatibility directly at line 11 of file "patches/patch023_game_cfg.xml":
- Before
Code:
<data versions="EN47401,EN47501"> <parts><part> <offset> 0x23859 </offset>
Code:
<data versions="EN47401"> <parts><part> <offset> 0x23859 </offset>