Script mod scaffolder

Generate a working .ts4script Python mod for the Sims 4. Pick the mod kind, fill in the fields, click Download. Drop the file into Documents/Electronic Arts/The Sims 4/Mods/ and enable script mods in Game Options.

Mod kind

Example: `givecoins 10000` adds simoleons, `partymode` triggers a party.

How to install

  1. Drop the downloaded .ts4script into Documents/Electronic Arts/The Sims 4/Mods/
  2. Launch Sims 4 → Game Options → Other
  3. Enable Custom Content and Mods AND Script Mods Allowed
  4. Restart the game

How to edit

  1. Rename .ts4script.zip
  2. Extract the .py file
  3. Edit in VS Code (Python extension recommended)
  4. Re-zip back to .ts4script
Sims 4 compiles .py files at load time — no need to precompile to .pyc.