RimWorld
Haul Explicitly Reborn
Hiển thị 11-20 trong 20 mục
< 1  >
Cập nhật: 1 Thg09 @ 7:45pm
bởi Keahuy

Optimized the structure of the source file
------
Bug: When all available cells at the target location are occupied by other Pawns, the idle Pawns still attempt to haul the items that need to be moved, resulting in an error message.
To fix it: Add detection to prevent attempts.
------
Future: Optimize the handling logic so that the same stack of items can be handled by the most suitable handlers (try adapting to AutoBlink)

Cập nhật: 31 Thg08 @ 4:32am
bởi Keahuy

how many empty catch!!!

Optimized: remove a empty catch
------
Bug: Mysterious bug that cannot be stably reproduced, often occurs when handling a large number of non stacked items, resulting in {pawn} threw exception in WorkGiver HaulExplicitly: System.ArgumentException: Specified cells don't exist in DeliverableDestinations. . The problem was found to be that sometimes the value pointed to by the iterator cannot be assigned to the iteration variable in the foreach loop of the FreeSpaceInCells method.

To fix it: I currently do not have the ability to fundamentally fix it, but I can make a few more judgments to avoid this issue.

Cập nhật: 29 Thg08 @ 10:25pm
bởi Keahuy

Bug: An error and the 'haul' command cannot be displayed due to the lack of null value check when moving and selecting MinifiedThings (like uninstalled Stonecutter's table)
To Fix It: Add null value check.

Cập nhật: 28 Thg08 @ 10:57pm
bởi Keahuy

Removed the update envelope (the current method is a bit annoying, I will make a better one when needed in the future)🤔

Cập nhật: 28 Thg08 @ 7:42pm
bởi Keahuy

Bug: Save and Load files results in weak reference _parentPosting being null
ToFixIt: Add detection and processing
Bug: The letter of the update message was not saved in the Save as expected
ToFixIt: Added record saving

Cập nhật: 28 Thg08 @ 8:08am
bởi Keahuy

Now compatible with "Stack Gap"!

Cập nhật: 27 Thg08 @ 4:50am
bởi Keahuy

Bug: The display judgment criteria for Gizmo were written in the wrong place, resulting in an NullReference error.
To fix it: Move the judgment criteria to the correct position.

Cập nhật: 26 Thg08 @ 7:58pm
bởi Keahuy

Bug: When used with the "Keyz 'Allow Utilities" mod, the Stone Chunks haul command becomes invalid.
To Fix it: The (Re) haul command from this mod is not displayed and active when the item is a block heap.

Cập nhật: 26 Thg08 @ 12:28am
bởi Keahuy

[Auto-generated text]: Update on 8/26/2025 3:31:13 PM.

Cập nhật: 25 Thg08 @ 11:48pm
bởi Keahuy

[Auto-generated text]: Initial upload.