Page 1 of 1

[MOD 0.14.xx] Statistic

Posted: Wed Sep 14, 2016 10:40 am
by KaleR
Infos
  • - Type: Mod
    - Name: Statistic
    - Description: Create statistic files which can be analysed from a web interface (see README.md)
    - License: MIT
    - Version: 1.0.1
    - Release: 2016-07-20
    - Tested-With-Factorio-Version: 0.14.1
    - Category: Helper, General, Info
    - Tags: statistic, web
    - Portal Download: https://mods.factorio.com/mods/KaleR/Statistic
    - Download:
    Statistic_1.0.1.zip
    (2.12 KiB) Downloaded 152 times
welcome to this mod. With its help you can easily create a web statistic view.

Either you write your own, or you can just download my simple web view.

Goto to this github page: https://github.com/schaeftide/statisticWebView

Download and extract the package in a webroot,
enable the cronjob (every minute) and write your factorio base path to the config file.

HAVE FUN :)

If you have the easy Teams mod (viewtopic.php?f=92&t=29465)
the web view will adapt your titles and colors from the teams.


Todos
Version history
License

Re: [MOD 0.14.xx] Statistic

Posted: Wed Sep 14, 2016 6:05 pm
by aubergine18
Would be nice if it could dump data.raw (probably using a combination of `log()` and `serpent`) from inside data-final-fixes.lua and subsequently provide a prototype browser - that would be very useful to modders being able to browse through the contents of data.raw in a browser... I know not specifically the focus of your mod, but... :)