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?
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.
← Return to mod
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