"Hidden" items
Posted: Sat Jun 01, 2013 12:34 pm
There are some items (like in vanilla factorio, the computer) that would be good to be hidden in the filter inserter GUI, and im posting this in modding interface requests, because I ran into this problem with my mod.
Im creating 3^9 weapons for each type so 3(3^9) weapons ( each weapon. haves 3 parts and the parts can be made out of 9 diferent things ), so this isnt possible because of the filter inserters (also, would that lag much when loading the game? if so I can do something like 3(3^3) instead.
So items could have a flag like "hidden" or "hidden-in-filters" or something like so, im sure this can be usefull for other things.
omg 6561 items are lots of items... I dont think it will be possible to load that in a reasonable amount of time.
Also I will be using a for loop to create the items, and. the names will be something like COP-IRO-GOL, the problem is the language file, I will write a little program to make it, but
Im creating 3^9 weapons for each type so 3(3^9) weapons ( each weapon. haves 3 parts and the parts can be made out of 9 diferent things ), so this isnt possible because of the filter inserters (also, would that lag much when loading the game? if so I can do something like 3(3^3) instead.
So items could have a flag like "hidden" or "hidden-in-filters" or something like so, im sure this can be usefull for other things.
omg 6561 items are lots of items... I dont think it will be possible to load that in a reasonable amount of time.
Also I will be using a for loop to create the items, and. the names will be something like COP-IRO-GOL, the problem is the language file, I will write a little program to make it, but