Page MenuHomeFeedback Tracker

Nested Items Behaviour Non-Configurable
Assigned, UrgentPublic

Description

GameInventory::AreChildrenAccessible is located inside an engine class and unmoddable.

In a repeat of the CanPutInCargoClothingConditions fiasco, the new nensted inventory logic has been put inside an unmoddable engine class, preventing server owners and modders from denying or permitting nesting behaviour programmatically.

To resolve this issue, return attachmentDepth < 3 could be changed to return attachmentDepth < GameConstants.MAX_ALLOWED_STACK_DEPTH, or AreChildrenAccessible refactored into ItemBase.

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 11 x64
Category
General

Event Timeline

mdc created this task.Tue, Apr 23, 8:53 PM
ntepup added a subscriber: ntepup.Tue, Apr 23, 9:00 PM
Geez changed the task status from New to Assigned.Wed, Apr 24, 9:52 AM