Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
Eliaz Better Bags & Backpacks B42
=> Bigger capacity and weight reduction for many bags and backpacks
Eliaz Better Canning & Jarred Food B42
=> Vanilla Jars reworked and 10 new Cans/Jars for vegetables introduced in B42
Eliaz More Skill Books & Magazines B42
=> More skill books and magazines in many locations
Eliaz Nutritionist Magazine B42
=> Add a Nutritionist magazine that gives you the Nutritionist Trait if you read it
Eliaz Better Bags & Backpacks B42
I'm back for B42 and actually working for the B42 version of my backpacks mod ;)
I'll let you know soon.
I'm sorry to have been absent for such a long time ^^
I already made a B42 mod if you want to take a look :
Eliaz Better Canning & Jarred Food B42
To get this working with AuthenticZBackpacks+, you need to edit the 07.AuthenticZ_Tweaks.lua file and the lower half of the file that starts with
if getActivatedMods():contains("AuthenticZBackpacks+")
needs to be updated. First, "AuthenticZBackpacks+" in the item namespace is incorrect, it should be "AuthenticZBackpacksPlus" (leave the if-statement alone, the mod ID is AuthenticZBackpacks+). Secondly, the namespace of many items changed from AuthenticZClothing to AuthenticZBackpacksPlus.
Here's an example with the Alicepack (upgraded Large Backpack)
TweakItem("AuthenticZBackpacksPlus.Bag_ALICEpack_Tier_1","Capacity","36");
Here's a pastebin of the whole file: https://pastebin.com/YaMgJ1uT