ALTCHARSELECT
A downloadable mod
A simple and stylish page-based method to handle having too many characters, instead of scrunching the icons together.
Intended for use in singleplayer, but should work in multiplayer. Nuclear Throne Together v9940+ required. Check out the NTT FAQ page for installation instructions.
Status | Released |
Category | Game mod |
Rating | Rated 5.0 out of 5 stars (3 total ratings) |
Author | andromeda |
Tags | Nuclear Throne Together, Nuclear Throne |
Download
Download
altcharselect.mod.gml 5.9 kB
Development log
- small updateMay 20, 2023
Comments
Log in with itch.io to leave a comment.
hey what mod added ultra mod characters?
Is it supposed to not load more characters in list, if i have more than 3 pages of races?
good mod. i've tried to create a mod like it, but i didn't know that how to place CharSelect. may i borrow the code or the whole mod, and use it for NuclearThroneStupid mod?
Feel totally free to! I explicitly made it for use with big mods like NTS.
Thanks! i tested the multiplayer game. when a player turn the page, the other player won't see the page changed, but that player which turned the page will disconnect after select a character.
it's because every running NTT game is independent, if anyone's operation results is different from the others, the connection will be broke.
the solution is that replace all button_pressed_nonsync() in the code with button_pressed(). that means every turning will be synchronized.
Thank you! Updated to fix that.
good mod bee thanks for uploading it to itch