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
For stupid programmer who wrote code for cooking. Here is how it should be done. Sample in python.
for recipe in recipes_list:
can_make = True
for item in recipes.items():
if cooking_pot.get_count( item ) < recipe.get_needed( item ):
can_make = False
break
if can_make:
make_item( recipe, cooking_pot )
Why developers cant make so simple task without bugs - i have no idea.
the part where kibble has had a complete rework and now is completely different to how it was before.
Here is first result in google for search "ark dodo kibble"
https://ark.gamepedia.com/Kibble_(Dodo_Egg)
I've added all ingradients according to this recipe. Nothing.
Worked perfectly fine in a vanilla cooking pot right now...