BABYSITTER 1.7.1 REQUIREMENTS - SMAPI - Content Patcher - Child To NPC - Custom NPC Fixes FEATURES - Two personality types (outgoing and shy) - General dialogue (different for each personality) - Dialogue during babysitting (same for all children) - Schedule for babysitters Alex, Maru, Sebastian, Abigail, Shane, Emily, Linus, Sam, Leah and Elliott (one child for one babysitter only) - Dialogue for no babysitter (different for all children) - Schedule for no babysitter (different for all children) - Likes and dialogue for gifts - Movie dialogue and concession tastes - Portuguese translation - Chinese translation CONFIGURATION Load the game with the mod for the first time to generate the config file. CHILD TO NPC CONFIG The config file in the Child to NPC folder will look like this by default: { "AgeWhenKidsAreModified": 83, "DoChildrenWander": true, "DoChildrenHaveCurfew": true, "CurfewTime": 1900, "ChildParentPairs": {}, "ModdingCommands": false } "AgeWhenKidsAreModified" is the day after the child's birth that it will be changed into an NPC. the default date occurs one month after the child turns into a toddler. The lowest number you can set this to is 56. **IMPORTANT** "DoChildrenWander" should be set to false. True will result in bugs around the Bus Stop area "DoChildrenHaveCurfew" will make the child come back to the house at a certain time. If it is false then the child will sleep over at a friend's house or elsewhere. "ChildParentPairs". The mod will assume that the current spouse is the parent of the child. If this is not the case you can set the child's parent like so: "ChildParentPairs": { "Violet": "Shane", "Lily": "Elliot" } Write the children's names and the name of their parent. BABYSITTER CONFIG The config file in the Babysitter folder will look like this by default: { "FirstBabysitter": "None", "SecondBabysitter": "None", "FirstPersonality": "Outgoing", "SecondPersonality": "Shy" } You can change the babysitter for the first born and second born child like so: { "FirstBabysitter": "Sebastian", "SecondBabysitter": "Maru" } You can also change the children's personalities. Make sure to use quotation marks "" and don't delete any commas. KNOWN ISSUES - Don't give your child the name of an already existing NPC - Don't give your child a name with spaces in it, e.g. "Alex Jr" - Don't have more than 2 kids. This will mix up the children's names - Sometimes children will refuse to leave the house even when they have a schedule. Closing the game and reopening should solve this problem.