Hi,
is there a way to access io, or otherwise dump _G in Factorio ?
Cause im looking for a way to draw the Current Pollution on Screen in multiplayer, but the wiki is not very helpful for me.
Dumping _G
Re: Dumping _G
There's no io module available in Factorio's Lua interpreter, but you can use game.write_file to get data out of Factorio (or maybe simply print() and redirect stdout)
Automatic Belt (and pipe) Planner—Automate yet another aspect of constructing your factory!
Re: Dumping _G
thanks that worked 
