Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
This backpack can hold too few things
The item index in a container in the game is stored as a byte value, being able to store a max of 256 items. It would overflow with more items than that. The soft max of 200 items has been present in containers for the past 3-4 years or so, from the container overflow issues that I have reported to Nelson a few years ago.
For container overload in net code, I had reported a data index issue to him first.(overflow resulted in invisible items on a server). After that I reported an item index issue, which without a count cap, could have resulted in a container overflow on item count, loosing items.
It would be possible to have an item count in a container at 65536 items(the max for a ushort), but the data index, amongst a few other things would have to be modified to support that, making net code(and other things) a bit less efficient.
Although, it's not "quite" as bad for model size currently as it was in the past.
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1741631469
(old mod)
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=636256489