The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

51 ratings
Vanilla Pocket Active Items
   
Award
Favorite
Favorited
Unfavorite
Tags: Lua, Tweaks
File Size
Posted
Updated
7.269 KB
4 Dec, 2022 @ 7:56am
5 Dec, 2022 @ 12:13am
2 Change Notes ( view )
You need DLC to use this item.

Subscribe to download
Vanilla Pocket Active Items

Description
Does what it says in the can, gives vanilla characters active items in the pocket item slot.
There's already a couple mods that do this, but those have some problems like crashing when judas picks up birthright.

Made by:
Thicco Catto: Code
Lunar: Idea and commisisoner.

This mod was made as a thiccommission, if you also have a crazy good mod idea that you want to see made by some wonderful modders, contact Thicco Catto (contact info in my steam profile!).
22 Comments
TheRevardexs 3 Feb @ 5:38pm 
For those who have REPENTOGON, I altered the main.lua to disable buggy pocket actives from going into the pocket slot: https://github.com/Jarkko-Hokkanen/VPAI_Bug_Fix
TheRevardexs 31 Jan @ 5:05am 
To prevent Esau Jr. from being eaten by the pocket active replacement, add a check for Esau Jr. in the function like this:

function VanillaPocketItemsMod:OnRender()
for _, player in ipairs(playersToRemoveItems) do
local activeItem = player:GetActiveItem(ActiveSlot.SLOT_PRIMARY)

if activeItem ~= 0 and player:HasCollectible(CollectibleType.COLLECTIBLE_ESAU_JR) ~= true then
player:RemoveCollectible(activeItem, false, ActiveSlot.SLOT_PRIMARY)
player:SetPocketActiveItem(activeItem, ActiveSlot.SLOT_POCKET)
player:FullCharge(ActiveSlot.SLOT_POCKET)
end
end

playersToRemoveItems = {}
end
VanillaPocketItemsMod:AddCallback(ModCallbacks.MC_POST_RENDER, VanillaPocketItemsMod.OnRender)
Capt.Cheese 26 Nov, 2023 @ 9:24am 
Battery bum doesn't charge the active item in the pocket
emihead 25 May, 2023 @ 11:54am 
i think this mod has a crash with guillherme's jevil boss
Selene Knowledge  [author] 27 Apr, 2023 @ 7:51am 
There's an issue with some active items in the game that don't like being put in a pocket and that's why they get inf charges. all I can say is that it is best to disable the mod before playing Eden or put on self-imposed rules. The mod I believe won't get any co-op support. Thanks for the support though!
the j 22 Jan, 2023 @ 7:22am 
does this work with co op
Capt.Cheese 31 Dec, 2022 @ 8:17am 
I got a eden run with sharp plub & Glass Cannon and it gave me unending charges (seedEHG1 8FBM
VGS2 27 Dec, 2022 @ 11:55am 
Seems pretty great, but there's two issues I noticed...

1. Apollyon can get infinite charges by absorbing things held above the head (like Black Hole).
2. No co-op support.

Aside from that, it seems pretty good, mate!
XABLAU 15 Dec, 2022 @ 11:42am 
not working for base isaac
also may be related to making my hud disappear
Futhorka🏳️‍🌈 12 Dec, 2022 @ 11:25am 
pocket poop is pog