Easy Inventory для Space Engineers
Keen reached out to me and asked permission to borrow ideas from this mod. Permission was granted.
As a consequence of the release of build planner I have ceased development on this mod. The mod will remain on the workshop as is for people running previous versions of the game.
====================
Download and use the Text HUD Api (in the bar on the right) to move the notifications to the top left of your screen.
In game preference menu lets you customize the GUI elements of this mod.
Right click storage blocks to extract needed items automatically.
Alt + Right click to deposit all items into a cargo container.
Ctrl + Right click , withdraw 10x of selected block.
Shift + Right click to queue block in an assembler
Ctrl + Shift + RIght click to queue 10 blocks in an assembler.
Select block you want to build in your toolbar, right click container with items in it, all items are automatically transferred to your character for easy building. If you cannot pull the complete block in one go, the mod will remember and try to pull the remaining items on the next right click. Useful if items are spread across containers.
For mods that add custom items to the game you can now send a filter method to filter the 'Push' function of Easy Inventory.
Copy the following file into your mod:
SteamLibrary\steamapps\workshop\content\244850\646796262\Data\Scripts\EI\EasyInventoryAPI.cs
Call RegisterEasyFilter with a descriptive name and method. If your method returns true for the MyItemType, the item will be ignored by the Push method of the mod (Push = deposit items). If it returns false, it will allow the item to be pushed.
Please have your method return false by default, and return true only if you want to filter an item.
Players can turn on and off individual filters in the Easy Inventory Menu. These filter preferences are not currently saved.
As a consequence of the release of build planner I have ceased development on this mod. The mod will remain on the workshop as is for people running previous versions of the game.
====================
Download and use the Text HUD Api (in the bar on the right) to move the notifications to the top left of your screen.
In game preference menu lets you customize the GUI elements of this mod.
Right click storage blocks to extract needed items automatically.
Alt + Right click to deposit all items into a cargo container.
Ctrl + Right click , withdraw 10x of selected block.
Shift + Right click to queue block in an assembler
Ctrl + Shift + RIght click to queue 10 blocks in an assembler.
How to use:
Select block you want to build in your toolbar, right click container with items in it, all items are automatically transferred to your character for easy building. If you cannot pull the complete block in one go, the mod will remember and try to pull the remaining items on the next right click. Useful if items are spread across containers.
Works in Multiplayer!
EasyFilter API
For mods that add custom items to the game you can now send a filter method to filter the 'Push' function of Easy Inventory.
Copy the following file into your mod:
SteamLibrary\steamapps\workshop\content\244850\646796262\Data\Scripts\EI\EasyInventoryAPI.cs
Call RegisterEasyFilter with a descriptive name and method. If your method returns true for the MyItemType, the item will be ignored by the Push method of the mod (Push = deposit items). If it returns false, it will allow the item to be pushed.
Please have your method return false by default, and return true only if you want to filter an item.
Players can turn on and off individual filters in the Easy Inventory Menu. These filter preferences are not currently saved.