The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

941 betyg
No Health Cap
2
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Tags: Lua, Pickups, Tweaks
Filstorlek
Lades upp
Uppdaterades
208.377 KB
19 feb, 2018 @ 6:05
28 jul @ 22:27
87 ändringsnotiser ( visa )
Du behöver DLC för att kunna använda denna artikel.

Abonnera för att ladda ner
No Health Cap

I 1 samling av ☢ Nato Potato ☢
NatoPotato's Binding of Isaac Mods
120 artiklar
Beskrivning
Want to have more than 12 hearts? The 'No Health Cap' mod lets you do just that!

This mod has its own simulated health bar which it displays below your regular one, it kicks into action once you have more than 11 hearts total and starts recording your pickups and damage to make it so your health has no limit.

But if you want the players health cap to just be increased, rather than having unlimited health, just use the Mod Config Menu.

Or open the console by pressing ~ and type "healthcap X" to impose your own limit to max health, 18 is a nice one to use. You can use -1 to make it infinity.

If you want to make things harder rather than easier you can set a cap lower than the usual 12, setting a cap of 0 will only let you have half a heart of health total.

You can also set a limit specifically for red heart containers, as well as what happens when you go above that limit, you can set it to 0 and set them to turn into other hearts to basically make every character like ??? or forgotten.

These 2 settings are in the mod config menu, but you can also edit them by using the commands "redheartcap X" and "extracontainersbecome Y", where X is a number and Y is "nothing", "soul", "black" or "bone".


This should work with the Forgotten, though the default heart cap for Forgotten is 6 not 12 so (unless you're just going with infinite health) set your health cap accordingly.




You can adjust the display to fit your preferred HUD offset by opening the console and typing "hudoffset X" where X is a number from 0 to 10, or if you are using the mod config menu go to the general settings and change the hudoffset there.




You can double check what your current health caps are by opening the console and entering "showhealthcaps".

These features are only for player 1, not for co-op players.

Also keep in mind there might be weird bugs if you are using this with modded items or characters with special heart types or unusual health mechanics.




:Mod support:
The mod has a list of items required for it to be enabled, by default it's empty and takes no effect, but by putting a few lines of code in your mod you can add an item to the list and set the health cap the item should apply.

Just put these lines in your mods player init function (outside of any 'hascollectible' checks and where X is 0-99)
NoHealthCapEnableItemList = true
table.insert(NoHealthCapAddRequiredItems, ITEMID)
table.insert(NoHealthCapSetHealthLimits, X)

If the player is holding multiple items on the list the mod will apply the highest cap.

If you want to check how much health the player has "NoHealthCapRedMax" will return the total number of heart containers, "NoHealthCapRedHearts" shows total red hearts and "NoHealthCapSoulHearts" shows soul/black hearts, "NoHealthCapModHealthLimit" will return the current heart limit and "NoHealthCapModHeartContainerLimit" will return the current heart container limit.

You can checkout my "Health and Pickups Pack" to see examples.


This is included in POTATO PACK 2.
Populära diskussioner Visa alla (1)
63
5 sep @ 2:36
KLISTRAD: BUGS
☢ Nato Potato ☢
120 kommentarer
Dwuj223d 20 aug @ 13:33 
cool
Eldahon 9 jun @ 12:57 
The health cap doesn't work with the character "Jacob & Esau", just for Esau, is it possible to limit his health like others ?
Eldahon 3 jun @ 14:17 
I use this mod to set the healthcap to 6, it's more challenging and i love it !
mikumikufans 21 maj @ 4:40 
Does not work in Keeper by default configuration.
XK 23 apr @ 8:10 
The full health items similar to the super-large mushrooms will not restore more health points than the original maximum life limit.
XK 23 apr @ 8:06 
The charging plug will only take effect when there are only twelve remaining hearts left. Please fix it.
Sol 22 apr @ 20:38 
maggie's birthright allows her to get 18 hearts, how does this interact with it?
☢ Nato Potato ☢  [skapare] 18 jan @ 1:30 
did a quick check (with rep+) and it seems to work fine for me, are there any error messages in your debug console? also double check your settings in the config menu
Dickle 17 jan @ 12:58 
It's broken for me, does it work with repentance plus or is it my end
Dracomar. El Demonio Gris 3 dec, 2024 @ 18:36 
you save my live thanks bro <3