Skip to content

Installation Guide

Welcome to the Taj’s Mods ecosystem. This guide explains how to install and manage mods for Upload Labs using the Godot Mod Loader.

Before installing any mods, you need the official Godot Mod Loader:

Because the TajsMods ecosystem is fully modular, you must install TajemnikTV-Core first. It provides the shared systems, Event Bus, logging, and UI frameworks that the other modules rely on.

  1. Download TajemnikTV-Core from Steam Workshop or GitHub.
  2. Ensure the mod is placed in your mods/ directory as TajemnikTV-Core.zip (or as an unpacked folder).
  3. Enable it in your Mod Loader configuration.

Once Core is installed and active, you can pick and choose which features you want by installing optional modules:

  • TajemnikTV-QoL: Quality-of-life enhancements and UX improvements.
  • Command Palette: An advanced quick-access overlay (Ctrl+K by default) for power users.
  • Cheats: Developer testing utilities and unlockers.

Just download them and drop them into your mods/ folder alongside Core.

  • Ensure you do not install the legacy Taj’s Mod bundle alongside the modular versions (Core, QoL, etc.). The monolithic version is deprecated and will conflict.
  • The load order doesn’t explicitly matter as long as TajemnikTV-Core is active. The Mod Loader handles dependency resolution automatically.

If you encounter bugs, crashes, or missing features:

  1. Verify you have the correct version of TajemnikTV-Core installed.
  2. Check the game’s developer console for any red error logs (Core provides detailed diagnostics).
  3. Report the issue on the specific module’s GitHub Issues page.