A quick and dirty tool for saving time when troubleshooting Sims 4 mods.
A powerShell script implements the 50/50 method for isolating problematic mods for The Sims 4. Holds your hand, streamlines the process of finding which mod(s) are causing issues in your game.
- Disables half of your mods
- You test the game
- If the problem persists, the issue is in the enabled half. If not, it's in the disabled half.
- Repeat the process with the problematic half until you isolate the issue
This script automates this process, handling the enabling/disabling of mods and guiding you through the steps.
- Clone this repository or download the
50-50.ps1file - Ensure you have PowerShell installed (comes pre-installed on Windows 10 and later)
- Open PowerShell
- Navigate to the directory containing the script
- Run the script
- Follow the on-screen prompts
- Profit
- Automatically handles enabling/disabling of mods
- Keeps track of the current "problem set" of mods
- Allows undoing actions
- Provides a final list of probable problematic mods
- Option to restore all mods to enabled state at the end
- Requires manual testing of the game between iterations, the tool simply holds your hand
- Will take multiple iterations for large mod collections
Feel free to fork, modify, and submit pull requests. All contributions, very welcome.