You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spdlog::info("Bugfix Mod Checks: Checking for {} Community Bugfix Compilation.", (eGameType & MGS2) ? "MGS2" : "MGS3", CommunityBugfixCompilationASI.string());
307
+
if (!std::filesystem::exists(CommunityBugfixCompilationASI))
308
+
{
309
+
spdlog::info("");
310
+
spdlog::info("===================================== Bugfix Mod Checks =====================================");
311
+
spdlog::info("{} Community Bugfix Compilation mod is not currently installed.", (eGameType & MGS2) ? "MGS2" : "MGS3");
312
+
if (eGameType & MGS2)
313
+
{
314
+
spdlog::info("This mod fixes nearly 14,000 texture issues, hundreds of transparent textures / models, missing audio / music, and countless localization errors / typos introduced by the 2011 Bluepoint HD remaster.");
315
+
}
316
+
else
317
+
{
318
+
spdlog::info("This mod fixes nearly 4000 texture issues, over 500 transparent textures / models, restores missing regional content, and corrects countless localization errors / typos introduced by the 2011 Bluepoint HD remaster.");
319
+
}
320
+
spdlog::info("===================================== Bugfix Mod Checks =====================================");
321
+
spdlog::info("");
322
+
323
+
}
324
+
else
325
+
{
326
+
spdlog::info("Bugfix Mod Checks: {} Community Bugfix Compilation Check: Mod is installed.", (eGameType & MGS2) ? "MGS2" : "MGS3");
327
+
}
328
+
}
329
+
}
330
+
331
+
332
+
296
333
if (eGameType & MGS2)
297
334
{
298
335
spdlog::info("Bugfix Mod Checks: Checking for missing MGS2 Bugfix Mods...");
"Warning: MGS2 Community Bugfix Compilation is not currently installed.\n"
419
-
"\n"
420
-
"This mod fixes nearly 14,000 texture issues, hundreds of transparent textures/models, missing audio/music, and countless localization errors/typos introduced by the 2011 Bluepoint HD remaster.\n"
"Reminder: MGS2 Community Bugfix Compilation is not currently installed.\n"
430
-
"\n"
431
-
"This mod fixes nearly 14,000 texture issues, hundreds of transparent textures/models, missing audio/music, and countless localization errors/typos introduced by the 2011 Bluepoint HD remaster.\n"
0 commit comments