
Hi! so I as wondering on how can i export my mods folder (and if possible my mods_overrides folder) into a txt file because my game has been lagging lately and idk if its because of a mod and i dont want to manually type ALL of them out so is there a way? thanks!

If you have The Fixes installed, you can go to the directory of the game's crash log and there will be a txt file called "The Fixes Info.txt" and it contains a list of every single mod you have, mods and mod_overrides included.
Two mods I know of can cause pretty bad performance drops. One of them is an outdated version of Contours++. If you have that mod and never updated it, do it now. Another "mod" (more of a cheat) is a skin unlocker. The folder name is "LegendarySkins-PD2-master". There's a few lines of code that destroy performance for some reason. Ditch it right away

mod_overrides, maybe not but for script mods, you can check the logs by navigating to the logs folder in mods. It'll look something like this:
12:33:25 AM Lua: [INFO] [BLT] Loading module 'BLTLogs'
12:33:25 AM Lua: [INFO] [BLT] Loading module 'BLTModManager'
12:33:25 AM Lua: [INFO] [BLT] Loading module 'BLTDownloadManager'
12:33:25 AM Lua: [INFO] [BLT] Loading module 'BLTKeybindsManager'
12:33:25 AM Lua: [INFO] [BLT] Loading module 'BLTPersistScripts'
12:33:25 AM Lua: [INFO] [BLT] Loading module 'BLTLocalization'
12:33:25 AM Lua: [INFO] [BLT] Loading module 'BLTNotificationsManager'
12:33:25 AM Lua: [INFO] [BLT] Loading module 'BLTAssetManager'
12:33:25 AM Lua: [INFO] [BLT] Cleaning logs folder, lifetime 1 day(s)
12:33:25 AM Lua: [WARN] [BLT] Could not read or find mod.txt in mods/Adjusted Perk Deck Descriptions/
12:33:25 AM Lua: [WARN] [BLT] Could not read or find mod.txt in mods/Crit Counter/
12:33:25 AM Lua: [INFO] [BLT] Setting up mod 'Simple Mod Updater'
12:33:25 AM Lua: [INFO] [BLT] Setting up mod 'No Print'
12:33:25 AM Lua: [INFO] [BLT] Setting up mod 'SuperBLT'
12:33:25 AM Lua: [INFO] [BLT] Setting up mod 'Fix Voiceline Overlap'
12:33:25 AM Lua: [INFO] [BLT] Setting up mod 'Player Platform in Chat'
12:33:25 AM Lua: [INFO] [BLT] Setting up mod 'Platform Detector'
12:33:25 AM Lua: [INFO] [BLT] Setting up mod 'BeardLib'
12:33:25 AM Lua: [INFO] [BLT] Setting up mod 'HopLib'
If you have The Fixes installed, you can go to the directory of the game's crash log and there will be a txt file called "The Fixes Info.txt" and it contains a list of every single mod you have, mods and mod_overrides included.
Two mods I know of can cause pretty bad performance drops. One of them is an outdated version of Contours++. If you have that mod and never updated it, do it now. Another "mod" (more of a cheat) is a skin unlocker. The folder name is "LegendarySkins-PD2-master". There's a few lines of code that destroy performance for some reason. Ditch it right away