GoatTheMan 0 Report post Posted August 12, 2020 When I try to add another mod the entire server stops working , It stops responding. I am putting a comma between every id. Quote Share this post Link to post Share on other sites More sharing options...
Chris Tian 0 Report post Posted August 13, 2020 did you edited your sandbox config ? if not…. befor starting make a backup of your files…. look for <Mods /> and replace this to... <Mods> <ModItem> <Name>WORKSHOP-ID.sbm</Name> <PublishedFileId>WORKSHOP-ID</PublishedFileId> </ModItem> <Mods/> so shud look like <Mods> <ModItem> <Name>123456789.sbm</Name> <PublishedFileId>123456789</PublishedFileId> </ModItem> <Mods/> if you wana add more mods ….. <Mods> <ModItem> <Name>123456789.sbm</Name> <PublishedFileId>123456789</PublishedFileId> </ModItem> <ModItem> <Name>987654321.sbm</Name> <PublishedFileId>987654321</PublishedFileId> </ModItem> <Mods/> good luck Quote Share this post Link to post Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.