Game Stats 2.0

by Pirate

The indicator of evolution, the number of killed biters and more. Original mod by Ajick. 2.0 compatible version by filip-t

Utilities
1 year, 20 days ago
2.0
762

g Add statistics options

1 year, 21 days ago

Hi!
Is it possible to add the following parameters to the statistics:

  1. FPS/UPS indicator
  2. Time of day (it seems to be different for each planet)
  3. Current player position indicator in the format x=0,y=0
  4. Expected remaining research time
1 year, 20 days ago

I'll look into it. No promises.
Expected remaining research time looks like a nightmare to track. Definitely the least likely one.

1 year, 11 days ago
(updated 1 year, 11 days ago)

Hi!
There seems to be a function for getting coordinates

local math = require("__flib__.math")

return function(player)
  if not storage.players[player.index].settings.show_position then
    return
  end

  local position = player.position

  return { "", { "statsgui.position" }, " = ", math.round(position.x), ", ", math.round(position.y) }
end
5 months ago

Did you abandon it?

I would also love Time of day and maybe player speed.

a month ago

I didn't abandon it, but I was pretty busy IRL.
Also I don't get notified when people post here. Need to look into that.

New response