Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen
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