RimWorld

RimWorld

201 ratings
Bulk Load For Transporters
3
3
2
   
Award
Favorite
Favorited
Unfavorite
Mod, 1.6
File Size
Posted
Updated
694.515 KB
30 Aug @ 9:20pm
6 Oct @ 6:25am
39 Change Notes ( view )

Subscribe to download
Bulk Load For Transporters

Description
Bulk Load For Transporters ( And More ! )

This mod requires Pick Up And Haul to function. It aims to boost loading efficiency by using a background algorithm to transform your colonists into a highly efficient logistics team when performing loading tasks.



Core Features:
  • Multi-Scenario Loading Support:
    This mod now natively supports bulk operations for various loading targets, including transport pods, shuttles, and entrances/exits to caves or underground vaults. It can also automatically support similar buildings added by other mods that follow standard game specifications.

    Now supports bulk loading for Vehicle Framework vehicles!

  • Bulk Loading:
    After generating a pick-up list, your colonists will visit multiple item stacks to fill their PUAH inventory. Upon reaching the drop-off point, they will sequentially take each type of item from their inventory into their hands before loading it into the container.

  • Multi-Pawn Collaboration:
    Introduces a concurrency control system that allows multiple colonists to execute bulk-loading tasks in parallel.

  • Bulk Unloading:
    Colonists can now bulk unload your faction's pack animals. The process seamlessly hands off to the Pick Up And Haul system for subsequent storage.

  • Inventory Handover:
    When a bulk-loading job is interrupted for any reason (e.g., drafted, downed) or completes normally, any task-related items remaining in a colonist's inventory are handled seamlessly: they are either safely returned to the Pick Up And Haul system for unified management or opportunistically unloaded to fulfill the needs of other nearby transporters.

  • Settings Interface:
    Access the settings interface to customize additional details and fine-tune your user experience.



Frequently Asked Questions (FAQ)

Q1: Does this Mod significantly affect game performance? Will my late-game saves lag?
A1: The impact is minimal. BLFT was designed to strictly avoid potential performance killers:
  • Smart Decision-Making: When looking for work, the AI first performs a quick pre-assessment, then only uses game-built efficient indexes for scanning, strictly avoiding any "full-map scans."
  • Efficient Planning: When determining pickup routes, the AI first quickly filters a small "candidate pool" using inexpensive "straight-line distance" checks, and then only performs expensive, true pathfinding calculations on a few targets within that pool. This ensures intelligent routing while minimizing performance overhead.
  • Lightweight Execution: The actual execution of tasks consumes almost no more performance than vanilla hauling behavior.
In summary: While implementing its features, BLFT has made every effort to reduce performance overhead to an unnoticeable level.

Q2: Can this Mod be safely added to or removed from a save game?
A2: Yes.
  • Adding: You can add BLFT to an existing save game at any time.
  • Removing: I have built-in cleanup mechanisms. In the mod settings, the "Interrupt bulk loading tasks on save" option is enabled by default, ensuring that no errors occur when loading your save game after removing this mod.

Q3: I encountered a bug or strange behavior, what should I do?
A3: To help us pinpoint the issue faster, you can enable developer mode in the game, then go to BLFT Settings -> Debug Settings and enable the corresponding logging options based on the type of problem you encountered. Sending the logs along with your problem description may provide crucial clues for us to resolve the issue!

Q4: I'm using a fork or an unofficial version of Pick Up and Haul, and I'm seeing a yellow warning icon next to your mod in the mod list. Is this a bug?
A4: No, this is not a bug. It is an expected and completely harmless UI notification. As long as you have any functional version of Pick Up and Haul active, this warning icon will have no negative impact on your game whatsoever, and the mod will work perfectly.



Source Code:
https://github.com/Ilarion33/BulkLoadForTransporters



Future Plans:
This loading framework was designed with extensibility in mind, with plans to expand its functionality to more loading scenarios in the future.

Mod's Current Defects:
1. Incompatible with Misc. Robots
Popular Discussions View All (3)
14
6 Oct @ 10:48am
PINNED: Bug Report
Ilarion
13
4 Sep @ 7:35pm
red errors with some mods
Rovstam
0
16 Sep @ 1:00am
Red error from shuttle disappearing.
Xardis
121 Comments
Ilarion  [author] 7 Oct @ 7:52pm 
@Sneaky Angel
The author of the Vehicle Framework, Phil, has indicated that he will personally integrate bulk functionality for vehicles in the next update. Therefore, to avoid double work, I have removed support for loading vehicles.
Phil's response can be found on the previous page of this comment section, as mentioned.
Sneaky Angel 7 Oct @ 7:32pm 
Does not seem to be working. I tested it by selecting one of my helicopters and clicking "Load Cargo". I then made sure to select only 1 of several different light weight items to see if the pawns would scoop all of them, but instead the pawn went and took each singular item one at a time making 8 trips. I am not sure if I am using the mod right? Any help would be nice thanks.
mtmfs324215 6 Oct @ 8:27am 
虽然我大部分游玩情况不需要对多种装载目标的批量操作,但是看起来很有趣,订阅了
Ilarion  [author] 4 Oct @ 11:38pm 
@玛卡巴卡的爹地
“小人搬minified建筑不是我选择的那个”,这个问题我已经在10月2号的更新中修了;
如果你是指在装载运输仓组时,小人有时装到一半、暂时把minified建筑掉落在运输仓旁边,但之后又会回去捡起来继续装——这是正常行为
玛卡巴卡的爹地 4 Oct @ 9:07pm 
很好用 就是装载minified的建筑物的时候小人会卡住装不进去
tatarpilled 1 Oct @ 11:06am 
thank you:steamhappy:
Ilarion  [author] 30 Sep @ 4:23am 
@Mostima
The author of Vehicle Framework has stated that he will integrate "bulk" functionality for vehicles next update. Therefore, I will no longer be addressing vehicle-related issues.
I recommend you keep an eye on Vehicle Framework's updates.
Mostima 30 Sep @ 3:40am 
Mod seems to cause issues with customising vehicles in that the pawns will never take the items to the vehicle and perform the upgrade.
Ilarion  [author] 30 Sep @ 3:07am 
@Yashiro Mamo 感谢!
你先试一下把模组卸载看看;或者你试一下在模组设置中关闭“装载/卸载”功能。
我目前没有改动这部分“装卸战争女皇”的逻辑,可能不是我这个模组的问题。
Yashiro Mamo 29 Sep @ 10:35pm 
非常好的MOD,不过疑似导致战争女王的钢铁装卸出问题,小人会不停地给战争女王装入钢铁→拆出钢铁,还没有深入研究,有时间我开调试模式看看