The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

[AB+|Rep(+)] External Item Descriptions
此主题已被锁定
Cellidor 2022 年 5 月 22 日 下午 3: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).
< >
正在显示第 1 - 2 条,共 2 条留言
Buurazu 2022 年 5 月 24 日 上午 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.
最后由 Buurazu 编辑于; 2022 年 5 月 24 日 上午 10:49
Cellidor 2022 年 5 月 24 日 下午 4: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!
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50