awf-graftorioMod


visualize metrics from your factorio game in grafana. This is a fork of afex/graftorio for AwF

Utilities
2 years ago
1.1
105

Changelog

Version: 2.0.8
Date: 2021-12-17
  Changes:
    - Remove excess game.print when executing command over RCON
Version: 2.0.7
Date: 2021-10-01
  Changes:
    - Find power poles only using entity unit number
Version: 2.0.6
Date: 2021-09-30
  Changes:
    - Train force is no longer split into pushers, only first loco
  Bugfixes:
    - Train force works with saved trains with extra param
Version: 2.0.5
Date: 2021-09-28
  Bugfixes:
    - Fixed research not showing up
  Changes:
    - Added the "rcon" option to the command to send the output to RCON rather than a file
Version: 2.0.4
Date: 2021-09-28
  Bugfixes:
    - Fix a crash when a station was not saved
Version: 2.0.3
Date: 2021-09-28
  Bugfixes:
    - More migrations
  Changes:
    - Nicer developer support for migrations
Version: 2.0.2
Date: 2021-09-28
  Bugfixes:
    - Added change handlers from 1.0.32
Version: 2.0.1
Date: 2021-09-28
  Changes:
    - Changed output to game.prom
Version: 2.0.0
Date: 2021-09-28
  Changes:
    - Complete rework of the mod
    - Everything that is not in event handlers is in global
    - Less desyncs expected
Version: 1.0.31
Date: 09. 01. 2021
  Changes:
    - New toggle for robot pickups, dropoffs and logi contents (off by default)
  Bugfixes:
    - Couldn't serialize on save, this is fixed (I think)
    - Robot pickups&dropoffs were laggy for some systems (new toggle)
Version: 1.0.29
Date: 04. 01. 2021
  Changes:
    - Enabled robot pickup&dropoffs to test the performance
Version: 1.0.28
Date: 03. 01. 2021
  Changes:
    - Changed mod to better suit AwF
Version: 1.0.27
Date: 19. 11. 2020
  Changes:
    - Nothing much, but a few things changed since .23 (cannot remember)
    - When changing configuration the translations weren't cleared properly
  Bugfixes:
    - When adding new mods on a save that was stored during exporting graftorio data
Version: 1.0.23
Date: 06. 09. 2020
  Bugfixes:
    - Translation could crash the server if wrongly saved..
Version: 1.0.22
Date: 06. 09. 2020
  Changes:
    - Added extra options for active network requests
  Bugfixes:
    - Could crash on server save since entities were stored in global table for power
    - translations are now collected by its item/entity so no more guessing translations
Version: 1.0.20
Date: 22. 08. 2020
  Changes:
    - Added network cell owner type
  Bugfixes:
    - Counter remote interface fixed
Version: 1.0.15
Date: 08. 08. 2020
  Bugfixes:
    - Fixing plugin options: make sure it can be used and doesn't trigger crashes
  Changes:
    - remote interface is expanded to make plugins work
Version: 1.0.13
Date: 04. 08. 2020
  Features:
    - Added power output
    - Added logistic network information
  Modding:
    - Allowed for plugins to hook into the graftorio exporting
  Changes:
    - Recreate gauges for often changing items such as research_queue
    - Disabled train histograms for now because of incomplete/incorrect data
    - Added the first changelog.txt