Page 1 of 1

bug help

Posted: Sat Nov 23, 2013 3:42 pm
by Franzo
I have an old save that is what i call my "main" one and so i would not like to have to rebuild it. With new technologies(e.g robot capsules) that I had already researched i have the problem that new items are not unlocked. Is there a way to edit my technology tree in order to research again those ones?

Re: bug help

Posted: Sat Nov 23, 2013 4:40 pm
by Nova
There is a way to edit the researches: Open the console by pressing ~ or / (on german keyboards # ).
Than you can enter this code:

Code: Select all

game.player.force.recipes["defender-capsule"].enabled = true
Change the text "defender-capsule" to something you want to unlock and change "true" to "false" if you want to lock something. I don't know any other internal research names, so you have to ask or just try it out. ^^

Re: bug help

Posted: Sat Nov 23, 2013 4:53 pm
by Franzo
ty that worked(รน to open console in italian keyboard btw)