RimWorld

RimWorld

Apparel Ownership
Showing 1-10 of 12 entries
< 1  2 >
Update: Jul 10 @ 2:32am

1.6:
- Added patch 1.6 support (changing some methods to follow the new logic)

1.4 - 1.6:
- Owned apparel is no longer boosted over non-owned apparel unless the Prefer Owned Apparel option is enabled.

- Fixed pawns getting stuck trying to wear apparel they are not allowed to wear.

- Fixed pawns twitching between owned apparel with similar scores due to unconditional boosting.

- Ensured pawns drop unowned apparel if they have an owned alternative in the same slot (when Prefer Owned Apparel is enabled).

- Improved hauling logic to respect ownership-restricted shelves, avoiding storage assignment errors and pawn twitching when multiple pawns haul simultaneously.

- Added missing reservation checks in storage evaluation, preventing reservation conflicts and errors.

Update: Mar 18 @ 10:15pm

Removed some debugging lines to avoid spam.

Update: Mar 18 @ 8:39am

Changed the method to handle the new "Allow owned-by-pawn-only filter in built storage", from patching to hard override. It had to be done, the logic is too entangled to just patch (it would override itself in the next tick). Because of this, make sure to have the mod quite high in the list, so all the other mods can patch. Except what's needed, the override retains the vanilla logic.

Update: Mar 18 @ 3:12am

Fix: Uploaded wrong files in the previous patch :P

Update: Mar 18 @ 2:19am

Added:
- Mod option "Prefer owned apparel over non-owned (even if worse)", which allows preference of owned apparel over better non-owned one.
- Mod option "Allow owned-by-pawn-only filter in built storage", which adds a button in furniture storage (shelves-like) to allow only apparel owned by that specific pawn. Higher priority storage would still snatch the item out of this one, as it should. If an item is already stored somewhere with this filter non-active, but then the filter is activated, the items not allowed would be removed only if they've a "better" storage to go (higher priority) - they wouldn't be allowed back though, as it should.

Fixes:
- Some issues with the Japanese translation.

Update: Jul 12, 2024 @ 5:06am

Fixed conflict with Mechanitor quest generation.

Update: Jun 29, 2024 @ 9:11pm

Minor bugfix.

Update: Jun 29, 2024 @ 12:15am

Bugfix for detailed information panel of apparel and simplification of some logic.

Update: Jun 27, 2024 @ 8:33am

Added support for 1.4

For 1.5, added functionality in the quick search widget (Z key). Now you can search also the owner's name and the apparel will be listed in the results.

Update: Jun 25, 2024 @ 11:55pm

Added multilingual support and some languages: English, Italian, French, German, Spanish, Simplified Chinese, Traditional Chinese, Japanese.

Feel free to add more (or correct my translations), the mod has very few lines.