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
5 months ago
0.17 - 2.0
5.97K
Cheats

Changelog

Version: 2.0.3
Date: 2024-11-30

  Changed:
    - Overall better error handling.
Version: 2.0.2
Date: 2024-11-30

  Changed:
    - More pcalls = more good.
Version: 2.0.1
Date: 2024-10-23

  Changed:
    - Global storage should work again.
    - Language file update.
Version: 2.0.0
Date: 2024-10-21

  Changed:
    - Initial compatibility with Factorio 2.0
Version: 1.1.5
Date: 2024-02-02

  Bugfixes:
    - Fixed bug introduced with the last bugfix. "game.print(game.players[1].name)" should work again.
Version: 1.1.4
Date: 2024-01-02

  Bugfixes:
    - Fixed game.player string replacement to support non-chained use: "local a = game.player game.print(a.name)" should work now.
Version: 1.1.3
Date: 2023-04-10

  Changed:
    - Set a maximal height of the console frame to prevent controls getting lost.
Version: 1.1.2
Date: 2023-04-10

  Changed:
    - Make console movable and autocenter on open.
Version: 1.1.1
Date: 2023-01-17

  Changed:
    - Version-Bump. No functional changes. (I am still alive :)
Version: 1.1.0
Date: 2020-11-26

  Changed:
    - Version-Bump. No functional changes.
Version: 1.0.1
Date: 2020-08-17

  Features:
    - Now remembers the input-script.
    - Last input can be executed without opening by using keybindings only.
    - Default keybinding to execute last input-script: CONTROL + ENTER.

  Changed:
    - Default keybinding to open: from SHIFT + RIGHTBRACKET to CONTROL + RIGHTBRACKET.
Version: 1.0.0
Date: 2020-08-14

  Changed:
    - No functional changes.
Version: 0.18.1
Date: 2020-05-05

  Changed:
    - Moved git repository. No functional changes.
Version: 0.18.0
Date: 2020-01-24

  Changed:
    - Update to factorio 0.18.x.
Version: 0.17.3
Date: 2019-06-01

  Changed:
    - Code reformatting.
Version: 0.17.2
Date: 2019-03-17

  Changed:
    - Added check for admin status ... but this mod should not be used in multiplayer games anyway!
Version: 0.17.1
Date: 2019-03-17

  Changed:
    - Polished, gitified and published my transition helper mod.