Skip to content

tardis v4.0.2

Choose a tag to compare

@github-actions github-actions released this 31 May 20:45
· 3 commits to main since this release

TARDIS - Time Controller - Version 4.0.2

Control game time like a Time Lord! Preset-based speed control and time manipulation via keyboard shortcuts.

Keyboard Shortcuts (hold SHIFT)

  • SHIFT+> : Step up to next speed preset
  • SHIFT+< : Step down to previous speed preset
  • SHIFT+N : Reset to default speed
  • SHIFT+K : Skip to end of day (configurable time)
  • SHIFT+P : Toggle day cycle pause / resume
  • SHIFT+T : Print current speed, day number, and time to console

Speed Presets

Fixed preset ladder: 0.125x, 0.25x, 0.5x, 1x, 2x, 4x, 8x (game hard limits)

Configuration

  • Default Speed: preset to snap to when pressing SHIFT+N (default: 1x)
  • Skip To Time: decimal hour to skip to with SHIFT+K (default: 23.99 = 23:59)
  • Auto Reset On Day Start: automatically reset speed each new day
  • Debug Logging: enable detailed console output

Why "TARDIS"?

Like the Doctor's famous time machine, this mod gives you control over the flow of time!

Notes

  • No panels, no console commands — keyboard shortcuts only
  • Speed preset is synced from the game on load

Installation

  1. Download the zip file below
  2. Extract the tardis/ folder into your game's mods directory:
    • Windows: %APPDATA%\Godot\app_userdata\Tower Networking Inc\Mods\
    • Linux: ~/.local/share/godot/app_userdata/Tower Networking Inc/Mods/
  3. Ensure you have luajit-support installed
  4. Configure using ModManagerGUI.ps1

Files Included

  • entry.lua - Main mod file
  • mod.jsonc - Mod metadata (required by game)
  • metadata.yaml - Extended metadata
  • README.md - Documentation

For more information, visit the mod page