Skip to content

Commit

Permalink
doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
RPDiscordBot committed Dec 8, 2024
1 parent 6b24254 commit 4d876bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/modules/ROOT/pages/rrda/digitalstorage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ For each inventory in your building that you want Digital Storage to interact wi
* Give the Inventory a display name that will be shown in the Universal Adapter UI in `M Inventory Display Name`
* Set the `M Inventory Name` to match the inventory name exactly on your building.
* Set the `M Inventory Index` to the Inventory Index. For example, if you have one Inventory, this will be 0.
* (Optional) Check the `M Use Adapter Inventory` variable to use the Universal adapter inventory. This is useful for when the building doesn't have an inventory and just uses peek/grab functions.
Next you must specify which Inventory slots Digital Storage can access on the Inventory.

Expand All @@ -71,9 +72,11 @@ For each inventory slot, add a new element to the `M Inventory Slots` variable.
* Set the `M Inventory Slot Index` variable to the Inventory Slot Index.
* Set the `M Inventory Slot Display Name` to a friendly name that will appear on the UI.
* Set the `M Interaction` variable to either `Import To Network From Slot` or `Export From Network To Slot`. This will let Digital Storage know which direction to transfer items, either move items into this slot or move items into the network.
* Set the `M Slot Item Forms` array variable for all the item forms that this slot can accept. This will limit the items forms shown in the Digital Storage UI.
* (Optional) Check the checkbox next to `M Item Filters` to enable the Item Filter array. This array allows you to specify which items should show in the UI for this slot.
* (Optional) Check the check box for `M Check Slot Item Filter` If this is checked, the Universal adapter UI will check to see if the inventory slot has an Item Filter and only make this item selectable in the UI.
* (Optional) Check the check box for `M Automatically Set From Slot Item Filter` if this is checked, the Universal adapter will automatically set the task to whatever item is filtered on the inventory slot. This disables the Item selection dropdown in the UI.
* (Optional) Check the check box for `M Slot Repersents Full Inventory`, if this is checked the `M Inventory Slot Index` must be set to `-1`. The entire inventory will be used based on this slot access settings.
### Network Connection

Expand Down

0 comments on commit 4d876bf

Please sign in to comment.