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
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)