WorkbenchApi::GetPageScenarios() is able to find mod scenarios when using the Workbenches Dedicated Server Tool, but not on production servers.
Description
Description
Details
Details
- Severity
- Minor
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 7
- Category
- General
Steps To Reproduce
This is how you can find all the scenarios:
workshopApi.ScanOfflineAddons(); workshopApi.GetPageScenarios();
Run this code on a client => You get all scenarios, including those from mods
Run it on a server started by the WBs Dedicated Server Tool => You also get mod scenarios
Run it on an actual production server (so not using the DST) => It only gives you vanilla scenarios
Additional Information
After testing this multiple times since it seemed like a very unexpected issue, I asked about this in the Discord and got no response, so I assume it is a bug.