Good day. How can I put character to any planet (or platform) by console command? Not matter with cheat mode or not.
Thanks.
Console commands for instant traveling from planet to another
Re: Console commands for instant traveling from planet to another
Code: Select all
/c game.player.teleport({0,0},'gleba')
There's also lua-api.factorio.com that has the docs for all the game versions.
hunh. I'd swear there used to be a description available on profiles. "quyxkh" is a made-up word for fun, pronounced a lot like "cook".
Re: Console commands for instant traveling from planet to another
quyxkh, thanks.
I've seen command 'teleport' in wiki, but there is no parameters after X, Y, so I cannot find other way to do it.
I've seen command 'teleport' in wiki, but there is no parameters after X, Y, so I cannot find other way to do it.
Re: Console commands for instant traveling from planet to another
Code: Select all
/cheat <planet or platform name>works to teleport you to any planet or platform, IIRC. Doesn't have to exist already.


