Mapshot

by palats

Generates a zoomable render of the whole map.

Utilities
23 days ago
1.0 - 1.1
3.61K

g Question about ticks

8 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?

8 months ago

Oh, wrong: ticks, correct: tick.

8 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