Asenna Steam
kirjaudu sisään
|
kieli
简体中文 (yksinkertaistettu kiina)
繁體中文 (perinteinen kiina)
日本語 (japani)
한국어 (korea)
ไทย (thai)
български (bulgaria)
Čeština (tšekki)
Dansk (tanska)
Deutsch (saksa)
English (englanti)
Español – España (espanja – Espanja)
Español – Latinoamérica (espanja – Lat. Am.)
Ελληνικά (kreikka)
Français (ranska)
Italiano (italia)
Bahasa Indonesia (indonesia)
Magyar (unkari)
Nederlands (hollanti)
Norsk (norja)
Polski (puola)
Português (portugali – Portugali)
Português – Brasil (portugali – Brasilia)
Română (romania)
Русский (venäjä)
Svenska (ruotsi)
Türkçe (turkki)
Tiếng Việt (vietnam)
Українська (ukraina)
Ilmoita käännösongelmasta
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