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
Glad to hear that your overflow is solved. You are welcome.
Besides, are you on 32-bit or on 64-bit? There is still a trinket+item overflow, although the cap is increased from 2048 to 4096. If these two hero class you mentioned contain some trinkets or new items, and you somehow just on the cap edge of trinket+item overflow, then you may find your game crash when enabling two of them, but able to run with only one of them, the same as in the situation of the hero skill overflow.
Thus if you found the overflow is not solved after deleting camping skills, try to delete trinket definitions in trinkets/*.entries.trinkets.json.
You can do as follows: find the hero mod folder first. Then go to its patch "raid\camping\*.camping_skills.json", this file is the definition of camping skills. Open it with notepad++ or vscode, and delete the section of certain camping skill.
Be careful with json grammar, such as { and } and the comma.
Note that you should not delete shared camping skills, as deleting them cannot lower the number of camping skills at all (unless you delete all of that skill including on vanilla heroes, which is unrealistic). Vanilla share camping skills are these three skills: encourage / first_aid / pep_talk.
基于作者“Mhdss”和“Kaze*”的进一步实验表明,当玩家安装了太多mods时,可以通过进一步扩大“max_resource_entrys”的值来解决64位明显卡顿的问题。然而,如果该值设置得太大,可能会像32位那样造成麻烦,且其似乎取决于玩家自己PC的硬件(主要是关于物理内存,因为32GB物理内存比16GB物理内存的表现好得多)。
Further experiments from modder "Mhdss" and "Kaze*" indicate that when player has installed too many mods, the obviously lag in 64-bit might be solved by further more enlarging the value of "max_resource_entries". However, if the value has been set too large, it might cause trouble instead as in 32-bit, and it seems to be depended on hardware of player's own PC (mainly about the physical computer memory, as 32GB computer memory works significantly better than 16GB computer memory).
Sorry, the Overflow of Skill in 64-bit still require more tests.
However, what can be sure is, if you have encountered this overflow and don't want to uninstall hero mods, you may cut down non-public camping skills to free more slot for this overflow, the same as in 32-bit.