**
Chat GPT may have found the issues, I swear mods will be the death of me. Just when you think you nuked all of them, something is still lingering. I nuked below.
**
THE PROBLEM (clear as day)
This line right here:
"modsDirectoryMode": "CFCore"
AND:
"userAgent": "cfcore.ue 1.33.3"
AND:
https://88849.api.curseforge.com
Translation (this is HUGE)
Your game is STILL running the CurseForge Core integration
Even though:
-
you disconnected it
-
you removed mods
-
you cleaned folders
The CFCore plugin is still active inside the game
THIS explains EVERYTHING
-
Mod popup still showing

-
“Couldn’t load mods library”

-
Crashes during load

-
CPU spikes

The game is trying to:
initialize CurseForge mod system… but it’s broken / missing data
then crashes during scene load
THIS IS THE ACTUAL FIX PATH
We need to disable or break CFCore inside the game.
**
