- Updated the README and various documentation files to reflect the new flat layout of the `gregFramework`, emphasizing the direct placement of repositories like `gregMod.<Name>/` and `gregExt.<Name>/` under `gregFramework/`. - Added details about the `gregModmanager/` and `gregDataCenterExporter/` directories, clarifying their roles and contents. - Improved descriptions and links throughout the documentation to ensure consistency and accuracy, enhancing user navigation and understanding of the project structure. - Adjusted language in several sections to better communicate the purpose and organization of the repositories. This commit improves the overall clarity and usability of the documentation.
4.5 KiB
id, title, sidebar_label, description, sidebar_position, tags
| id | title | sidebar_label | description | sidebar_position | tags | ||
|---|---|---|---|---|---|---|---|
| enduser-workshop | End-User Guide — WorkshopManager | End-User Guide | How to browse, install, and manage Data Center mods using the WorkshopManager. | 10 |
|
End-User Guide — WorkshopManager
This guide is for players who want to install and manage mods for Data Center using the WorkshopManager desktop app.
What you need
- Data Center installed via Steam.
- Steam running and logged in.
- WorkshopManager (
WorkshopUploader.exe) — either built from source or provided as a release.
Installation
You can run WorkshopManager from any folder you prefer (for example Program Files, Desktop, Downloads, or a folder next to the game). Source code for the app lives in the repo folder gregModmanager/ (release ZIPs ship WorkshopUploader.exe / Gregtools Modmanager).
Option A — Installer setup (recommended)
- Run the latest
GregToolsModmanager-<version>-Setup.exe. - Complete the installer wizard (default path is under
Program Files). - Start the app from the Start Menu or desktop shortcut.
Option B — Portable / ZIP build
- Download or build the WorkshopManager files.
- Extract/copy the folder to any location you want.
- Launch
WorkshopUploader.exedirectly from that folder.
After startup, the Steam status indicator in the top-right should turn green.
Browsing mods (Mod Store)
- Open the Mod Store tab.
- Use the Store sub-tab to browse all available mods.
- Filter by tag (vanilla, modded, melonloader, fmf, framework) or sort by popularity, date, score, etc.
- Use the Search bar to find specific mods by name.
- Click on any mod to see its detail page with full stats, description, and action buttons.
Installing mods (Subscribe)
- In the Store or on an item's detail page, click Subscribe.
- Steam downloads the mod automatically.
- Check the Installed sub-tab to see all your subscribed mods.
Subscribed mods are managed by Steam — they update automatically when the author publishes changes.
Favorites
- On an item's detail page, click Favorite to bookmark it.
- View all your favorites in the Favorites sub-tab.
- Click Unfavorite to remove.
Voting
On an item's detail page:
- Click Vote Up to recommend the mod.
- Click Vote Down if there's a quality issue.
Your votes help the community find the best mods.
Dependency Health (Health tab)
The Health sub-tab checks whether your game has:
- MelonLoader installed
- Il2Cpp interop assemblies generated
- FrikaModFramework core DLL
- FMF plugins directory
- Mod config directory
If anything is missing, follow the instructions shown.
Installing MelonLoader
- Go to the Health tab and click Download page.
- Download the latest MelonLoader Installer from GitHub.
- Run the installer, select Data Center as the game, choose IL2CPP.
- Start the game once and close it (this generates required assemblies).
Troubleshooting
"Steam - offline" in the title bar
- Make sure Steam is running and you are logged in.
- Ensure
steam_appid.txt(containing4170200) exists next toWorkshopUploader.exe. - If you use the portable/ZIP variant, make sure you copied the full app folder (not just the
.exe).
Mod does not load in-game
- Check
MelonLoader/Latest.login the game directory. - Ensure
FrikaModdingFramework.dllis in<game>/Mods/. - Verify the mod DLL is also in
<game>/Mods/or<game>/FMF/Plugins/.
Subscription does not appear
- Wait a few seconds and refresh the Installed list.
- Steam may need a moment to process the subscription.
App crashes only after installer install
- Reinstall using the latest setup build.
- Open Settings -> Logs and include the newest log lines when reporting the issue.
- If available, report crash details via GitHub Issues.
Reporting bugs and issues
If you find a bug, crash, or unexpected behavior, please open an issue on GitHub:
To help us fix issues faster, include:
- What you were doing when the problem happened
- Clear steps to reproduce
- Your app version and Windows version
- Error message or screenshot (if any)
- Relevant logs from Settings -> Logs
- A repro ZIP from Settings -> Create repro bundle
Uninstalling mods
- Go to the Installed sub-tab.
- Click Unsubscribe on the mod you want to remove.
- Steam removes the mod files automatically.