The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Planetarium Chance [REP+]
635 Comments
inqz1bl 13 hours ago 
d
The worst 24 Sep @ 9:08pm 
doesn't work... for me:steamsad:
d
qodbwls3963 17 Sep @ 5:47am 
d
inqz1bl 13 Sep @ 1:48pm 
d
Ray 13 Sep @ 12:58am 
d
Cloudfarer 12 Sep @ 7:12pm 
d
6 Sep @ 4:10am 
d
Flame84 28 Aug @ 8:10pm 
I found a bug with this mod. When you save and continue a challenge run, some machines in the room gets deleted.

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.
hyo sin cute 26 Aug @ 10:30am 
d
KM1277 21 Aug @ 11:06am 
d
Doggo :3 17 Aug @ 8:50am 
d
Fanafel 16 Aug @ 12:03am 
d
KKLT 13 Aug @ 4:28am 
d
Heaton 11 Aug @ 4:44am 
OH, fuck you ! why DMCA?????
unendingEmpathy 10 Aug @ 10:15pm 
Yeah I've been doing some required research. Its not just the Isaac workshop, these DMCA things have been going across a ton of other Steam Workshop communities. From what I could figure, they're all false reports done "for a little trolling".
Astral H. Being 10 Aug @ 9:29pm 
why is bro getting dmca'd..
timox 10 Aug @ 6:51pm 
how the heck dmca
KEVIN THE SKELETON 4 Aug @ 2:13pm 
idk how to make a headder text sorry about that
KEVIN THE SKELETON 4 Aug @ 2:13pm 
[h1] absolute lamp
feacvtpar 3 Aug @ 11:54pm 
just beat mom, and no mods will disable achievements
BagsværdsBevogter 3 Aug @ 2:17pm 
does this mod disable unlocks/achievements
Komachi 2 Aug @ 12:56pm 
much good
TheShadowBoi 2 Aug @ 9:19am 
required
rer0yes 2 Aug @ 7:14am 
Great mod
Rumormonger 2 Jul @ 11:48pm 
Never mind Repentogon has its own. Thanks anyways!
Rumormonger 2 Jul @ 11:07pm 
I tried resetting settings and it didn't work anyway.
Tobias 29 Jun @ 9:42am 
Not sure if this is the place for this but I am having issues with the mod. I can open the game with the mod, but when I enable it in game it crashes when i start a run. I tried reinstalling game/mod and looked into other solutions without success. Below is the log error I get. Any help would be appreciated!

[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)
Peachee  [author] 18 Jun @ 4:55am 
@Flame84 , @Nancex - Yes, feel free. This mod is licenced under GPL-3.0 and can be used in any other mods providing they are also under the same license Licence [gist.github.com]
Static 17 Jun @ 7:24pm 
Finally! jesus edmund add this please
Nancex 17 Jun @ 5:15am 
Great mod! I am making a mod that adds a found HUD entry too, but I have no idea how to add custom HUD, may I reference your code? :)
Dorika 16 Jun @ 6:07am 
лучший мод всех времен и народов
Flame84 15 Jun @ 8:44pm 
Would it be fine to use the code in this mod (with credit ofc) for a similar ui mod I am working on? I think is the only mod I have found that adds extra found hub elements.
花开伊吕波 8 Jun @ 4:27am 
6
Кот 27 May @ 12:04am 
Не работает. Помогите!
why isn't this base game
когда обновят?
ComfortableDesk 2 May @ 8:17am 
sigma
YoUgAn♡LovER 26 Apr @ 5:02pm 
Es si o si obligatorio tener repentence o con los demas ya funciona?
TheShadowBoi 16 Apr @ 12:53am 
This item is really the "star" of the show!
박우혐 1 Apr @ 8:50pm 
good
Bigrowrow707 2 Mar @ 12:10am 
nvm i verified the integrety of my game files and it fixed it
Bigrowrow707 2 Mar @ 12:03am 
the mod isnt even showing in the mod menu for me, like where you can turn on and off mods. cant see it in game either
DarkSoulOfAlex 14 Feb @ 1:08am 
it doesn't work even though I have the planetarium unlocked
GodSlyferiux 8 Feb @ 4:36pm 
How does it calculate the spacing? It's not fixed riiiight? :3
Instant.noodles 8 Feb @ 3:12pm 
it doesn't work for me
zxc88kr 5 Feb @ 7:48am 
can you move it down by like a pixel?
queen of autism 3 Feb @ 12:39pm 
not only rep+ right?
Peachee  [author] 3 Feb @ 9:33am 
@Lusién nobody has asked that before! This is a long one so I have to split up the replies.

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 :isaac:

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)
Peachee  [author] 3 Feb @ 9:33am 
So when I first created this mod I had to calculate every value manually. While there are very easy commands to get the devil room chance, angel room chance etc. in the API. There was nothing in the game API to retrieve the planetarium chance value. It was basically not a value you had permission to read as a mod.

So I started counting how many treasure rooms you skipped, what items you had at any one moment, what floor your were one. It got very complicated very quickly.

When I got it working and put it up on the steam workshop, it just blew up instantly. I think a big part of it is just due to the timing of the new DLC, and how well it fits the classic style (because it's a part of the same sprite map hehe)