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
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...)