Play Time: Difference between revisions

From Fracterebus
Jump to navigation Jump to search
Created page with "When the game is over, how long it took you is shown and is part of the Verify Code. '''The timings are shown as:''' HH:MM:SS.mmm '''Where:''' * HH is hours * MM is minutes * SS is seconds * mmm is milliseconds"
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
When the game is over, how long it took you is shown and is part of the [[Verify Code]].
Timers in the game are tracked to ridiculous levels of accuracy. When the game is over, it shows you how long it took on the summary screen.


'''The timings are shown as:'''
{| class="wikitable"
|+ Timer Details
!Type!!Resolution!!Max Duration!!Description
|-
|Under the Hood||0.0000001 second||~29,227 years||Times are tracked to very high resolution, even if not shown to the user this way.
|-
|Verify Code||0.001 second||~298 hours||Timer resolution is reduced for storage in the verify code.
|}
 
== Display ==
There are two places play time can appear in the game. The first is the summary screen that is shown after beating the game. This one shows you the amount of time you took, accurate to milliseconds, regardless of how many hours of play were involved (because I'm pretty sure you won't manage to play it for over 29,000 years). The second place is the verify code screen that shows you the details from the verify code that was entered. It shows you the amount of time you took, also accurate to milliseconds, up to roughly 298 hours. Since the game is expected to take a typical user somewhere in the range of 2 to 10 hours to complete, the 298 hour limit shouldn't really come up. If a playthrough of the game somehow takes over the max duration that can be represented in a verify code, the verify code summary will simply show the time as dashes to indicate the game was completed in a time that was too long to track.
 
'''Timings are shown as:'''
  HH:MM:SS.mmm
  HH:MM:SS.mmm


Line 9: Line 21:
* SS is seconds
* SS is seconds
* mmm is milliseconds
* mmm is milliseconds
This information is part of the [[Verify Code]].

Latest revision as of 15:17, 17 June 2026

Timers in the game are tracked to ridiculous levels of accuracy. When the game is over, it shows you how long it took on the summary screen.

Timer Details
Type Resolution Max Duration Description
Under the Hood 0.0000001 second ~29,227 years Times are tracked to very high resolution, even if not shown to the user this way.
Verify Code 0.001 second ~298 hours Timer resolution is reduced for storage in the verify code.

Display

There are two places play time can appear in the game. The first is the summary screen that is shown after beating the game. This one shows you the amount of time you took, accurate to milliseconds, regardless of how many hours of play were involved (because I'm pretty sure you won't manage to play it for over 29,000 years). The second place is the verify code screen that shows you the details from the verify code that was entered. It shows you the amount of time you took, also accurate to milliseconds, up to roughly 298 hours. Since the game is expected to take a typical user somewhere in the range of 2 to 10 hours to complete, the 298 hour limit shouldn't really come up. If a playthrough of the game somehow takes over the max duration that can be represented in a verify code, the verify code summary will simply show the time as dashes to indicate the game was completed in a time that was too long to track.

Timings are shown as:

HH:MM:SS.mmm

Where:

  • HH is hours
  • MM is minutes
  • SS is seconds
  • mmm is milliseconds

This information is part of the Verify Code.