Someone's LUA-Console


Run lua commands without losing achievements. Now remembers input-script. "game.player" works. By default opens with CONTROL + RIGHTBRACKET. Execute last input-script with CONTROL + ENTER.

Utilities
29 days ago
0.17 - 2.0
4.75K
Cheats

g ediitor nill

27 days ago

When I try activate map editor, game writes "nil" and doesn't run editors mode
Is it possible to run editor with this console?

27 days ago
(updated 27 days ago)

This is a LUA console and NOT the ingame console.

Its basically executing what you type after /c in the ingame console.

But it actually is possible to change the controller to editor, just not by typing /editor.

try:

game.player.set_controller({type=defines.controllers.editor})

26 days ago
(updated 26 days ago)

Thank you alot! It works!

But how to close editor? :)
Executing command again dosen't close editor

26 days ago

Start by setting yourself to the god controller:

game.player.set_controller({type=defines.controllers.god})

Then mouse-over your body and:

game.player.set_controller({type=defines.controllers.character, character=game.player.selected})

26 days ago
(updated 26 days ago)

A very non-obvious solution for me :)
Thank you for your help!

26 days ago
(updated 26 days ago)

Yeah, its more of a tool for modders (and server admins).

New response