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
The mouse is not properly returned to pap movement for the camera, it still shows the pointer on the screen, much like when a inventory window is open, I have to hit ALT-F again, to return it.
(Im adding my gathering dinos to the homenet, with no preferences, in the hopes that it will pull their gathered resources, to the correct boxes) Ill add a little food to their preferences later.
What type of game are you playing? Single player, local dedicated server, remote hosted server
How often does it happen? All the time, only with certain structures, only after you do some specific sequence
What other mods do you have loaded?
The relevant mods are S+ and item finder, the complete list will be at the end.
Hmm, I tried it on 17 new dinos, the original 6, and cant get it to repeat this load, please disreguard unless I can repeate it.
Most of us are used to the esc key....
Is this repeatable for you?
In reference to the "esc" bug, it's not really a bug per say. it's how the game works. the default action for all menus is to close said menu with esc. What i did with my mods to account for this is simply add an event when menu is closed / destroyed to automaticly trigger the same function as when "exit" is clicked. 1 event node tied before the exit function, and that should fix it.
In reference to bu reports, found that if you setup a box with ALL berry types, it will transfer all of them. This may seem ok, except for the fact that the box transfering into only should allow a single berry type. any example of this without other mod structures is a camp fire. Only specific items types should go into it, however you can use your mod to trasnfer items that normally shouldn't, bypassing the "allowed" items for the storage. I personally worked around similar doing an item transfer check prior to transfer that returns a false if it's not allowed to go into that structure, and if it's not ..then don't skip that structure.
As a third item, as a feature request.. can you please add a section/dropdown/ or something like that within the GUI that gives a list of all ALLOWed items types for the specific structure. For example, opennig up forge, and only specific item types are allowed. To combat the previous bug I mentioned, you could limit the list of items to ONLY show what is allowed to transfer to that inventory, which would satisfy both the request and the bug. Or you could add a new menu that only has those specific items. makes more sence to limit it, if you could?
The stack size used by KICS is not recognizing ConfigOverrideItemMaxQuantity in Game.ini, so during a sort it stops working when it reaches the old non-overridden stack count.
Frame rate drops the more the primal item list is populated, regardless of the actual settings (i.e. accept only wood) for a storage item. Dedicated server drops from 30 to ~5 fps during item sorting and single player/non-dedicated loses ~20 fps when there are 500+ items in the list.
The mod uses the "max stack size" value as presented by the engine. I'd have to test how that parameter is presented to mods.
Not sure I understand the second item. Are you saying that game play fps overall is slower when the list grows (mod UI is not open) or that your fps drops while the mod UI is open?
The game slows down as the item list becomes more and more populated, I don't really know why. It starts out as a ~2 fps drop on a fresh game sorting just one piece of wood between two storage boxes, and then continues to drop more and more as the master item list is populated. The master item list isn't being iterated through during a sort is it?
I haven't noticed the same fps issues using Automated Ark's OCD storage system, but that uses specified structures for item sorting and caches the sorted items in a list per structure instead of a globally accessible item catalogue.
Having said that, it seems that changing the mod load order resolved the issue, so I would not consider this a bug any more.
So this behavior is by design. (1) fulfill all minimum quantities and then (2) push excess out of containers.