Hey guys! Have a problem! Im trying to make a Carl game based on widgets, basically, there are no pawns, just 2D card game with text on them and they are supposed to be interactive with specific players, but the problem is that there isn’t a way to specific a player since when they start the game, and one host session and another one joins the session, they apparently have the same controller and player I’d (tested with print string) and since the only way to specify which player to certain control some cards, I need to change it. (So player 0 is the boss, and player 1-2-3-4-5 are players, boss picks card and then the others pick their best card and then boss choose the best card)
So the thing is, when you host on one computer, you create a session which is viewable through lan and a scroll down list, and when we tested to join the Seattle rver, we had the same player id, and when we tried to change it when they join server by checking other ids it didint work. So let’s narrow it down, the question is: there are multiple computers that end up with the same ID, how do I assign specific permissions to one player that has a specific id, and how do I give him this ID? Let’s say the boss, how do I give him the player 0, then how do I give him the only permission to select a specific card which is displayed on everyone’s computer!
I’ll post pictures later! Hope for quick answers! ,Hey guys! Have a problem! Im trying to make a Carl game based on widgets, basically, there are no pawns, just 2D card game with text on them and they are supposed to be interactive with specific players, but the problem is that there isn’t a way to specific a player since when they start the game, and one host session and another one joins the session, they apparently have the same controller and player I’d (tested with print string) and since the only way to specify which player to certain control some cards, I need to change it. (So player 0 is the boss, and player 1-2-3-4-5 are players, boss picks card and then the others pick their best card and then boss choose the best card)
So the thing is, when you host on one computer, you create a session which is viewable through lan and a scroll down list, and when we tested to join the server, we had the same player id, and when we tried to change it when they join server by checking other ids it didint work. I’ll post pictures later! Hope for quick answers!