Scient, do you mean that if you have the polish version, I should skip the engine patches labeled:
PATCH_PRINT ~Creating engine space for new functions.~
PATCH_PRINT ~Engine Patched at Offset: 0x3A0FC~
and
// When waiting for PST cd to be put in, patches cd/dvd drive letter display to 'drive' (default if it can't find one)
PATCH_PRINT ~Creating more engine space for new functions.~
PATCH_PRINT ~Engine Patched at Offset: 0x3A40F~
and
// 4cd *ONLY* -> changes call to location of above function in 4cd code to match 2cd so in future offsets are same for both
// search: E8 FD AD DC FF
// replace: E8 C5 AD DC FF
PATCH_IF Q_VER = 4
BEGIN
SPRINT "Q_Patch_Name" ~2. Fix to synchronize function offsets between 2CD and 4CD versions~
?
Soon as you tell me it's okay to skip those 3 in the polish version (it's the 3rd I'm not sure about) then I can upload a version of EngineFixes.tph that should install properly for them.
Qwinn
Edited by Qwinn, 28 June 2009 - 04:47 PM.