Mod is not loading - I have no clue why

So whilst testing my mod, apparently it does not load in the game. The description and the title are missing too.

image

As you can see, there is no title or description.

Whenever I start it up locally, I am met with a gray background screen.

I have no clue as to what could be causing this.

I have all the files here if anybody needs to examine them.

scene.txt (2.8 MB)
entites.txt (15.5 KB)
bot_squads.txt (912.4 KB)
squads.txt (1.0 MB)

1 Like

Some problems with sandbox portal. But you still can update your mod. For that use vromfs.bin file type…

  1. Need to open editor and map.
  2. When you will want to Build ZIP then you just need to open mods_packer.blk file using any text editors (file inside win64 folder).
  3. Find code with main-shared.vromfs.bin:
  vromfs {
    name:t="main-shared.vromfs.bin"
    rules {
      exc:t="scene.blk"
      inc:t="*.blk"
      inc:t="*.json"
    }
    is_pack:b=no
  }

And remove this:

    rules {
      exc:t="scene.blk"
      inc:t="*.blk"
      inc:t="*.json"
    }
  1. Save changes.
  2. Return back to editor and do Build ZIP.
  3. Return back to file mods_packer and restore code that you removed and save changes.
  4. Open ZIP archive and unpack main-shared.vromfs.bin file. You need upload it in sandbox portal.
3 Likes

Will there be any bad side-effect if we remove this rule?

Or if it is just a bug

———

Maybe it is missing the images(svg jpg png etc) and navmesh part…

It will build old vromfs.bin file that contains all files.

If you miss this step:

Then game probably will check files and automatically restore file to default.

Problem with sandbox portal. It doesn’t give link to vromfs files inside zip.

1 Like

I did things related to what you said but it didn’t work

I got an error like this:

Sorry my mistake problem solved

Thank you very much indeed for your help.

1 Like

i im experiencing the same issue all my gamemodes i create have tha same bug i lost 2h yesterday trying to fix that i even got banned for uploading mods for 12h becouse i uploaded like 30 mods trying ti fix that, i was trying to add custom profile to my map and i fought that was cousing the issue but later i decided to upload map without it and i realised that mod editor is just not functioning properly. thank god there is a fix. i lost all my hopes yesterday haha. thay havent fixed it yet :confused: how long do you think i will take them to fix that? btw one thing i noticed is that all zip files created before yesterday (i reuploded a map i created before) still fuinction properly only if you build mod zip after yesterday it will couse this bug

1 Like

It’s about time you all learn to use the fricking draft and edit button.

4 Likes