Page 1 of 1

[Question] Is there a Way to remove ... ?

Posted: Sun Apr 24, 2016 8:04 pm
by LuziferSenpai
Hey Guys, is there a way to completly remove a Tech, Item, Recipe etc. ?

I know the ways:

Code: Select all

data.raw["technology"]["armor-making"] = nil
data.raw["technology"]["armor-making"] = {}
But then i get a Error with AssignID's.
Please help me.

Greetz,

Cookie

Re: [Question] Is there a Way to remove ... ?

Posted: Sun Apr 24, 2016 8:38 pm
by Rseding91
You have to remove all references to the thing you want to remove.

If you remove an item you need to remove any recipes that use it.

If you remove an technology you need to remove other technologies that reference it.

If you remove an entity you need to remove all items that reference it and any other entity that references it.

Re: [Question] Is there a Way to remove ... ?

Posted: Sun Apr 24, 2016 8:44 pm
by LuziferSenpai
And is there an easy way to see what i need to remove?

Re: [Question] Is there a Way to remove ... ?

Posted: Mon Apr 25, 2016 5:11 am
by DaveMcW
1. Install Notepad++ or any other program with a good file search.
2. Search the Factorio folder for the item you want to remove.

Re: [Question] Is there a Way to remove ... ?

Posted: Mon Apr 25, 2016 2:37 pm
by LuziferSenpai
DaveMcW wrote:1. Install Notepad++ or any other program with a good file search.
2. Search the Factorio folder for the item you want to remove.
I have Sumblime Text ^^ But yeah, i only have a problem be disabling Armor, but i dont know why.

Re: [Question] Is there a Way to remove ... ?

Posted: Mon Apr 25, 2016 2:59 pm
by Adil
I'm likely to do many typos but you can get the idea
data-final-fixes.lua