Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem









I think that I've pinpointed the file that causes errors to pop up. It's lillies_evolvedrecipes.txt
I tried replacing the : with = in the file, that seems to fix the errors popping up, on loading up my save and when using the context menu, but the crafting doesn't behave normally.
It doesn't consume the right amount of ingredients.
I've tried multiple variations:
evolvedrecipe PastaTin
{
BaseItem = WaterMessTinPasta,
MaxItems = 5,
ResultItem = MessTinPasta,
Cookable = true,
AddIngredientIfCooked = true,
Name = Prepare Pasta,
CanAddSpicesEmpty = true,
Template = Pasta,
}
evolvedrecipe PastaTin
{
BaseItem = Base.WaterMessTinPasta
MaxItems = 5
ResultItem = Base.MessTinPasta
Cookable = true
AddIngredientIfCooked = true
Name = Prepare Pasta
CanAddSpicesEmpty = true
Template = Pasta
}
Both of these remove the errors from popping up, but again the recipes don't behave normally.
I hope this helps you somehow and thanks again!
Hope this helps somehow :^)
gg game devs for not breaking mods...