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






My pawns and Mechs can't really build or craft much because the materials inside the vault are not listed as available and they can't retrieve stuff from the vault or storage shelfs themselves meaning that I would have to retrieve it manually and in a lot of cases they try to put the stuff back into the vault instead of the blueprint or required spot.
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.