-
Notifications
You must be signed in to change notification settings - Fork 0
Storages DB
Ninluc edited this page Jan 24, 2023
·
1 revision
The storage database is located in the server. It is located in the storageManagerFolder setting folder (/storages/ by default).
This folder contains two types of files :
- Storage files : They contain every item in the storage and each storage have it's own file.
- Storage info file : A file containing informations about the diferent storages (location, facing, slot numbers, total item size).
Along with the Storage info file, the actions parameters use this order when transmitting information about a storage :
location X | location Z | facing #1 | facing #2 | total items size (maximum nb of items possible) | number of slots
Every parameters being separated by the actionsParametersSeparator setting (default )