Mapshot

by palats

Generates a zoomable render of the whole map.

Utilities
a month ago
1.0 - 2.0
5.07K

g Question about ticks

1 year, 4 months ago

What is the difference between ticks and ticks played in the metadata?

I think:

  • ticks: the entire time past from the game's beginning.
  • ticks played: total time the player who took this shot played in this save.

correct?

1 year, 4 months ago

Oh, wrong: ticks, correct: tick.

1 year, 4 months ago

That's the 2 tick values coming from the LuaGameScript object:

  • tick: doc ; afaik, the actual value used for the game simulation. Stops increasing when game is paused.
  • ticks_played: doc ; starts at zero, advances when paused - I guess the intent of this one is more to indicate how much someone played that save.

New response