Not working carmodular storageSolved

Hello i have tested the helicopter caravan horses everywhere it works only carmodular storage does not work i am asking for a fix.
Thank you

Please state what you have done to troubleshoot.

Max car storage is 48. Rust changed the default to 48 some time ago, so the default perms in the plugin which are lower than 48, have no effect. The other most recent post was about this.

can this problem be solved again?

Please state what you consider to be the problem.

As far as I understand it, the problem is that the default config and docs include non-usable storage amounts, because Rust increased the car storage to 48 slots (the plugin does not currently support reducing storage capacity, only increasing it). The problem is that this causes confusion. The solution is to remove those from the default config and docs to avoid confusion.

Perhaps your intention is reduce storage capacity below 48, or perhaps your intention is to allow storage capacity to exceed 48?

Hello,
I need to increase the capacity when the standard is 48 but when I increase the rows they don't fit

Ok, I think the solution for that should be to attach additional storage containers to the car storage module. From what I recall last time I tried this, doing so may have some issues for car storage. As suggested in the other thread, I advise you to modify the config to add additional storage containers to car storage modules, test it rigorously, then report back what issues you find.

since I'm not a developer I'll leave it up to you

You don't need to have developer skills for this. Just edit the json config file. Here's a really simple example.

"ModularCarStorageModule": {
    "DefaultProfile": {
      "BuiltInStorageCapacity": 48,
      "AdditionalStorage": {
        "Middle Box": 48
      }
    },
    "ProfilesRequiringPermission": [],
    "ContainerPresets": {
      "Middle Box": {
        "Prefab": "assets/content/vehicles/boats/rhib/subents/rhib_storage.prefab",
        "Position": {
          "x": 0,
          "y": 0.6,
          "z": 0.0
        },
        "RotationAngles": {
          "x": 0.0,
          "y": 270.0,
          "z": 0.0
        }
      }
    }
  },
Locked automatically