Timeslip help please!

gvx

First time out of the vault
cht-sfall is porting multi-byte characters to Chinese version exe

source code
https://code.google.com/p/cht-sfall/source/browse/#svn/trunk

source code downloads
http://myhome.apbb.com.tw/gvx/SVN cht-sfall.rar

Chinese and English compared
http://myhome.apbb.com.tw/gvx/FALLOUT2offsets.rar

Chinese version exe
(ddraw.dll,FALLOUT2.EXE,ddraw.ini) http://myhome.apbb.com.tw/gvx/FALLOUT2cht.rar

ExtraSaveSlots and EnableHeroAppearanceMod not work

Page button on the upper and lower error pipboy

//<comments removed because they couldn't display correctly in this encoding>
// SafeWrite8(0x0049627E, 0xE8); //not sure/
// SafeWrite32(0x0049627F, ((DWORD)&newbuttonfct) - 0x00496283); //not sure/
// SafeWrite8(0x00496283, 0xE9); //not sure/
// SafeWrite32(0x00496284, 0x0000005B); //not sure/

Error election will perk

//if(GetPrivateProfileIntA("Misc", "ScriptExtender", 0, ini)) {
dlog("Applying script extender patch.", DL_INIT);
StatsInit();
dlog(".", DL_INIT);
ScriptExtenderSetup();
dlog(".", DL_INIT);
LoadGameHookInit();
dlog(".", DL_INIT);
PerksInit();
dlog(".", DL_INIT);
KnockbackInit();
dlog(".", DL_INIT);

//perk_owed hooks
SafeWrite8(0x004AE6BF, 0xe8); //call LevelUpHook
SafeWrite32(0x004AE6C0, (DWORD)&LevelUpHook - 0x004AE6C4); //replaces 'mov edx, ds:[PlayerLevel]
SafeWrite8(0x004AE6C4, 0x90);
 
Back
Top