0.13 unable to craft steel chest
0.13 unable to craft steel chest
First off if this is in the wrong place please move it, I was unsure where to place it.
So I got this save I've been playing on for about 8 hours, when I decided to update to 0.13, and I am unable to craft steel chests, I could before the update, got a couple in my inventory, but now they are completley gone from the crafting list, dunno if it's a bug, cause when I try to run a sandbox mode they appear, is there anyway to fix this, or are my save screwed?
So I got this save I've been playing on for about 8 hours, when I decided to update to 0.13, and I am unable to craft steel chests, I could before the update, got a couple in my inventory, but now they are completley gone from the crafting list, dunno if it's a bug, cause when I try to run a sandbox mode they appear, is there anyway to fix this, or are my save screwed?
Re: 0.13 unable to craft steel chest
try
Code: Select all
/c game.local_player.force.reset_recipes()
no yes yes no yes no yes yes
Re: 0.13 unable to craft steel chest
I tried that command line and it gave me
image broken for some reason
cannot execute command. Error: [string "command"]:1: LuaGameScript doesn't contain key local_player
image broken for some reason
cannot execute command. Error: [string "command"]:1: LuaGameScript doesn't contain key local_player
Re: 0.13 unable to craft steel chest
I can't see the image. I assume it gave an error?
no yes yes no yes no yes yes
Re: 0.13 unable to craft steel chest
yeah it gave this error cannot execute command. Error: [string "game.local_player.force.reset_recipes()"]:1: LuaGameScript doesn't contain key local_player
Re: 0.13 unable to craft steel chest
try
if that still doesn't work try
Code: Select all
/c game.force.reset_recipes()
Code: Select all
/c game.reset_recipes()
no yes yes no yes no yes yes
Re: 0.13 unable to craft steel chest
giving me the same errors on both commands, the LuaGameScript doesn't contain key reset_recipes() and key force.
I wonder if the Lua changed from 0.12.x to 0.13?
I wonder if the Lua changed from 0.12.x to 0.13?
Re: 0.13 unable to craft steel chest
It has and I do not know what they mean with custom access•Changed game.players, game.surfaces, game.entity_prototypes, game.item_prototypes, game.fluid_prototypes, force.recipes, force,technologies to use custom access + iterator objects for improved performance.
no yes yes no yes no yes yes
Re: 0.13 unable to craft steel chest
when I try to change the command to
it does not give me any errors, but nothing happens either, I will have to research more, in the mean time I'm stuck with only three steel chests.
Code: Select all
/c game.player.force.reset_recipes()
Re: 0.13 unable to craft steel chest
Are you sure you can't craft it? It's in the logistics tab and should unlock when you research steel
no yes yes no yes no yes yes
Re: 0.13 unable to craft steel chest
fixed it with
Code: Select all
/c game.player.force.recipes['steel-chest'].enabled=true
no yes yes no yes no yes yes
Re: 0.13 unable to craft steel chest
THANK YOU SO MUCH!
it was annoying me to no end, I hope it was just a convesion thingy that caused it when I went from 0.12.x
it was annoying me to no end, I hope it was just a convesion thingy that caused it when I went from 0.12.x
Re: 0.13 unable to craft steel chest
This has been fixed for the next release: viewtopic.php?f=30&t=27208