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!

Summon Sim

SCREENSHOTS
7,021 Downloads 136 Thanks  Thanks 43 Favourited 73,400 Views
Uploaded: 2nd Jun 2016 at 1:58 AM
Updated: 3rd Jun 2016 at 6:19 AM
Purpose
This summons a named sim. It is the same as the two cheats sims.get_sim_id_by_name followed by sims.summon_sim_to_zone but avoids the user having to get the sim ID first.

I made this for myself to clean out ghosts from my contact list more easily by pausing the game, summoning ghosts in my contact list, using a cheat to add them to the household, setting CAS to full edit mode and then going into CAS and deleting them. I wasn't going to post it since there's a more full-featured mod by Scumbumbo called Teleport Any Sim that summons sims to a statue and changes their behaviour to cause them to stick around, but decided to post it anyway for in case anybody wants a small simple mod to summon sims.

Since the built-in cheats summon sims to the place sims appear when they zone into lots, that is where this mod summons them as well.

Use
Enter the debug console (Ctrl+Shift+C for Windows) and use this:

summon_sim SimFirstName SimLastName

Example

summon_sim john doe

Game Version
It's been tested with 1.18.64.

Installation

Put the zip file into your mods folder and assure script mods are enabled in your game options.

Credits
  • EA for allowing us to mod Sims 4
  • TheHologramMan for unpyc3.py and those that edited it
  • darkkitten30 for the Python decompiling batch file that uses unpyc3.py