Hyphen-ated / RebirthItemTracker

Uses the log.txt file to track item pickups in Binding of Isaac: Rebirth.
BSD 2-Clause "Simplified" License
121 stars 26 forks source link

The tracker displays curses with BLCKCNDL activated #80

Closed viroulep closed 8 years ago

viroulep commented 8 years ago

The game still outputs the curse to the log file when using an easter egg, so for instance we may end up with "BXL" followed by "B2" in the floor layout. I didn't find any hint about easter egg activation in the log file so I think that's going to be a known issue.

I tried to formulate this correctly in the readme but feel free to change to a better wording/explanation.

sillypears commented 8 years ago

The only thing I could thing to do is if you have a BXL followed by B2, having a sanity check and retroactively fix the BXL into a B1 (and so on). It would be wrong for the first floor, but after you pass it, would correct itself? Is it even worth doing?

viroulep commented 8 years ago

We could do that for the Curse of the Labyrinth indeed !

What about the Curse of the blind now ? :p

sillypears commented 8 years ago

I got nothing for Curse of the Blind haha

viroulep commented 8 years ago

I'm closing this since I think Zam's idea in #91 is better.