安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
If I open the Card Library, and use RB on my controller to tab to the right, the game will crash if I try to tab past the right end of the tab bar (and same thing if I try to tab past the left end), but the base game doesn’t do this — It just loops around
I tried disabling all other mods, but it still happens, even with “BaseMod” as the only mod running. Here’s the error screen:
Cause :
java. Lang. Index@utofBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangecheck(ArrayList. java: 653)
at java.util.ArrayList.get(ArrayList.java:429)
at {链接已删除}basemod.patches.com.megacrit.cardcrawl.screens.mainMenu.CoLorTabBar.ColorTabBarFix$Fields.getModTab(
CoLorTabBarFix. java: 53)
at {链接已删除}basemod.patches.com.megacrit.cardcrawl.screens.compendium.CardLibraryScreen.EverythingFix$DidChangeT
ab. Insert(EverythingFix.java:130)
at com.megacrit.cardcrawl.screens.compendium.cardLibraryScreen.didChangeTab(CardLibraryScreen.java: 510)
Cause:
java.lang.NullPointerException
at basemod.patches.whatmod.CardView.Postfix(CardView.java:34)
at com.megacrit.cardcrawl.screens.SingleCardViewPopup.renderTips(SingleCardViewPopup.java:1793)
at com.megacrit.cardcrawl.screens.SingleCardViewPopup.render(SingleCardViewPopup.java:362)
at com.megacrit.cardcrawl.core.CardCrawlGame.render(CardCrawlGame.java:455)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:225)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126).
Looks like it is impacted from commit: 748a4fedbd2fd45687bc977c9dacce11f4f202c5 in whatmod card view.
Are others having this or potentially something from other mods I am using causing the problem.
Stack trace:
java.lang.NullPointerException
at basemod.patches.whatmod.CardView.Postfix(CardView.java:34)
at com.megacrit.cardcrawl.screens.SingleCardViewPopup.renderTips(SingleCardViewPopup.java:1793)
at com.megacrit.cardcrawl.screens.SingleCardViewPopup.render(SingleCardViewPopup.java:362)
at com.megacrit.cardcrawl.core.CardCrawlGame.render(CardCrawlGame.java:455)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:225)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126)
(above tab // one to the left of the 1 key)
So apparently I have been running into this issue for several days and has not yet found a solution, it appears to be a NullPointerException in a subclass within the basemod? heres the log
------------------------
21:42:33.659 ERROR core.CardCrawlGame> Exception caught
com.badlogic.gdx.utils.GdxRuntimeException: File not found: ModDuskRescources\localization\ENG\keywords.json (Internal)
...(skip a few lines)
Exception in thread "LWJGL Application" java.lang.NullPointerException
at basemod.ModToggleButton.<init>(ModToggleButton.java:39)
at basemod.ModLabeledToggleButton.<init>(ModLabeledToggleButton.java:29)
...
------------------------------
There might be a solution somewhere already but dumb me am not able to find it anywhere.. Nor did anything that I did found help at all.
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2373975264&searchtext=distance
I'm modding StS for the first time, and i want to know if there's a way to know the position of each monster display on the screen ? I'd like to add some keywords (range, melee) which inflicts more or less damages depending of the monster position (or number of monsters between player and target).
I read the AbstractMonster Class but i did not see an index or something like that. I will continue to look in other classes.
Have you an idea if it is possible to get that data ?
Tanks a lot
i was speaking with the modder of the (potion) Gatherer mod here:
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/comments/1611788501
about 2 issues (and possible fixes that can help them), and it seems that Basemod could be a cool place for them, especially because basemod helps modders to add more Relics and more Potions to the game
the 2 main issues with playing with mods can be found here:
https://psteamcommunity.yuanyoumao.com/app/646570/discussions/2/3425563679846572880/
(basically getting lots of potions, and having/causing lots of buffs and debuffs) are not viewable.
if you are able in any way to help implement something that can help with those, it will be cool :)
(affects vanilla less, but modded and / or endless/infinite games a lot more)