Mapshot

by palats

Generates a zoomable render of the whole map.

Utilities
a month ago
1.0 - 2.0
5.91K

g Question about ticks

2 years 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?

2 years ago

Oh, wrong: ticks, correct: tick.

2 years 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