GuidanceOfGrace / CLASSIC-Fallout4

Crash Log Auto-Scanner & Setup Integrity Checker for Fallout 4 / Buffout 4. Tool that extensively scans Fallout 4 game & mod files and Buffout 4 crash logs, then provides troubleshooting advice depending on what it finds.
8 stars 4 forks source link

Going to the AI code stylist #50

Closed evildarkarchon closed 1 year ago

evildarkarchon commented 1 year ago

Many formatting, modularity, and readability changes, too many to list (belive me, I tried).

I also included a bugfix, the NVIDIA mods were not showing up. My hypothesis is that the check for the mod['condition'] was running first, not last since they started showing up once I moved that check to the bottom before the else statement. The Vulkan Renderer check is still printing unconditionally despite my best efforts.

Also added my version the censoring fix.

evildarkarchon commented 1 year ago

Guess I'll have to wait until the next version to have my fun 🤣. To be serious, though, I was hoping to rebase this based on the new commit but it didn't work out.