HellkerN Posted February 13, 2017 Posted February 13, 2017 I was disappointment there is no way to produce coal, so after a quick look it turns out you can mine anything you want by editing \data\scripts\lib\productionsindex.lua Just add a line table.insert(productions, {factory="${good} Mine ${size}", ingredients={}, results={{name="Coal", amount=1}}, garbages={}}) somewhere in there and bam you can mine coal now. Image:
HellkerN Posted February 13, 2017 Author Posted February 13, 2017 Aw heck why not, someone in Discord suggested a Sheep mine, but lets just say we didn't get to them in time and they turned into oil. This should do it table.insert(productions, {factory="${good} Mine ${size}", ingredients={}, results={{name="Raw Oil", amount=1}}, garbages={}})
TitusAres Posted February 24, 2017 Posted February 24, 2017 so i have done that and the mine shows up in the list but when clicked on it pops up the warning that it is not irreversible and hitting ok does nothing, have you had these issues?
Axe Coldon Posted March 6, 2017 Posted March 6, 2017 IF making the modification to multiplayer mode, do you do this only on the server or do all the clients need the edit also?
KickRAzz Posted March 6, 2017 Posted March 6, 2017 IF making the modification to multiplayer mode, do you do this only on the server or do all the clients need the edit also? In my experience it's server only. but you have to claim a new asteroid if you added a new mine, on old one's it won't show up.
Axe Coldon Posted March 7, 2017 Posted March 7, 2017 IF making the modification to multiplayer mode, do you do this only on the server or do all the clients need the edit also? In my experience it's server only. but you have to claim a new asteroid if you added a new mine, on old one's it won't show up. Worked great with a restart on a claimed asteriod I hadn't put a mine on yet.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now