The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

[AB+|Rep(+)] External Item Descriptions
Denne tråd er blevet låst
Cellidor 22. maj 2022 kl. 15:33
Bag of Crafting Recipe display conflicts with '[REP] Converter Unnerf' mod
Mainly putting this here to save others time in case anyone else happens to be running both mods and hits this issue where the recipe list simply doesn't appear. I'm not entirely sure whether a fix for that would be better applied here or the other mod, but I left a comment on both just in case. My layman's guess would be that it's something about the recipe list not playing nice with a mod changing the inherent cooldown for a given item to something else (in this case, 3 room to no cooldown).
< >
Viser 1-2 af 2 kommentarer
Buurazu 24. maj 2022 kl. 10:37 
The reason behind this is quite interesting, really.
The mod adds a new item to the game (their 0-cost converter stand-in) with the name #CONVERTER_NAME (because they just copied the real one). For EID, seeing a name in this format changes how EID obtains the item's real name, falling back to other options. But of course, the fake converter doesn't have a fallback to go to.

So, they need to change their fake converter's name to something else. (You could do so on your end by modifying the converter mod's /content/items.xml, and also changing the Isaac.GetItemIdByName("Converter") line in main.lua)

The recipe list is failing when I pre-sort every item's name alphabetically; technically, this fake converter isn't in any item pools and therefore would never be a recipe result, so it doesn't need its name checked, but I'm not changing the code over this. You can duplicate the error by spawning the fake converter on a pedestal in debug console.
Sidst redigeret af Buurazu; 24. maj 2022 kl. 10:49
Cellidor 24. maj 2022 kl. 16:05 
Just to update, looks like the dev for the other mod is going to implement a fix for this in their next update. Thanks for being so in-depth Buurazu!
< >
Viser 1-2 af 2 kommentarer
Per side: 1530 50