The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

The Ritual
v5tge 12 Oct, 2021 @ 4:22am
Bugs and issues
This is a list of minor bugs and some details that are a bit annoying imo.

-The ritual circle spawns always in the middle of the room, but there are some rooms that have something in there, like a blood machine or a beggar, so it's imposible to activate it unless you remove the other thing (get the reward or explode)

-The circle appears in the mineshaft area (where you get the 2nd knife piece)

-The blood shards appear just over the trapdoor too often, making it imposible to get unless you move it (with a bomb or something)

-If you have PeePeeDie item and you deal a lot of damage to it when it spawns, the boss music stops, thinking you already finished the combat (this is what I think, but maybe this happens under different conditions too)

As an extra I would appreciate a mod config menu option to move the blood shards counter, as it is in the same place as tainted isaac's items list.
< >
Showing 1-1 of 1 comments
v5tge 13 Oct, 2021 @ 6:04pm 
By the way, if you want to change the blood shards counter position you can edit the main.lua
Just locate: function IC:ShowShards(px, py)
and modify the line: sfont:Render(Vector(px + ((i-1)*6), py), Vector(0,0), Vector(0,0))
adding or substracting to px and py. If you put the following the counter will be at the bottom of the stats (I have planetarium chance so that's why it's a bit lower):
sfont:Render(Vector(px + ((i-1)*6)-40, py+170), Vector(0,0), Vector(0,0))
the -40 and +170 are the numbers you need to change in order to move it
Hope this helps :reheart:
< >
Showing 1-1 of 1 comments
Per page: 1530 50