April 16, 2025Apr 16 comment_27 Countdown Timer 🔍 General DescriptionThe Countdown Timer mod creates a file-based countdown system that continuously updates a text file with the remaining time in a human-readable format.It’s ideal for stream overlays, break timers, giveaways, or event announcements. It supports autostart, manual control, and custom durations per action.⚠️ Requirementsaiostool must have write access to the file path defined in the configA valid configuration file (countdown.json) must existThe output file (e.g., countdown.txt) can be used in OBS via a text source🛠️ ConfigurationCreate a file named countdown.json in your mod’s config directory. Example:{ "path": "countdown.txt", "time": 180, "autostart": false }path: Absolute path to the output file where the formatted countdown will be writtentime: Countdown duration in seconds (default if not overridden by an action)autostart: If true, the countdown starts automatically on script load⚙️ FunctionsFunctionDescriptionmainInitializes the mod and loads the config. Starts automatically if configured.startStarts the countdown (optionally with a custom time).stopStops the countdown and writes the last remaining time to file.The countdown will update the file every second in a dynamic format:ss (e.g., 9)mm:ss (e.g., 03:25)hh:mm:ss (e.g., 01:07:42)💬 Example Commands▶️ Start with default config timeKeyValuefunctionstart⏱️ Start with custom time (e.g. 90 seconds)KeyValuefunctionstarttime90🛑 Stop countdownKeyValuefunctionstop🧪 This mod is perfect for creating real-time timers visible in OBS. File Information Submitter BlackRider Submitted 04/17/2025 Category Mods View File @BlackRider Founder · Lead Developer · System AdministratorDevelopment · Infrastructure · Feature Design · Community & Project Management🔗 My links & socials Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.