Raidable Shelters

Raidable Shelters 1.7.1

Sign in to download
In the latest update (1.7.1) I just pushed, shelters won't spawn if interior entities like boxes fail to spawn, so that issue is now resolved

When you say items don't spawn, are you referring to items inside interior entities? If so, there're three factors that determine item spawning:
  • The entity must be a storage container
  • The items you specified in the Items To Spawn Inside Entity Containers list
  • The Percentage To Fill Container With Items If Present config option
These three determine whether items will spawn inside containers, so double-check them
I have left the config as default.

Is there a chance that nothing spawns inside? (If the shelter spawns)

Thanks for the quick responses
 
I have left the config as default.

Is there a chance that nothing spawns inside? (If the shelter spawns)

Thanks for the quick responses
I just tested it, and items are spawning fine inside the storage containers within the shelter. Also I just released version 1.7.1, please download it
 
I just tested it, and items are spawning fine inside the storage containers within the shelter. Also I just released version 1.7.1, please download it
JSON:
"Interior Entities": [
    {
      "Prefab Name": "assets/prefabs/deployable/woodenbox/woodbox_deployed.prefab",
      "Skin Ids": [
        0
      ],
      "Spawn Chance": 50,
      "Minimum Number To Spawn": 1,
      "Maximum Number To Spawn": 3,
      "Percentage To Fill Container With Items If Present": 20
    },
    {
      "Prefab Name": "assets/prefabs/deployable/furnace/furnace.prefab",
      "Skin Ids": [
        0
      ],
      "Spawn Chance": 50,
      "Minimum Number To Spawn": 1,
      "Maximum Number To Spawn": 1,
      "Percentage To Fill Container With Items If Present": 0

Do i alter the percentage of fill container (woodenbox 20 but the furnace is 0 as default)
 
Do i alter the percentage of fill container (woodenbox 20 but the furnace is 0 as default)
Percentage To Fill Container With Items If Present determines how much of the entity's storage to fill. For example, a small storage container has 18 slots. A percentage of 20% means 3.6 slots (rounded up to 4), so the plugin will try to spawn 4 items inside. A percentage of 100% means all 18 slots will be filled
 
Percentage To Fill Container With Items If Present determines how much of the entity's storage to fill. For example, a small storage container has 18 slots. A percentage of 20% means 3.6 slots (rounded up to 4), so the plugin will try to spawn 4 items inside. A percentage of 100% means all 18 slots will be filled
thank u very much, i can now understand how this now works and yes i have downloaded the latest version (great plugin)
 
Back
Top