RimWorld

RimWorld

Do Lovin' When Idle
Showing 11-20 of 36 entries
< 1  2  3  4 >
Update: 29 Aug @ 10:06pm
by =-=

Colonists now consider fire, temperature, and vacuum (Odyssey DLC).

Optimized the initial Toil GotoBed of the JobDriver, reducing its performance impact.
(before reaching the bed) Average per tick for 4 pawns reduced from ~0.012ms to ~0.004ms.

Update: 28 Aug @ 6:01pm
by =-=

IdleLovin' can now occur whenever colonists are in an Idle state, regardless of their schedule.
They will first check their own condition (e.g., bleeding, mood, hunger) before initiating Lovin'.

The cooldown for IdleLovin is configured with a modified calculation based on the original Lovin', which considers factors such as their opinions and individual health statuses.
(Royalty DLC) The "Word of Love" psychic power will further reduce this cooldown, and may also have a slight effect on the partner.

Refactor:
Pawns will be assigned the job via the ThinkNode-based JobGiver_IdleLovin, rather than through a postfix on JobGiver_IdleJoy.

Fix:
The meaningless "DoLovinWhenIdleComponent" log that appeared when removing the mod after a previous patch will no longer be displayed.
Fixed a bug where bed ownership was not being re-verified.
Fixed a bug where a colonist's own location was not being re-verified.

Update: 26 Aug @ 4:43am
by =-=

Updates for 1.4 and 1.5

Update: 25 Aug @ 5:37am
by =-=

Optimized the JobDriver, reducing its performance impact by over 90%.
Average per tick for 2 pawns reduced from ~0.040ms to ~0.004ms.

Fix: Fixed a rare Null Reference Exception that could occur in specific situations since the last mod update.

Update: 23 Aug @ 7:24pm
by =-=

(1.6 Version Only)
JobDriver uses the Variable Tick Rate (VTR) introduced in 1.6.

(All Versions)
A lover waiting in a bedroom can now have social interactions.

Update: 23 Aug @ 7:20pm
by =-=

Update: 21 Aug @ 9:47am
by =-=

The option for Pawns to continue recreation at 100% only applies if they were idle before starting the activity.
Added logic to check for a valid path before assigning a job.
(Biotech DLC)Pawns now consider "Postpartum Exhaustion".
Significantly stabilized the JobGiver to better handle situations involving exploration or expeditions (Odyssey DLC).

Full support for "[sbz] Endless Recreation" is now implemented.

Update: 16 Aug @ 3:12am
by =-=

Remove unnecessary tags in About.xml that interfere with RimPy/RimSort mod sorting.

Update: 21 Jul @ 9:26am
by =-=

Fixed and improved compatibility with "Yayo's Animation (Continued)"

Update: 4 Jul @ 6:56pm
by =-=

Fixed IdleLovin failing when the pawn's bed was minified or on a different map.

(Note: Previously missing mod changes have now been applied to version 1.4 as well.)