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
Lol I thought it was just me, but looks like a bunch of people’s game crashes after killing the angel too.
Who cares if anybody is cheating, it dosnt effect your save, it dosnt effect you at all, its not a competitive online shooter.
Its a roguelike where luck matters 90% more than skill almost always.
Calm down.
"MC_PRE_ENTITY_SPAWN" from "angel-drop-items" failed: ... Isaac Rebirth/mods/angels-drop-items_840107435/main.lua:325: attempt to compare number with nil
Stack Traceback:
... Isaac Rebirth/mods/angels-drop-items_840107435/main.lua:325: in function at line 324
function angelItems:preSpawn(entityType, variant, subType, _, _, _, seed)
I've created a new version of the mod that should fix the error you encountered when entering Alternate Path Exit Rooms. If the error triggers, you can also manually fix it by navigating to:
C:\Program Files (x86)\Steam\steamapps\common\The Binding of Isaac Rebirth\mods\angels-drop-items_840107435
Open the main.lua file with Notepad, locate the room type settings section, and add the following lines:
["ROOM_BLUE"] = 0, -- room blue?
["ROOM_SECRET_EXIT"] = 0, -- secret exit?
This will resolve the issue if you'd rather apply the fix yourself.
Alternatively, you can simply subscribe to the new version here, which already includes the fix.