Page MenuHomeFeedback Tracker

Nested Items Behaviour Non-Configurable
Closed, ResolvedPublic

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.Apr 23 2024, 8:53 PM
ntepup added a subscriber: ntepup.Apr 23 2024, 9:00 PM
Geez changed the task status from New to Assigned.Apr 24 2024, 9:52 AM
Geez closed this task as Resolved.May 13 2024, 12:22 PM
Geez claimed this task.
Geez added a subscriber: Geez.

Resolved for the 1.25 stable update.
Regards,
Geez