2 player scoreboard
Hi!
I'm making a game with two player option.
When the game is over, both players will post the score on the scoreboard. And this is my problem. I want them to be in the same list, like:
1. Player 1 - 2,000 points
2. Player 2 - 1,000 points.
But I can't use two differents score modifiers, PL1Score and PL2Score, because then they will be in their own list. I want then in the same list.
I tried to have a score modifier for each player and when it's game over, I add the scores to another score modifier. But the players appear in the scoreboard like :
Player 1 & Player 2.
I'm really stuck at this.
How can I do this correctly?
-
JimmyJules153 on youtube did an excellent tutorial on everything to do with the scoreboard. I highly recommend checking it out. https://www.youtube.com/watch?v=DMgk4mOMoTo&feature=youtu.be&t=333
-
Ok, thanks!
I will check it out. -
We dont have multiplayer at the moment. So I suspect it is not possible to do what you are asking until we do. The scoreboard will only post 1 score from each person who plays. Regardless of how many players your game as, Dreams only recognises that there is one, the owner of the game. You cannot post multiple scores from one person either.
-
LadyLexUK:
You are right that it's not online multiplayer at the moment, but I'm talking about offline multiplayer on the same PS4, same TV, same sofa. ?
My issue was, how can I add the two offline players score to the same scoreboard.
The good new is that I got it to work, thanks to JimmyJules153
In my test scene, I have two characters, player 1 and player 2. I connected another PS4 controller to use with the player 2 character. I walk around and pick up some coins. When either player 1 or player 2 enter the exit portal, then the score will be posted.
I checked the scoreboard, and both player 1 and player 2 were posted. ?
Please sign in to leave a comment.