mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
update ifs_hook missing warning message
This commit is contained in:
@@ -2364,9 +2364,9 @@ int main_implementation(int argc, char *argv[]) {
|
|||||||
// layeredfs
|
// layeredfs
|
||||||
if (fileutils::dir_exists("data_mods") &&
|
if (fileutils::dir_exists("data_mods") &&
|
||||||
GetModuleHandleA("ifs_hook.dll") == nullptr) {
|
GetModuleHandleA("ifs_hook.dll") == nullptr) {
|
||||||
log_warning("launcher", "data_mods directory found, but ifs_hook.dll is not present; mods will not load");
|
log_warning("launcher", "data_mods directory found, but ifs_hook.dll is not loaded; mods will not load");
|
||||||
deferredlogs::defer_error_messages({
|
deferredlogs::defer_error_messages({
|
||||||
"data_mods directory was found, but ifs_hook.dll is not present",
|
"data_mods directory was found, but ifs_hook.dll is not loaded",
|
||||||
" your mods will not load",
|
" your mods will not load",
|
||||||
" to fix this, download ifs_layeredfs and add it as a DLL hook (-k)",
|
" to fix this, download ifs_layeredfs and add it as a DLL hook (-k)",
|
||||||
" https://github.com/mon/ifs_layeredfs"
|
" https://github.com/mon/ifs_layeredfs"
|
||||||
|
|||||||
Reference in New Issue
Block a user