Установить 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 (вьетнамский)
Українська (украинский)
Сообщить о проблеме с переводом
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