Search found 3 matches

by antropod
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.
by antropod
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 ...

Go to advanced search