Sim Routine Planner V2
Changelog
2024/12/17 (V2)
New Features:
- Reminders have been added to the mod. (Thanks to desiree101 for the idea!)
- The planners can now be added to a Sim's inventory.
- Routines can be edited now.
- Routines can now be forced, so if a Sim was directed to read beforehand and the time for routine comes, they will cancel the reading interaction and perform the routine.
Fixes/Improvements:
- Fixed an issue where the planner wouldn't direct Sims to take a shower in the shower tub.
- Fixed an issue where the baby/toddler bedtime routine would persist when the planner is set to paused.
- Updated the days selection UI. (Big thanks to Lyralei for helping me with this!).
Mod Info
• This mod was built and tested with game version 1.69, but should work with v.1.67 as well.
• What type of mod is this? - This a new object mod, adding a routine planner for your sims to do specific interactions at certain times, like having a meal or going to bed, or reminders for the player themselves.
• Translations - This mod currently does not support translations.
Object Info
Routine Planner / Baby & Toddler Routine Planner
• LOD0 - 280 poly count
• LOD1 - 52 poly count
• Non recolorable, has 3 designs randomly chosen when spawned.
• Costs 7 Simoleons
The planners can be found in Study - Hobbies & Skills or in Miscellaneous Decor.
Mesh and textures are my own.
Object Functionality
Routines:
To use a routine planner, you need to assign sims of the current houshold to it first. Only Sims aged child-elder can be picked for the regular one, whereas babies and toddlers have their own where you can assign caregivers too. Pets cannot be assigned. You can then choose a selection of preset routines for them:
- Morning Routine (consists of brushing teeth, using the bathroom if necessary and taking a shower or bath).
- Breakfast Routine (consists of eating leftovers)
- Lunch Routine (consists of eating leftovers)
- Dinner Routine (consists of eating leftovers)
- Prepare Meal Routine (consists of preparing a meal depending on time of day)
- Workout Routine (chooses any available athletic object randomly)
- Gardening Routine (Tends any plant that needs)
- Laundry Routine (consists of washing dirty laundry and getting any available clean laundry)
- House Cleaning Routine (consists of cleaning dirty household objects, making beds and disposing of trash)
- Bedtime Routine (consists of brushing teeth, using the bathroom if necessary, taking a shower or bath then going to bed)
- Evening Routine (consists of brushing teeth, using the bathroom if necessary and taking a shower or bath)
- Sleep Time Only Routine (consists only of going to bed)
And for babies and toddlers:
- Breakfast Routine (uses feed on floor interaction for toddlers, and normal feeding interaction for babies)
- Lunch Routine (uses feed on floor interaction for toddlers, and normal feeding interaction for babies)
- Dinner Routine (uses feed on floor interaction for toddlers, and normal feeding interaction for babies)
- Bedtime Routine (consists of changing the baby/toddler if needed, snuggling them and putting them in a crib)
Additionally, you can also create your own custom routines, this is explained later on.
Once you pick a routine, you can select which days it will be active on, and what hour. When the routine is activated, all of the assigned sims will be called to perform the routine. However, with certain routines like laundry and preparing a meal, you can choose if only one sim should follow the routine regardless of how many sims are assigned. I also don't recommend setting a routine such as a bedtime or evening one that consists of using toilets and sinks with so many sims at once, as they will stomp and throw routing errors. However they will find their own beds to sleep in so they won't try to use the same one (unless said sims don't have ownership of a bed).
Keep in mind that all of the assigned sims and routines are relative to each planner, so they will not carry over to other ones (aka non global) so you can have a routine planner for each Sim.
If a Sim is not able to follow a routine, such as tending the garden in the gardening one, it is most likely because they are not normally able to access the interaction associated with the routine because of their skill level, traits or age. If the routine is related to eating or feeding and the sim is not hungry, it will also be skipped.
Although when deleting the planner while there are sims assigned to it should remove then, it is still recommended that you remove all sims and routines before deleting or switching households anyway.
Reminders:
Reminders are similar to routines, except you don't need to assign any Sims. There are 2 types of reminders you can set up:
- Repeating Reminder: Will repeat every x amount of hours/days selected, or you can set specific days of the week for it.
- One Time Use Reminder: Will only go off after the specified hours or days, then goes away.
When you set one up, you'll be prompted to give it a time, name and a description. Once it goes off, a popup message will appear with the description inside, simple!
As with routines, it's best to manually delete the reminders before deleting the routine planner, or pausing them when switching households.
Interaction Info
• Assign Sim/Caregiver For Routine: Assigns the selected Sims to the routine planner.
• Display All Active Routines/Reminders: Shows all of the active routines or reminders with their set days and time.
• Display All Assigned Sims/Caregivers: Shows all assigned Sims in the planner.
• Give Name: Gives a name to the planner shown as a tooltip.
• Edit Active Routine: Gives the ability to edit the time, days, and for some routines, the amount of Sims for it.
• Force Routines/Stop Forcing: Forces Sims to follow the routine even if they've been directed to do something else by the user.
• Pause/Unpause All Routines: Pauses or unpauses all of the active routines in the individual planner.
• Remove All Routines and Assigned Sims : Removes all assigned Sims and active routines, basically a reset.
• Remove Routine/Sim: Removes the selected routine or Sim(s).
• Customize Interaction From Routine: Adds the ability to swap having breakfast/lunch/dinner with a quick meal or swapping taking a shower with taking a bath. For the other options, an interaction script name is required (explained later).
• Set Routine: Sets a routine for all of the sims assigned in the routine planner.
• Set Reminder: Sets a reminder tied to the planner.
• Swap Design: This is a cheat interaction so you need to hold shift click on the object to see it. This gives the option to swap between the 3 different designs of the routine planner.
Creating a Custom Routine
This does not require any knowledge of coding, but it does require S3PE and a little bit of patience if you're not familiar with it
In order to create your own custom routine or customize an interaction from one, you will need S3PE to preview the GameplayData package file located here C:\Program Files (x86)\Origin Games\The Sims 3\Game\Bin\Gameplay. I very highly recommend making a copy of the file so you don't accidentally edit anything.
When you create a new routine, you will be prompted to give it a name. Then you will need to enter the object name of the target and the interaction name, so if you want to make a painting routine, search for the paint interaction in the GameplayData package file (the file name is Paint_Easel). It has to be an ITUN file type, so you can see the object and interaction name on the right side of the screen (if you don't see anything, you need to set up a text editor as an external program in s3pe).Copy the contents inside of the quotation marks where it says Object Name (in this case "Sims3.Gameplay.Objects.HobbiesSkills.Easel") and paste it into the prompt in-game. Then do the same for the interaction name ("Sims3.Gameplay.Objects.HobbiesSkills.Easel+Paint+Definition"). Just set the days and the hour for the routine after, then voila! You have created a custom routine for all of the assigned Sims.
Keep in mind that not all interactions can be made into routines, such as visiting lots or social interactions (sim to sim interactions such as a sim tickling a toddler are fine though). If the interaction name does not exist in the object's list of interactions, the routine will fail to activate, so if you set the object name as a counter and set the interaction name as sit, it won't work because the sitting interaction doesn't exist on counters.
This also works for custom interactions too.
Conflicts & Known Issues
This is a new scripted object, so conflicts are very unlikely. No known issues were found!
---
-Enjoy and Happy Simming!
Filename | Type | Size |
---|---|---|
TSS_SimRoutinePlanner_V2.rar | rar | |
TSS_SimRoutinePlanner.package | package | 1031526 |
TSS_SimRoutinePlanner_V2.rar
Download
Uploaded: 18th Dec 2024, 681.6 KB.
4,823 downloads.
|
||||||||
For a detailed look at individual files, see the Information tab. |
Install Instructions
Loading comments, please wait...
Updated: 18th Dec 2024 at 2:45 AM
-
by cmomoney updated 14th Jan 2015 at 8:05pm
2.4k 2.4m 6.2k -
by Kitabalibar 4th Mar 2012 at 10:43am
100 174k 366 -
by ani_ updated 26th Aug 2014 at 5:14am
168 140.6k 543 -
Shop for Clothing Display Pedestal Mod
by ani_ 19th May 2014 at 6:36am
+1 packsInto the Future -
by lizcandor 27th Apr 2021 at 9:22pm
80 87.8k 325 -
by mingos updated 19th Oct 2021 at 11:32pm
20 22.3k 75 -
**UPDATED: 26-July** Cigarette Smoking Mod - OVERHAUL
by olomaya updated 31st Jul 2022 at 9:08pm
+1 packsUniversity Life
-
by TheSweetSimmer updated 27th Oct 2022 at 2:55pm
- Huge thanks to MissPat for testing and giving feedback! more...
67 205.3k 303 -
Autonomous Play with Teddy Bear
by TheSweetSimmer 7th Sep 2018 at 2:20pm
Mods tuning mods more...
17 39.7k 86 -
Toddlers Stand by Default [Obsolete]
by TheSweetSimmer 23rd Nov 2018 at 9:51pm
This is a mod to allow toddlers to stand by default. more...
-
Children can care for their lil' siblings
by TheSweetSimmer 19th Aug 2018 at 10:20am
Game mods script & core more...
124 258.1k 669 -
by TheSweetSimmer 26th Dec 2018 at 5:39pm
This mod makes it so children and toddlers (teens and up if they're childish) have more fun playing with their toys. Some even boost some of their skills! more...
7 31.7k 104 -
by TheSweetSimmer updated 25th Jun 2024 at 3:49pm
31 20.6k 88 -
Animation World - Update 21/07/2018 (New Scripts)
by TheSweetSimmer updated 21st Jul 2018 at 10:33am
Misc animations more...
38 39.3k 76 -
Outdoor Activities for Toddlers
by TheSweetSimmer 18th Jun 2022 at 10:08pm
Before we talk about the mod, I want to give massive thanks to MissPat for helping me test the mod more...
+2 packsAmbitionsSeasons -
"A Day with Mom" Posepack for Adults & Children
by TheSweetSimmer 16th Apr 2019 at 11:15pm
Is your mother sim and their child planning a day out? This posepack will be perfect for taking pictures of their special day together. more...
10 20.5k 30 -
Toddlers can Ride Rocking Rider
by TheSweetSimmer 31st Dec 2020 at 5:42pm
With this mod, toddlers can join the fun in playing on rocking horses! more...
+1 packsSupernatural
About Me
• Content policy: Feel free to do what you like with my stuff! Just please credit me if you do and don't re-upload :)