安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






But, finally , I've released the [1.0] version here: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1957624420
Has nothing to do with "do anything to help animals haul faster than they already do with Hardworking animals".
Would do the opposite of that, anyway.
Yes, it is possible to use PatchOperationSequence to only patch on a condition, such as only if a certain mod is installed (or not installed). You are correct: That would prevent the red error.
However... what would be the point? My mod can't do anything to help animals haul faster than they already do with Hardworking animals?
And that isn't even my goal. I just want animals to haul a bit more often than normal (which is ridiculously rare), not haul so often and so fast that it puts colonists to shame.
Hardworking animals mod replaces Animal.xml with a version that has a bit of code missing so animals will haul stuff non-stop - without a break - until there is nothing left to haul.
Among other things, my mod will attempt to change the <mtbHours> tag for hauling, which his version does not have. So, it will generate a red error if you use both as it's not exactly compatible. Anyway, it's not physically possible to make the animals haul faster, with Hardworking animals, aside from making them run faster.
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationSequence">
<success>Always</success>
<Operations>
<li Class="PatchOperationAdd">
<xpath>/whatever</xpath>
<value>
<mtbHours>...</mtbHours>
</value>
</li>
<li Class="PatchOperationReplace">
<xpath>/whatever</xpath>
<value>
<mtbHours>...</mtbHours>
</value>
</li>
</Operations>
</Operation>
</Patch>
I'll keep that in mind if I ever learn HugsLib and get more experience with .DLL modding, because that's what it would require.
But, please, let me know what you think of the hauling rate. If it's too slow, I may increase it for everyone. I won't go overboard, though, as I want to keep it fair and balanced.
Just a thoght, Perhaps (if you can) make pregnant pets haul a little less then 3 times the regular.
Just an idea..
The reason I made this was because I thought that "Hardworking animals" was too OP. It felt too cheaty as having a few animals was enough to haul everything immediately, allowing me to turn off the hauling job on all my pawns.