Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

As of v7 1/2, I'm loving the QoL improvements; thanks for listening and adding feedback so readily! (Small wonder I couldn't get the grilled cheese to work before, it turns out it needed the furnace!)

Had this come up when crafting the ultimate sandwich, using a tectonic press placed in the release version; destroying and replacing the press fixed the issue:

############################################################################################
ERROR in
action number 1
of  Step Event0
for object obj_structure_tectonic_press:
Push :: Execution Error - Variable Index [7] out of range [7] - -1.structure_recipes_result(100721,7)
at gml_Object_obj_structure_tectonic_press_Step_0
############################################################################################
gml_Object_obj_structure_tectonic_press_Step_0 (line -1)

Clicking randomly around the recipe book in the lower left of a recipe will sometimes give this error:

___________________________________________
############################################################################################
ERROR in
action number 1
of Mouse Event for Left Pressed
for object obj_item_book:
Push :: Execution Error - Variable Index [0] out of range [0] - -9.made_into(100971,0)
at gml_Object_obj_item_book_Mouse_4
############################################################################################
gml_Object_obj_item_book_Mouse_4 (line -1)

Otherwise I finally had time to make at least one of everything; next time I'm looking forward to starting new where ores are much closer to the goddess!

The first issue is one that I had fixed, but due to that recipes are stored inside the structure object, structures need to be replaced for changes to take effect. The second one with the recipe book however, I hadn't noticed, thank you for letting me know. I will be fixed in the next update.