Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Great mod, we never play without it on our server :)
If anyone feels able to take it and keep it supported further - you are free to do so. Feel free to take all the code and do whatever you need with it.
But yet again, I'd like to wait for released version of B42 (not unstable) to fully dive into fixing my mod.
A few answers:
1 MB size limit is hardcoded by develepers for default character save/load procedure. And this mod uses that procedure so it inherits limitations.
Watched VHS and CDs aren't saved for the same issue - default save/load procedure. And yes, I have some thoughts about how to implement this, but that work may require way more work and time that it seems at first glance.
Adout duplicating recipes... again - that's how save/load works. When you use "import (load)" on existing character it just adds all recipes from file right into character without any checks. Yes, I can try and add some methods to check recipes before import to avoid duplicates, but yet again, it will require a lot of time to find all potential bugs like losing recipes or another duplications.
Can't say for sure about weight/nutrition. I had some issues with them but right now I can't recall all details.