hi can someone plz tell me how and where i change a command ?
i need to get the map to regenerate all the ores from bobs ores and bobs plates,
All the info i have is code: select all "regenerate" but i dont know where to do that.
plz help thanhkyou
code ? where ?
Re: code ? where ?
I am assuming you are playing in single player.
To enter a command, first you need to know your console key. (by deffault it's B) to find it, go to Options > Controls. There look at Toggle Lua Console in the bottom right of the first Tab (Game). If not set, set it to whatever you will remember.
Now when you are in game, push that button and a chat will appear. Type /c then the command you need to run.
If your command is
You need to type
For bob's ore mod the command you need to type is
If you need nickel, cobalt or sulfur ore pick the command you need from the following ones.
To enter a command, first you need to know your console key. (by deffault it's B) to find it, go to Options > Controls. There look at Toggle Lua Console in the bottom right of the first Tab (Game). If not set, set it to whatever you will remember.
Now when you are in game, push that button and a chat will appear. Type /c then the command you need to run.
If your command is
Code: Select all
game.player.color={g=50,b=200,r=200,a=.9}
Code: Select all
/c game.player.color={g=50,b=200,r=200,a=.9}
For bob's ore mod the command you need to type is
Code: Select all
/c remote.call("bobores", "Regenerate")
Code: Select all
/c game.regenerateentity("nickel-ore")
/c game.regenerateentity("cobalt-ore")
/c game.regenerateentity("sulfur")
Want more space restriction ? Or maybe you want to be forced to use train for other thing than ore and oil ? Try Building Platform Mod !