From 2651262fa3134415f349f63840c89486fabd9063 Mon Sep 17 00:00:00 2001 From: fluxionary <25628292+fluxionary@users.noreply.github.com> Date: Sun, 13 Feb 2022 06:54:41 -0800 Subject: rework mesecons debug to be more flexible (#7) * add proper settings (untested) * more constants -> settings * normalize whitespace between code files * refactor globalsteps in order to simplify logic * minor refactoring * rename file * use mod_storage for persistent data; optimize context initialization * refactoring (moving files around) * rewrite penalty * add settings; document; allow changing while game is running * add command to update settings * update init after splitting commands into files * fix bugs; add debugging tools; too much for one commit... * fix whitelist conversion * add adjustable blinky plant to timer overrides * add some more mesecons nodes with repeating timers * resolve luacheck warnings * tweak hud * Update documentation; parameterize more things; refactor some logic for readability --- mod.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod.conf') diff --git a/mod.conf b/mod.conf index 4693667..b3bbbc0 100644 --- a/mod.conf +++ b/mod.conf @@ -1,3 +1,3 @@ name = mesecons_debug -depends = mesecons, mesecons_blinkyplant, mesecons_luacontroller -optional_depends = monitoring, digilines +depends = mesecons +optional_depends = digilines, digistuff, mesecons_blinkyplant, mesecons_luacontroller, moremesecons_adjustable_blinkyplant, moremesecons_injector_controller, monitoring, pipeworks -- cgit v1.2.3