Changed DataLoadOrderPatch to be 1 by default.

This commit is contained in:
NovaRain
2019-06-24 12:18:00 +08:00
parent b8b16d5449
commit 56764c86c7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ UseFileSystemOverride=0
;Set to 1 to use the modified data load order for the engine to find game data
;Original: patchXXX.dat > critter_patches > critter_dat > f2_res_patches > f2_res_dat > master_patches > master_dat
;Modified: master_patches > critter_patches > patchXXX.dat > critter_dat > f2_res_patches > f2_res_dat > master_dat
DataLoadOrderPatch=0
DataLoadOrderPatch=1
;Set to 1 to enable loading alternative dialog msg files from text\<language>\dialog_female\ for female PC
;Set to 2 to also load subtitle files from text\<language>\cuts_female\ for female PC
+1 -1
View File
@@ -379,7 +379,7 @@ void EnableSuperSaving() {
// load saved page and list positions from file
MakeCalls(load_page_offsets, {0x47B82B});
//Add Load/Save page offset to Load/Save folder number/////////////////
// Add Load/Save page offset to Load/Save folder number/////////////////
MakeCalls(AddPageOffset01, {
0x47B929, 0x47D8DB, 0x47D9B0, 0x47DA34, 0x47DABF, 0x47DB58, 0x47DBE9,
0x47DC9C, 0x47EC77, 0x47F5AB, 0x47F694, 0x47F6EB, 0x47F7FB, 0x47F892,
+1 -1
View File
@@ -330,7 +330,7 @@ void LoadOrder::init() {
GetExtraPatches();
if (GetConfigInt("Misc", "DataLoadOrderPatch", 0)) {
if (GetConfigInt("Misc", "DataLoadOrderPatch", 1)) {
dlog("Applying data load order patch.", DL_INIT);
MakeCall(0x444259, game_init_databases_hack1);
MakeCall(0x4442F1, game_init_databases_hack2);