Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


Chris Tian

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. 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