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.
1. Prerequisites
Section titled “1. Prerequisites”Before installing any mods, you need the official Godot Mod Loader:
- Requirement: Install Godot Mod Loader 7.0.0 (or higher).
- Follow their official documentation to set up the Mod Loader for your game version.
2. Core Framework (Required)
Section titled “2. Core Framework (Required)”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.
- Download TajemnikTV-Core from Steam Workshop or GitHub.
- Ensure the mod is placed in your
mods/directory asTajemnikTV-Core.zip(or as an unpacked folder). - Enable it in your Mod Loader configuration.
3. Install Optional Modules
Section titled “3. Install Optional Modules”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+Kby default) for power users. - Cheats: Developer testing utilities and unlockers.
Just download them and drop them into your mods/ folder alongside Core.
4. Compatibility Notes
Section titled “4. Compatibility Notes”- 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.
5. Getting Help
Section titled “5. Getting Help”If you encounter bugs, crashes, or missing features:
- Verify you have the correct version of TajemnikTV-Core installed.
- Check the game’s developer console for any red error logs (Core provides detailed diagnostics).
- Report the issue on the specific module’s GitHub Issues page.