Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
Out of handles crash is best avoided by avoiding excessive crafting (Ex: crafting axes for money, but smelting them down into bars if they aren't worth enough, and repeating the process).
I haven't tried any mods for DoS2, but our project is coming along very well!
We managed to prolong save's "life" by deleting most of stashed items (around 1k i think). With items deleted Divinity allowed us to teleport to unknown kadath location, nevertheless it crashed again after an hour or two.
My guess is that in the save file some variable is "overflowed" and we can "fix" it by manually changing the value. SO is there a way to open a saave file to be able to edit it?
- The game assigns 16-bit handles (or the handle counter is 16-bit, I don't remember which) to all interactable objects created in the game--this means every new stack of items is assigned its own handle, though adding to an existing stack directly would not.
- Objects that are pre-placed as part of the game world also consume one of these handles.
- The game engine does not recycle handles, so it crashes once the upper limit is reached.
Fraublake, the modder who created XC_Bags, knows more about the topic than I do. Hopefully he will see the thread.