Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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