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
MessageBox(this->m_hWnd, "P2:MM is being run with a unsupported Source Engine/Portal 2 branch game!\n\"-forcep2mmload\" has been specified to stop the plugin shutting down the game.\nProceed with caution as crashes and bugs could occur!", "Unsupported P2:MM Game", MB_OK | MB_ICONEXCLAMATION);
236
238
Log(WARNING, false, R"(P2:MM is being run with a unsupported Source Engine/Portal 2 branch game! "-forcep2mmload" has been specified to stop the plugin shutting down the game. Proceed with caution as crashes and bugs could occur!)");
237
239
}
240
+
#pragma endregion
238
241
239
242
Log(INFO, true, "Connecting tier libraries...");
240
243
ConnectTier1Libraries(&interfaceFactory, 1);
241
244
ConnectTier2Libraries(&interfaceFactory, 1);
242
245
246
+
// MARK: Engine Interfaces
247
+
#pragma region Engine Interfaces
243
248
// Make sure that all the interfaces needed are loaded and usable.
Log(ERRORR, false, "P2:MM failed to unload!\nGame has to be shutdown as possibly some other patches/hooks are still connected which can cause issues!");
583
594
}
595
+
#pragma endregion
584
596
585
597
if (p2mm_discord_rpc.GetBool() && CDiscordIntegration::DiscordRPCRunning())
0 commit comments