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
This is easy to do.
- Find the mod folder (should be in \SteamLibrary\steamapps\common\The Binding of Isaac Rebirth\mods\activesarepocketed_2490565623 on Windows 7) and open the main.lua file with Notepad ++ or similar programs.
- Go to line 95 of code, where it blacklists Clear Rune, Blank Card and Placebo from the effect
- Before the "then" add this line: "and player:GetActiveItem(0) ~= CollectibleType.COLLECTIBLE_BOOK_OF_BELIAL" without the quotation marks
- Start the game as Judas and test that The Book of Belial is not pocketed
Good to know about Breath of Life, I will look into this!
i got placebo as eden and it started in my spacebar item. this was the only time something went to space bar instead of pocket, idk why
breath of life will just hurt you as soon as you press q instead of doing what it normally does
Note that the mod will not "activate" until a new run, so you will want to toggle it in MCM before starting a challenge.
If you would like, I could integrate this with the Mod Config Menu so that you can enable/disable it working with challenges?
Great job with the fix though! It could have conflicted with receiving any of those items with Eden's Blessing, I suspect.