Search found 3 matches
- Sat Apr 16, 2016 9:28 am
- Forum: Mods
- Topic: [MOD 0.12.20+] Homeworld
- Replies: 153
- Views: 110198
Re: [MOD 0.12.20+] Homeworld
Portal gui does not show properly in multiplayer.
- Fri Sep 25, 2015 10:17 pm
- Forum: Gameplay Help
- Topic: Dump all recipes from the game
- Replies: 8
- Views: 21812
Re: Dump all recipes from the game
Same thing on github
https://github.com/antropod/factorio/tr ... mp_recipes
https://github.com/antropod/factorio/tr ... mp_recipes
- Fri Sep 25, 2015 10:16 pm
- Forum: Gameplay Help
- Topic: Dump all recipes from the game
- Replies: 8
- Views: 21812
Re: Dump all recipes from the game
Hey guys, I made a lua script to dump all recipes to a json file.
Just copy and paste in game console, then check file named `recipes` in script-output directory.
It's not formatted though.
/c
local out = ""
function write(...)
local arg = {...}
for i, v in ipairs(arg) do
out = out ...
Just copy and paste in game console, then check file named `recipes` in script-output directory.
It's not formatted though.
/c
local out = ""
function write(...)
local arg = {...}
for i, v in ipairs(arg) do
out = out ...