Author Topic: A lite Sims4 Cheat Mod: modify money, relationship, skills  (Read 2115 times)

Offline AlexLee1990

  • Nooboo
  • *
  • Posts: 2
A lite Sims4 Cheat Mod: modify money, relationship, skills
« on: February 20, 2022, 07:06:07 PM »
Hi everyone! I am a sims player, and just start learning how to write mod. This is the first script mod I wrote, includes some basic cheats with more user friendly commands. Hope I can learn more from the Forum. Thanks!


Download Link: https://lli-sims-mod.s3.us-west-2.amazonaws.com/Sims4CheatMod.ts4script

Instruction:
This is a simple Sims4 script mod, that allows you to add money to the household, establish friendship or romance to other sims, and boost your skills to maximum level.

Commands:
add_money <amount> // add money to your current sim, example: add_money 100
remove_money <amount> // remove money from your current sim, example: remove_money 100
max_skill <skill name (no space)> // set the skill to max level, example: max_skill baking
become_friend <firstname> <lastname> // become friend with the target sim, example: become_friend Brad Pitt
become_lover <firstname> <lastname> // become lover with the target sim, example: become_lover Brad Pitt
cheats_help // list all the available commands

More instructions: https://medium.com/@lli-1990


 

anything