The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Encyclopedia - An In-Game Wiki!
 此主题已被置顶,因此可能具有重要性
Nogard 2024 年 12 月 7 日 下午 5:44
Repentance+ quick fix
the mod hasn't been updated for repentance+ yet so the menu isn't appearing, i got it fixed like this

on your game install go to mods\encyclopedia_2376005362\main.lua
then add at the start

if REPENTANCE_PLUS and not REPENTANCE then REPENTANCE = true end
< >
正在显示第 1 - 5 条,共 5 条留言
76561199150238426 2024 年 12 月 8 日 上午 7:40 
doesnt work for me, the menu and the mod itself continue to not exist lol
AgentCucco  [开发者] 2024 年 12 月 8 日 上午 10:55 
If you have a code editor like Notepad++ or VsCode, you can ctrl+shift+h in the main.lua to replace on all files in the mod, and do this (make sure to check the "Match whole word" and "Match case" settings):

Replace
REPENTANCE
with
(REPENTANCE or REPENTANCE_PLUS)

That should allow the mod to work without breaking the API by setting REPENTANCE to true. At least until it's updated, which might take a while.
最后由 AgentCucco 编辑于; 2024 年 12 月 8 日 上午 11:02
Moritox:3 2024 年 12 月 8 日 上午 11:21 
hi, in my case, the menu appears, the only thing that is missing is the "ENCYCLOPEDIA" part, anyways the rest works good, i hope you can update soon!!!! thanks
doublesdoublet 2024 年 12 月 10 日 上午 7:31 
引用自 AgentCucco
If you have a code editor like Notepad++ or VsCode, you can ctrl+shift+h in the main.lua to replace on all files in the mod, and do this (make sure to check the "Match whole word" and "Match case" settings):

Replace
REPENTANCE
with
(REPENTANCE or REPENTANCE_PLUS)

That should allow the mod to work without breaking the API by setting REPENTANCE to true. At least until it's updated, which might take a while.

can confirm that this worked for me, thank you!
NormalUsername 1 月 12 日 下午 7:30 
still didnt work for me, did everything you said
< >
正在显示第 1 - 5 条,共 5 条留言
每页显示数: 1530 50