Skip to content

hktrpg/foundryVTT_game_time_clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

foundryVTT game time clock

demo

GitHub all releases Discord invite button Patreon donate button

If you love it, you can buy me a tea 🍵

Features

  • It can count how much time the GM and players spend in the game.
  • It shows three separate timers:
    • GM online time
    • GM and players online time
    • Total combat time
  • Timers are displayed in the Game Settings window (compatible with Foundry VTT v10–v13).
  • Supports pausing the timers while the game is paused (configurable).

Resetting timers

Timers are stored as world settings and can be reset in two ways:

  1. From the Game Settings screen

    • Open Configure Settings → Module Settings → Game Time Clock.
    • Use the “Reset Game Time Clock” menu entry.
    • Click “Open reset dialog” and follow the two-step confirmation dialog.
  2. By clicking the time display

    • Open Configure Settings → Game Settings.
    • Click on any of the time values for:
      • GM online time
      • GM and players online time
      • Total combat time
    • A two-step confirmation dialog will appear, allowing you to reset:
      • GM online time only
      • GM and players online time only
      • Combat time only
      • All timers

Only GMs can reset timers. Resetting is permanent and cannot be undone.

TO DO LIST

  • Update the time every second (DONE)
  • Debug of some mod effect setting tab (DONE)
  • Timer on active Encounters <-- a special timer for Combat only? (DONE)
  • Game clock setting - Stop timers when Game is Paused (DONE)
  • Provide UI to reset timers from Game Settings and Module Settings (DONE)