I forgot difficulty to do

pd Wrote:Apparently, status texts (STT:...) don't work either, I'll look into them soon.When I test status text appeared normal

About saving / loading: I has decided this problem already

(Only for RadSite Class)
@PD You have correctly changed at 0065B3A0h from 74h to 78h

PROC at 0065B3D0h is RadSite::Load
at 0065B431h you can see:
0065B431 add esi,24h
0065B434 push esi
0065B435 push offset lpSwizzleManagerClass
0065B43A call SwizzleManagerClass__Swizzle
I simple add:
lea eax, [esi+24h]
push eax
push offset lpSwizzleManagerClass
call SwizzleManagerClass__Swizzle
lea eax, [esi+74h]
push eax
push offset lpSwizzleManagerClass
call SwizzleManagerClass__Swizzle
ARM forever - x86 sucks!