KeenSoftwareHouse / SpaceEngineers

2.93k stars 896 forks source link

Inventory GUI Filter Categories - How do they work? #528

Open Psithief opened 8 years ago

Psithief commented 8 years ago

Some time ago, anything that's a ProductionBlock is considered 'Storage' by the Inventory GUI, but these used to be considered 'System'.

Is it possible for a mod to alter these categories for base-game inventories, and how is it done?

The now-obsolete code that managed this previously has confused me.

mexmer commented 8 years ago

it's not possible to change this trough mod.

Psithief commented 8 years ago

Ah, that's a pity.

Do you know if removing ProductionBlocks from the System filter was intentional or omitted by an oversight? Storage gets very cluttered by Refineries, Arc Furnaces and Assemblers. They also update frequently, increasing the lag between GUI updates substantially.

mexmer commented 8 years ago

most likely it's sidefect of refactor, i expect inventories will return to their former state sooner or later