Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

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.