global Variable Viewer and event Viewer
Posted: Sat Sep 05, 2020 6:48 am
I made 2 mods usable in actual game.
Lua API Event Trace
https://mods.factorio.com/mod/0-event-trace
This mod monitors events listed in defines.events
Provides filtering function.
Lua API global Variable Viewer (gvv)
https://mods.factorio.com/mod/gvv
You can explore global table of map or each mod you are developing, with directory foldable structure GUI!
You can periodically track specific variables or entity/object's property.
It provides report for multiplay instable or dangerous / unable to be remoted variables in global table by diagnosis.
Visit each link for more information and download.
github links are also available.
You can download them from in-game mod portal too.
Lua API Event Trace
https://mods.factorio.com/mod/0-event-trace
This mod monitors events listed in defines.events
Provides filtering function.
Lua API global Variable Viewer (gvv)
https://mods.factorio.com/mod/gvv
You can explore global table of map or each mod you are developing, with directory foldable structure GUI!
You can periodically track specific variables or entity/object's property.
It provides report for multiplay instable or dangerous / unable to be remoted variables in global table by diagnosis.
Visit each link for more information and download.
github links are also available.
You can download them from in-game mod portal too.