Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
C:\Users\[YourName]\Documents\My Games\Binding of Isaac Repentance\log.txt
Here
Here, v2.
your mod list doesnt contain something thats too out of the ordinary though, but the specialist for good items mod also was affected by the messed up entity game data ...
if you can, you could try to deactivate all your mods besides EBB. if its alone it should definetly work. if not, then something might be corrupt in your game files.
If it works, then enable the other mods one by one and see which one is causing the incompatibility issue in particular.
Using EBB only, boss bar still invisible
what you could try is, to go into the main.lua file of the mod, to line 319 and change the code a bit to look like this:
The Isaac.DebugString will print the entity number and the data-type of the entity into the log file.
if you could try this out, we might find out what goes wrong.
In game: https://prnt.sc/HN4NpRHVaJ9n
main.lua: https://prnt.sc/SZf11KaIRLHx
Log: https://drive.google.com/file/d/1VlxY-4SY3dJfIpz19bVnEe1e417uCgje/view?usp=sharing
basically, this just added a check to the loop that only executes the content, if the entity object is of type userdata.
In game: https://prnt.sc/vsgWkh9hq3Sy
main.lua: https://prnt.sc/76zSwuHFGLGp
Thanks!