Page 1 of 1

Lua Console Command for Logistic Storage Chest

Posted: Sun Oct 19, 2014 7:51 am
by Lucian
In a new Game i need a way to cut down Woods fast, the shotgun is to annoying.

My Idea is to cheat some construction-robots and storage-chests to cut them down.

Thanks

Re: Lua Console Command for Logistic Storage Chest

Posted: Sun Oct 19, 2014 8:28 am
by 94Ben19

Code: Select all

game.player.insert{name="construction-robot",count=1} 
game.player.insert{name="logistic-chest-storage",count=1}

Re: Lua Console Command for Logistic Storage Chest

Posted: Sun Oct 19, 2014 3:12 pm
by n9103
you'll also need the deconstruction planner cheated in that early.

But, you might consider cheating in poison capsules, or looking at a mod, like the explosive termites or something. IIRC, they're low-tech, so minimal setup would be needed before you can get wholesale tree destruction.