The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

384 ratings
Labels for Coop
2
4
4
2
2
2
2
2
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
208.389 KB
Jun 17, 2021 @ 1:56pm
Sep 2, 2023 @ 12:33pm
18 Change Notes ( view )
You need DLC to use this item.

Subscribe to download
Labels for Coop

Description
Adds labels to each player in coop to allow for easier tracking.

Customization is possible through the ModConfigMenu mod now!! Much easier and user-friendly.

The only piece that is not accessbile through ModConfigMenu is changing the contents of the labels, that was simpler through the console. To do this, execute the following command:
setcooplabel <player_number> <label|P1>
Explained, if you typed "setcooplabel 1 P1", this would be the default label. If you typed "setcooplabel 1 spicyboi", your label would now be "spicyboi". This will save and be loaded in future runs!


I made this mod because I was constantly losing myself in co-op mode, and something like this happens only when the players are offscreen weirdly enough.

If you have any requests / suggestions, feel free to comment below!

I hope this helps you as it did me!
~ MINDS3T
49 Comments
Explodiatr Dec 20, 2024 @ 7:30pm 
Any reason why my settings keep getting reset?
MINDS3T  [author] Nov 17, 2024 @ 2:02am 
крутой михаил There's support for 4 labels currently, i.e. 4 different input devices!
крутой михаил Nov 15, 2024 @ 10:57pm 
How mutch people can play this mode?
avioes e musica Feb 16, 2024 @ 2:09pm 
achei foi paia
MINDS3T  [author] Nov 14, 2023 @ 10:11pm 
You could modify the labels of p2 and p3 to just read p1 and p2, since the number is completely based on the controller indices being used. I will look into different ways to combat this issue too :)
Syxqpb Nov 14, 2023 @ 9:54am 
One bug when u coop both on controllers, u names are p2 and p3. How to fix that?
baby Aug 22, 2023 @ 4:59am 
Great work & thank you for your efforts :wnheart: :resmile:
MINDS3T  [author] Aug 22, 2023 @ 4:27am 
@baby - I'm glad to hear it! It's been really useful for me too.

I just pushed an update fixing the bug that @Boardy found as well as modifying a few other things to clean the mod up :resmile:
baby Aug 18, 2023 @ 8:58pm 
Amazing just what I've been looking for it!
Boardy Apr 2, 2023 @ 10:19am 
simple fix for the 4th player able to be named, go into your isaac folder and go into mods, find "cooplabels_2519553756" and open the main.lua using notepad or something.

then change line 132 from "if ind > 0 and ind < 4 and split_args[2] and split_args[2]:len() > 0 then"
to "if ind > 0 and ind < 5 and split_args[2] and split_args[2]:len() > 0 then" (simply just change the 4 to a 5)

and boom it should work ig