Page 1 of 1

[Request] Mod to move combinators

Posted: Mon Jul 25, 2016 4:09 pm
by DOSorDIE
Everytime when i make a new combinator mess and i want to sort it that they dont need so much space, i have a problem.
When you build it tight, then sometime i make errors when i recable it.

It will be easier when i can move the combinators!
That will make my life (and i think of many other too) much easier.

Where great when someone could make it.

Thanks!

Re: [Request] Mod to move combinators

Posted: Tue Jul 26, 2016 7:54 am
by Choumiko
Hover your mouse over the combinator and use:

Code: Select all

/c local p = game.player; p.selected.teleport(p.position)
This will move the combinator to your position (it will stay wired, even if you move it 100 tiles :mrgreen: )

Re: [Request] Mod to move combinators

Posted: Tue Jul 26, 2016 9:47 am
by Nexela
Choumiko wrote:/c local p = game.player; p.selected.teleport(p.position)
Totally using that in my tweaks mod :)

Re: [Request] Mod to move combinators

Posted: Tue Jul 26, 2016 9:58 am
by DOSorDIE
Nice.
Thanks ... make my life much easier.

EDIT:
They dont snap to the grid. How i can fix this?