RimWorld

RimWorld

Toddlers
Showing 31-40 of 71 entries
< 1  2  3  4  5  6 ... 8 >
Update: 1 Oct, 2024 @ 7:23am

[Auto-generated text]: Update on 10/1/2024 3:23:31 PM.

Toddlers should no longer attempt to skydream in unsafe temperatures, therefore avoiding an infinite loop of going outside and being retrieved by adults

Update: 27 Sep, 2024 @ 8:54am

[Auto-generated text]: Update on 9/27/2024 4:54:32 PM.

- Major update: "take baby to safety" code rewritten more or less from scratch. Hopefully this will fix a large number of errors with this area of gameplay
- Added missing Translate keys for "return to crib", "let out of crib"
- Updated the way I do debug logging to make it harder for myself to accidentally leave tons of logspam active when I update

Update: 2 Jul, 2024 @ 9:05am

[Auto-generated text]: Update on 7/2/2024 5:04:50 PM.

- removed logspam

Update: 21 Apr, 2024 @ 6:38am

[Auto-generated text]: Update on 4/21/2024 2:38:19 PM.

- Reinstated DBH patch for 1.5

Update: 3 Apr, 2024 @ 2:29am

[Auto-generated text]: Update on 4/3/2024 10:29:25 AM.

- Fix for errors relating to trying to play with babies inside buildings
- Fix for a NullReferenceException in BringBabyToSafety related to checking if the baby is currently in a crib

Update: 18 Mar, 2024 @ 10:21am

[Auto-generated text]: Update on 3/18/2024 5:21:20 PM.

- If a baby/toddler needs rest for medical reasons, adults should no longer remove them from the bed/crib to play with them, but should do so in situ
- Fixed: starving toddlers ignoring whether or not they should be able to feed themselves
- Fixed: toddlers generated as toddlers receiving "Newborn" backstory, not "Toddler"
- Fixed: edge case where toddlers of hostile factions could attack colonists
- Fixed: potential error message on save load with skydreaming toddler

Update: 17 Mar, 2024 @ 3:47pm

[Auto-generated text]: Update on 3/17/2024 10:46:57 PM.

- Initial compatibility for 1.5 (unstable)

Update: 15 Mar, 2024 @ 6:45am

[Auto-generated text]: Update on 3/15/2024 1:45:24 PM.

- Finally got around to learning how Translate keys work, and implemented them for all previously-hardcoded text
- Changed names of apparel settings for (hopefully) better clarity

Update: 14 Mar, 2024 @ 9:25am

[Auto-generated text]: Update on 3/14/2024 4:25:13 PM.

- Toddlers belonging to enemy factions are no longer considered threats and will no longer cause pawns to flee and/or open fire on them
- Abandoned toddlers belonging to enemy factions can now be adopted
- Fixed an error that would occur when non-player-faction toddlers were sleeping or downed
- Rework of baby refugee pod event:
-- Toddlers generated in such a pod no longer immediately crawl/toddle their way off the closest map edge
-- Babies and toddlers who fall from the sky are unhappy about the experience
-- Dead parents generated alongside skyfalling babies are now of the same xenotype as the baby

Update: 11 Mar, 2024 @ 9:34am

[Auto-generated text]: Update on 3/11/2024 4:34:40 PM.

- HAR compat: additional error catching
- HAR compat: improved reporting of race initialisation