Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Mainly unable to find the storage vault shelf.
MOST EXCELLENT
Also, option for auto expanding/upgrading?
Is the ultra vault accessible across maps?
Can the ultra vault additional access points be used without the main structure?
If so, can the ultra vault be upgraded using just the additional access points?
I do still have on a list to try and see, if i can make vault things counts towards the wealth. Just have different priorities atm.
- Each vault has a Map with item ID as key, and amount stored as value.
- When a bill is made, you simply need to do an ~O(log(n)) check (super computationally light) to see whether the item is present, and whether enough is available.
- Update the amount on vault item storage / removal (again, super computationally lightweight).
No need to iterate over all items or otherwise do anything computationally heavy.
That's basically the same reason why Deep Storage, while being able to save space on your base, gives you a risk of lags in late game, cause it allow player to store too many items on a map creating such lag spikes per each bill check or item search check. But since Vault don't have constant check for resources inside it, so player can have (in normal storage + stored in Vault) way more items without any regrets and effects on perfomance, than they ever could on just their colony map in Vanilla or with bigger storage mods.