scunpacked icon indicating copy to clipboard operation
scunpacked copied to clipboard

Fetch ships personal inventory

Open Olakeen opened this issue 4 years ago • 0 comments

Since patch 3.15, ships had personal inventory storage for players items. Theses values are defined in XML files.

Path : Data\Libs\Foundry\Records\inventorycontainers\ships
Value to fetch <SStandardCargoUnit standardCargoUnits="xxx">

Link the value of __ref="abc123" to the ship XML Data\Libs\Foundry\Records\entities\spaceships\

Line : <VehicleComponentParams inventoryContainerParams="abc123" >

Olakeen avatar Apr 15 '22 10:04 Olakeen