Instal Steam
login
|
bahasa
简体中文 (Tionghoa Sederhana)
繁體中文 (Tionghoa Tradisional)
日本語 (Bahasa Jepang)
한국어 (Bahasa Korea)
ไทย (Bahasa Thai)
Български (Bahasa Bulgaria)
Čeština (Bahasa Ceko)
Dansk (Bahasa Denmark)
Deutsch (Bahasa Jerman)
English (Bahasa Inggris)
Español - España (Bahasa Spanyol - Spanyol)
Español - Latinoamérica (Bahasa Spanyol - Amerika Latin)
Ελληνικά (Bahasa Yunani)
Français (Bahasa Prancis)
Italiano (Bahasa Italia)
Magyar (Bahasa Hungaria)
Nederlands (Bahasa Belanda)
Norsk (Bahasa Norwegia)
Polski (Bahasa Polandia)
Português (Portugis - Portugal)
Português-Brasil (Bahasa Portugis-Brasil)
Română (Bahasa Rumania)
Русский (Bahasa Rusia)
Suomi (Bahasa Finlandia)
Svenska (Bahasa Swedia)
Türkçe (Bahasa Turki)
Tiếng Việt (Bahasa Vietnam)
Українська (Bahasa Ukraina)
Laporkan kesalahan penerjemahan
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!