Skip to content

Releases: TaroEld/mod_dev_console

2.6.0

13 Jul 17:45

Choose a tag to compare

feat: add info about active debug keys, debug modifiers, popup for key activations
(2.5.0) feat: add higher speed mults, disable events keybind, disable food keybind now updates consumption days

2.5.0

13 Jul 14:50

Choose a tag to compare

feat: add higher speed mults, disable events keybind, disable food keybind now updates consumption days

2.4.1

30 May 05:25

Choose a tag to compare

New upload to fix the release number in the mod. Previous patchlog:
feat: add JS function JS.getInspectedElement() to get the currently inspected element. Particularly useful when combined with locking the element.
feat: revert to previous pause state after hiding the dev console instead of always unpausing
fix: remove the "AI.ParallelizationMode" disabling

Element Inspector

15 Apr 07:07

Choose a tag to compare

This release adds an Element Inspector to look at HTML elements and see their type, css classes and styling. Thanks for the idea, KFox!