Hi there! You are currently browsing as a guest. Why not create an account? Then you get less ads, can thank creators, post feedback, keep a list of your favourites, and more!

Satisfaction Console Cheat

SCREENSHOTS
Downloads 975 Thanks  Thanks Favourited 159,606 Views
February 06, 2020 - Scumbumbo has passed on but his work and memories are still being kept alive by many of those whose lives he has touched. To download fixes for his mods, please check https://scumbumbomods.com/ and please direct any questions or concerns to the discord channel linked there.
Uploaded: 16th Sep 2014 at 11:56 AM
Updated: 13th Nov 2018 at 10:44 PM - Updated Nov 13, 2018 for Python 3.7.0
Note: With the addition of the sims.give_satisfaction_points cheat in the December 16 (careers) patch, this mod is no longer required. However, the mod still will work and does not require testing cheats to be enabled, so you can continue using it, add it to your game if you don't already have it, or use the new built-in cheat. Have it your way!

Satisfaction Cheat Console Command

This is a simple script to add a console command to allow increasing (or decreasing) satisfaction by any amount that the game can handle. This is based on the whims_give_bucks function in the builtin sim_commands.py script, but is a regular console command that doesn't require testingcheats or debug cheats to be enabled.

Update: Accepts a sims name instead of requiring their sim id. The target sim does not have to be on the current lot. Checks to ensure that satisfaction is not decreased below zero.

Installation

Extract the MTS_Scumbumbo_SatisfactionCheat.ts4script from the download zip file into your game Mods folder. This is a script mod, so scripting must be enabled.

This mod should be compatible with any version of the game since 1.47.49 (November 13, 2018).

As it is a new command, it should not interefere with any other script mods.

Usage

Open the console window with Ctrl-Shift-C. This is a "Live" command type, so testingcheats is not required to be enabled. Enter the satisfaction command and an amount to increase (or negative to decrease) satisfaction. This does not invalidate or satisfy any current whims or aspiration challenges. The amount will be applied to the currently selected sim, or if you specify the name of another sim, to that sim.

Examples

satisfaction 25000
Adding 25000 satisfaction for John Doe

satisfaction 1000 Jane Doe
Adding 1000 satisfaction for Jane Doe

Additional Credits:
All of the brilliant people who have worked on getting the game's base scripts decompiled. Special thanks to fetusdip for his reload script.