Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
LoadTransportersInBulk_Load
LoadPortalInBulk
LoadVehicleInBulk
I haven't looked at the code yet, but "Misc. Robots" robots get stuck on loading tasks.
I suspect its robots are assigned loading jobs, but they are intrinsically unable to perform them.
@BadTom
这样,请打开开发者模式,勾选BLFT模组设置的“具体行为(Toils)日志”。然后复现Bug(让小人尝试装载尸体),发给我Toils日志。
@iBckkom
类似,打开开发者模式,勾选“工作分配器(WorkGiver)日志”。然后右键点击运输工具并复现问题,把日志发给我。
非常感谢
Now supports bulk loading for Vehicle Framework vehicles! This can be enabled in the settings.
1. Do not work with vehicle mods."
Is this a soft incompatibility - the mods are fine to have together, but vehicle loading simply doesn't benefit from Bulk Load?
Thanks for the detailed report. To help me investigate further, could you please test something for me? If only my mod is installed, does the shuttle still disappear in the same scenario?
I am using this mod as well. https://steamcommunity.com/sharedfiles/filedetails/?id=3525851843
After I uninstalled yours, I could use the shuttle without issue.
While I couldn't replicate the hang myself, I identified a redundant piece of code that could potentially cause infinite loops in some situations.
I have removed this redundant code. Please try and let me know if the issue is resolved for you.
Thanks for the report, this might indeed be an issue. I'll be releasing a fix in the next few days. For now, you can resolve it by temporarily disabling the "bulk loading function" in the settings.
today got a weird bug when my lifters tried to get to the shuttle 7 prisioners and drop them every passed tile to shuttle
disabling autoloading and manually assign pawns to load prisioners seems to resolve issue
https://steamcommunity.com/sharedfiles/filedetails/?id=724602224
> Root level exception in OnGUI(): System.NullReferenceException: Object reference not set to an instance of an object
at BulkLoadForTransporters.Core.CentralLoadManager.ReleaseClaimsForPawn (Verse.Pawn pawn)
at BulkLoadForTransporters.HarmonyPatches.Pawn_DeSpawn_Patch.Prefix (Verse.Pawn __instance)
@VitaKaninen Good to know, thanks mate