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
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2966777634
Hope it helps anyone!
I posted about this on Misc. Craftable Robots as well, as I'm not sure which would be responsible for the issue.
Love the mod!
PatchOperationReplace(xpath=Defs/ThingDef[defName="AIRobot_Hauler"]/statBases/CarryingCapacity): Failed to find a node with the given xpath
[End of stack trace]
just found this further up in the debug log
[Misc. Craftable Robots Addon] Patch operation Verse.PatchOperationReplace(Defs/ThingDef[defName="AIRobot_Hauler"]/statBases/CarryingCapacity) failed
Also can you change the power usage so that if the bot is not docked and not actively charging the dock itself would draw a fraction of the power (something like 5 watts)? Makes no sense to me that the dock in of itself still using a 100W when the bot is not charging. Thank you!
The patch to increase carrying capacity is a little borked.
Use this:
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="AIRobot_Hauler"]/statBases/CarryingCapacity</xpath>
<value>
<CarryingCapacity>700</CarryingCapacity>
</value>
</Operation>
Currently throws an error about having two nodes related to carrying capacity. Thank you for the update (thumbsup.jpg)