hySims scans your entire mod folder, finds version conflicts, broken scripts, and crash-causing files — using AI and a community-built conflict database. Free forever.
Hypatia reads your mod list against a live database of known conflicts and uses LLM reasoning to flag version mismatches, broken scripts, and incompatible packages.
Can't find the culprit? Guided binary search splits your mods in half each round — find the crash-causing file in log₂(n) game launches, not days of manual testing.
Offline-first library of curated conflict pairs built from community discoveries. Works without internet. Updates automatically from GitHub on every launch.
Checks GitHub on every launch. New version available? A progress bar appears, it installs, and the app reboots — completely automatic. Always on the latest build.
Reads your lastException.txt and translates Python tracebacks into plain English — including which mod caused it, what version you need, and where to get it.
Connect to Hypatia's server for deep AI analysis — mod version history, community fix suggestions, and natural language explanations of every conflict found.
hySims auto-detects your EA Sims 4 Mods path on Windows. Confirm and hit Scan.
Scripts, packages, and tray items are indexed. Known conflicts flagged instantly from the local database.
Each conflict shows severity, the conflicting files, what version is needed, and where to get it.
Paste your error or ask in plain English — the AI provides community-sourced solutions and mod history.
Remove or update the flagged mods. Launch Sims 4. Plumbob stays green. 💚
Double-click the .exe. Windows may show a SmartScreen warning. Click "More info" → "Run anyway" — the source is fully public and open source.
On first launch hySims checks for updates and shows a progress bar if a new version is available. It installs and restarts automatically.
If wrong, click Browse and select your folder manually.
.package, .ts4script, and .tray fileLarge collections (5,000+ mods) take 30–90 seconds on first scan. Subsequent scans are faster — unchanged files are cached.
The report shows three severity levels:
| Badge | Severity | Action |
|---|---|---|
| 🔴 Critical | Confirmed crash cause | Remove or update immediately |
| 🟡 Warning | Resource conflict | One mod may override the other |
| 🟢 Info | Outdated mod | Update for best compatibility |
Always move rather than delete. Most conflicts are fixed by updating the mod to its latest release.
If no known conflict is found but your game still crashes, Binary Search Mode finds the culprit via guided 50/50 elimination.
Each round cuts your mod collection in half. With 1,000 mods you find the bad file in ~10 game launches maximum instead of testing one by one.
_disabled/ automaticallyAll mods are fully restored automatically when binary search finishes. Nothing is permanently moved.
The local database (known_conflicts.json) contains curated community-discovered conflicts. Works fully offline.
| Mod A | Conflicts With | Severity |
|---|---|---|
| NRaas MasterController | MC Command Center | Critical |
| Scumbumbo TeleportAnySim | Patch 1.100+ | Critical |
| TURBODRIVER WickedWhims | BaseGame scripts (old) | Warning |
| Carl's Gameplay Overhaul | Some Lumpinou mods | Warning |
| Weerbesu UI Cheats | Old patch versions | Warning |
Found a new conflict? Submit a GitHub pull request — the community grows the database together.
hySims checks GitHub Releases on every launch:
The updater backs up your current install automatically before replacing it. Your conflict database and settings are always preserved.
Connect to Hypatia's server for analysis beyond the local database:
lastException stack trace, get a diagnosis and fixAI backend needs internet. The local conflict scanner and binary search work fully offline.
| Error in log | Likely Cause | Fix |
|---|---|---|
lastException: NRaas | NRaas script conflict | Update NRaas or remove MasterController |
AttributeError: 'NoneType' | Broken CC dependency | Binary search to isolate the broken file |
IndexError TeleportAnySim | Outdated Scumbumbo mod | Remove — use modern alternatives |
gallery widget hang | Gallery UI bug | Set playflowenabled=0 in Options.ini |
Resource.cfg not found | BOM encoding issue | See resource.cfg section below |
A UTF-8 BOM (byte order mark) in Resource.cfg causes the game to silently ignore entire Mods subfolders — you can have 5GB of CC the game never loads.
Resource.cfg in Notepad++hySims detects and offers to fix BOM encoding automatically — click "Apply Fix" in the scan warning banner.
lastException.txt and paste it into the Hypatia chatUse the Hypatia chat bubble in the bottom-right corner of this page — she knows mod history and common fixes. Or open a GitHub issue with your patch version and lastException.txt.
Hypatia is a full-stack AI system built for power users. She brings enterprise-grade analysis to the Sims 4 community — completely free.
The same AI managing research systems, code analysis, and complex data pipelines is here to keep your Plumbob green.
Mod version history — knows release timelines for 500+ popular mods
Natural language — ask in plain English, get plain English answers
Exception analysis — paste a crash log, get a full diagnosis
Community memory — learns from fix reports across the Sims community