bakkesmodorg / BakkesModInjectorCpp

C++ rewrite of the BakkesModInjector
67 stars 21 forks source link

What does "Enable safe mode" do? #12

Closed shangles closed 3 years ago

shangles commented 3 years ago

Sorry for posting here but I can't find info on this in the BakkesMod wiki or on Discord FAQ.

I noticed in my Windows client there's an "Enable safe mode" option in the Settings menu that is checked. I'm just looking for clarification on what this does and when it should be used. Perhaps this info should be added to the wiki?

Bakkes commented 3 years ago

Disabling this option will skip the version check, so it will always try to inject into a running rocket league process even if there's a version mismatch between the mod and the game. Disabling it doesn't really do much anymore since the DLL now also has version checks in it, its mostly kept it so we can test other versions of the DLL with the current Rocket League.