Arumba's Accelerated Start filters - how to remove
Posted: Sat Nov 19, 2016 12:18 am
Hi!
Using Arumba's Accelerated start mod, and unable to change anything in the tool belt.
It says
I have removed that, and it still prevents me from changing anything. If I start a new game it seems to allow me to change, however I can't disable it for my save game. I have also tried disabling the mod, still no joy.
I don't want to be stuck with low tier belts, inserters, assembly etc in my tool belt
Pls help 
Using Arumba's Accelerated start mod, and unable to change anything in the tool belt.
It says
In the mod control.lua I can seeOnly [x] can go in this slot, if you want to put something different here, the filter has to be cleared
Code: Select all
inventory.clear()
inventory.set_filter(1,"transport-belt")
inventory.set_filter(2,"inserter")
inventory.set_filter(3,"underground-belt")
inventory.set_filter(4,"splitter")
inventory.set_filter(5,"small-electric-pole")
inventory.set_filter(6,"assembling-machine-1")
inventory.set_filter(7,"long-handed-inserter")
inventory.set_filter(8,"blueprint")
inventory.set_filter(9,"deconstruction-planner")
inventory.set_filter(10,"steel-chest")
I don't want to be stuck with low tier belts, inserters, assembly etc in my tool belt

