安装 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(越南语)
Українська(乌克兰语)
报告翻译问题






Post your console.txt file because the behavior to describe normally happens due to a bad item or recipe breaking the parser, and this mod does not have any script files to be parsed. I'm very confident your problem is caused by a different mod.
I'd like to dedicate some time to making a few of my B42 mods work in B41, but I just haven't managed to do it (partly because making new mods is more exciting)
Actually, that's sad irony.
Wait, really? Even military boots?
private float calcRunSpeedModByBag(InventoryContainer inventoryContainer) {
float float0 = inventoryContainer.getScriptItem().runSpeedModifier - 1.0F;
float float1 = inventoryContainer.getContentsWeight() / inventoryContainer.getEffectiveCapacity(this);
return float0 * (1.0F + float1 / 2.0F);
}
It's mostly noticeable when working with other mods that allow you to put more into a bag than it's listed capacity, but it does also add up if you have multiple equipped bags slowing you down (backpack + fanny pack + second fanny pack +bandolier + shoulder harness, plus mods for lower back duffle, two satchels, two thigh containers, an extra chest rig...)