About this mod
Turns your children into little NPCs. Requires ContentPatcher.
- Requirements
- Permissions and credits
Use a content pack
Replacement NPCs for your children must be provided by content packs. A popular content pack is The Farmer's Children. Note that this one consists of two content packs and you need both.
Create a content pack
For creating a content pack see NPC data in the Stardew Valley Wiki. Note that NPCDispositions must not be provided by your content pack, these are generated and handled internally by the mod.
Starting from version 1.1, the mod provides 2 ContentPatcher tokens:
- Candidus42.LittleNPCs/FirstLittleNPC
- Candidus42.LittleNPCs/SecondLittleNPC
Every token supports these arguments:
- Name
- DisplayName
- Gender
- BirthSeason
- BirthDay
- Age
The 1.0 tokens are still there but shouldn't be used for new development.
Only one argument can be given at a time. Token arguments are passed after a colon. For example, if you want the internal name of FirstLittleNPC, use
{{Candidus42.LittleNPCs/FirstLittleNPC: Name}}
In your content pack, use these tokens instead of hard-coded names and genders.
Convert a ChildToNPC content pack
Content packs for the unmaintained ChildToNPC mod are supposed to be easily convertible, even though some tokens are not provided.
See README.md for details.
Notes
For technical reasons NPC conversion happens at 6:10. You might be able to see your unconverted children before. This is expected behavior.
Special thanks to lemurkat for suggestions and bug reports. That really helps to improve this mod :-)
Source code on GitHub