安裝 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(越南文)
Українська(烏克蘭文)
回報翻譯問題
I found this from a bug report from my mod (Damage Tracker), which uses a good chuck of your code. It turned out that the CanRunUnlockAchievements() function is deleting random machines when the donation machine can't spawn. My mod fixed this by only running the function once when a run is started and just saving the result to a json file.
[Planetarium Chance] Error in "PostLevelLoad" call: ... Afterbirth+ Mods/planetarium chance_2489006943/main.lua:157: attempt to call a nil value (method 'GetPlanetariumChance')
[INFO] - Adding collectible 105 (The D6)
[INFO] - Saving PersistentGameData to Steam Cloud: abp_persistentgamedata2.dat.
[INFO] - [Planetarium Chance] Error in "PostGameStart" call: ... Afterbirth+ Mods/planetarium chance_2489006943/main.lua:112: bad argument #1 to 'GetTrinket' (number expected, got nil)
That's what really made me want to start this mod. When I was digging around in the files shortly after the Repentance DLC launched, I found a sprite map that included all the HUD stats, and now it had a crystal ball! Wow! Must have been for the new Planetarium room, but it was not visible in the game... I just knew it had to be
There are two images named hudstats.png and hudstats2.png, if you go to your game install folder: "The Binding of Isaac Rebirth\resources\gfx\ui\" you can look at them, even without this mod installed.
You'll see that there is a crystal ball in only one of the images! How bizarre! So I thought to myself this just HAS to get put in the game, it would be so useful (I did all of this before knowing how crap the planetarium items were at the time haha)