Page MenuHomeFeedback Tracker

Experimental 1.27 - Equipment bar no longer support extra player equipment bar slots correctly.
Awaiting internal Testing, NormalPublic

Description

Inventory equipment bar no longer adds more rows to accommodate extra slots that have been modded in.

If there is only 3 extra slots, they will display in the 2nd row as normal, but no 3rd row is created for the 4th, and it cannot be viewed anywhere.

The slots are still useable, as the relevant items do seem to attach when dragged onto the player, but they cannot be seen in the bar.
So once items are attached, they will not be able to be removed as they do not show in the equipment bar.

Details

Severity
Major
Resolution
Open
Reproducibility
Always
Operating System
Windows 11 x64
Category
Inventory
Steps To Reproduce

Create additional slots in a mod, join server with mod loaded and view the bar.

class InventoryEquipment { playerSlots[] += { "customslot1","customslot2","customslot3","customslot4" }; };

Event Timeline

Bloodshot_vp renamed this task from Experimental 1.27 - Equipment bar no longer support extra player slots correctly. to Experimental 1.27 - Equipment bar no longer support extra player equipment bar slots correctly..Wed, Feb 19, 5:36 PM

The exact same happens also on 1.26
Happened to me for weeks with the the tool slot (eg Hatchet) on the one backpack on KarmaKrew where you can attach buttons, a plastic bottle and a small tool.

The exact same happens also on 1.26
Happened to me for weeks with the the tool slot (eg Hatchet) on the one backpack on KarmaKrew where you can attach buttons, a plastic bottle and a small tool.

Believe that to be a separate issue. I’m talking about the grey equipment bar at the top right. In 1.26 it adds a new row when needed. In 1.27 it doesnt.

Geez changed the task status from New to Awaiting internal Testing.Thu, Feb 20, 10:58 AM
Kreser added a subscriber: Kreser.Thu, Feb 20, 11:03 AM

Hello! For now you can use this mod or repack its contents in your own mod to hotfix the problem:
https://steamcommunity.com/workshop/filedetails/?id=3431076620

Hello! For now you can use this mod or repack its contents in your own mod to hotfix the problem:
https://steamcommunity.com/workshop/filedetails/?id=3431076620

That’s great news. Thanks very much for that 👍

The workshop mod appears to be missing the keys folder.

Hello! For now you can use this mod or repack its contents in your own mod to hotfix the problem:
https://steamcommunity.com/workshop/filedetails/?id=3431076620

Sorry, but so far it does not seem to have resolved the problem for me. When running my mod with your pbo listed as a required addon, along side "@CF-Test;@DabsFramework;@BuilderItems;@Community-Online-Tools-Test;@InventorySlotsHotfix" . The bar still does not extend.

Salutesh added a comment.EditedFri, Feb 21, 8:43 AM

Hello! For now you can use this mod or repack its contents in your own mod to hotfix the problem:
https://steamcommunity.com/workshop/filedetails/?id=3431076620

Sorry, but so far it does not seem to have resolved the problem for me. When running my mod with your pbo listed as a required addon, along side "@CF-Test;@DabsFramework;@BuilderItems;@Community-Online-Tools-Test;@InventorySlotsHotfix" . The bar still does not extend.

Sorry i forgot to override something! Should work now when you update the mod and the key is also there now.