Compare commits

..

1 Commits

Author SHA1 Message Date
189cca6a80 mods: add missing patch
Co-authored-by: mjkzy <mjkzyalt@gmail.com>
2025-06-20 11:01:01 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -169,6 +169,9 @@ namespace fastfiles
// Fix compressor type on streamed file load // Fix compressor type on streamed file load
db_read_stream_file_hook.create(0x14027AA70, db_read_stream_file_stub); db_read_stream_file_hook.create(0x14027AA70, db_read_stream_file_stub);
// Allow loading of unsigned fastfiles
utils::hook::nop(0x1402427A5, 2); // DB_InflateInit
} }
} }
}; };

View File

@ -189,9 +189,6 @@ namespace mods
// Load mod.ff // Load mod.ff
utils::hook::call(0x1405A562A, db_load_x_assets_stub); // R_LoadGraphicsAssets According to myself but I don't remember where I got it from utils::hook::call(0x1405A562A, db_load_x_assets_stub); // R_LoadGraphicsAssets According to myself but I don't remember where I got it from
// Allow loading of unsigned fastfiles
utils::hook::nop(0x1402427A5, 2); // DB_InflateInit
command::add("loadmod", [](const command::params& params) -> void command::add("loadmod", [](const command::params& params) -> void
{ {
if (params.size() != 2) if (params.size() != 2)