The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Encyclopedia - An In-Game Wiki!
 Denne tråd er blevet fastgjort, så den er sikkert vigtig
Nogard 7. dec. 2024 kl. 17: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
< >
Viser 1-5 af 5 kommentarer
76561199150238426 8. dec. 2024 kl. 7:40 
doesnt work for me, the menu and the mod itself continue to not exist lol
AgentCucco  [udvikler] 8. dec. 2024 kl. 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.
Sidst redigeret af AgentCucco; 8. dec. 2024 kl. 11:02
Moritox:3 8. dec. 2024 kl. 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 10. dec. 2024 kl. 7:31 
Oprindeligt skrevet af 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 12. jan. kl. 19:30 
still didnt work for me, did everything you said
< >
Viser 1-5 af 5 kommentarer
Per side: 1530 50