The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

Labels for Coop
1–10 из 18
< 1  2 >
Обновление: 2 сен. 2023 г. в 12:33

- Fixed label position while in mirror world in Downpour/Dross II

Обновление: 22 авг. 2023 г. в 4:26

- Expanded Y-Offset floor from -32 to -64 (new range is -64 to 64)
- Expanded Player Size Scaling ceiling from 20 to 32 (new range is 0 to 32)
- Fixed bug that prevented "setcooplabel" command from setting P4's label
- Moved rendering of Coop labels to post render instead of player render (specifically means it will not be reflected in water and other environmental distortions)
- Removed support for auto-determining player number using "#" in label, since this is completely redundant lol
- Removed unused functions from mod

Обновление: 5 дек. 2022 г. в 21:36

- Removed debug string

Обновление: 4 дек. 2022 г. в 16:40

- Added per-player customization for labels, now can set size scaling, text offset, text scaling, and transparency

Обновление: 4 дек. 2022 г. в 16:08

- Removed "#" as a special character for input (seemed unnecessary, as you can just use the number you want). This speeds up the mod by a LOT too, due to less computations being needed.

Обновление: 8 дек. 2021 г. в 16:40

Fixed steam formatting

Обновление: 8 дек. 2021 г. в 16:40

Added support for changing the label contents! Use the command "setcooplabel", specify which player label to edit, and then type the label. Use \'#\' to have this mod auto-fill the index into the label, otherwise you don't need a number anymore!

Обновление: 6 сен. 2021 г. в 23:20

Fixed label from being offset incorrectly in the mirror world again
Label is now backwards, I will look into simple ways of making it forwards again! The new method applies *all* visual transformations that the player has, mirroring included, to the label so I'm working on a fix for that.

Обновление: 4 сен. 2021 г. в 15:55

Changed the way the label is applied to reduce possible lag

Обновление: 31 авг. 2021 г. в 7:26

Fixed bug where label would show while in ModConfigMenu