Compare commits
2 Commits
v0.0.1
...
disc-read-
Author | SHA1 | Date | |
---|---|---|---|
25cd907a32 | |||
8acf4fcf8b |
@ -169,9 +169,6 @@ namespace fastfiles
|
||||
|
||||
// Fix compressor type on streamed file load
|
||||
db_read_stream_file_hook.create(0x14027AA70, db_read_stream_file_stub);
|
||||
|
||||
// Allow loading of unsigned fastfiles
|
||||
utils::hook::nop(0x1402427A5, 2); // DB_InflateInit
|
||||
}
|
||||
}
|
||||
};
|
||||
|
@ -189,6 +189,9 @@ namespace mods
|
||||
// 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
|
||||
|
||||
// Allow loading of unsigned fastfiles
|
||||
utils::hook::nop(0x1402427A5, 2); // DB_InflateInit
|
||||
|
||||
command::add("loadmod", [](const command::params& params) -> void
|
||||
{
|
||||
if (params.size() != 2)
|
||||
|
Reference in New Issue
Block a user