Page 1 of 1
[0.9.0] Cant produce explosives
Posted: Sun Feb 16, 2014 9:15 am
by Tardan
I reload a old game (0.8.8) and researched the technology for explosives. but the recipe doenst apear in the chemical plants or the player crafting window.
with the testmode mod i can craft the explosives. also when i take all techs in a new game with the testmode mod i get the explosive recipe.
Re: [0.9.0] Cant produce explosives
Posted: Sun Feb 16, 2014 11:56 am
by Alucat
Same here, old 0.8.8 World, no explosives =(
Re: [0.9.0] Cant produce explosives
Posted: Sun Feb 16, 2014 1:11 pm
by Marqee
same issue here
Re: [0.9.0] Cant produce explosives
Posted: Sun Feb 16, 2014 4:47 pm
by slpwnd
Thanks for the report. This is a bug in our migration script. It will be fixed in the 0.9.1. In the meantime you can enable the recipe by opening the dev console (press ~) and typing:
Code: Select all
game.player.force.recipes["explosives"].enabled = true
Re: [0.9.0] Cant produce explosives
Posted: Mon Feb 17, 2014 6:52 pm
by Tardan
slpwnd wrote:Thanks for the report. This is a bug in our migration script. It will be fixed in the 0.9.1. In the meantime you can enable the recipe by opening the dev console (press ~) and typing:
Code: Select all
game.player.force.recipes["explosives"].enabled = true
thx this works

and thx for fixing it
