I have a mod that has a score system and I would like to implement a Scoreboard with the "Top Scores" at the end of the game. Something like this:
But it needs to be permanent in means that it should be information that isn't attached to the save games. So if I start a new game from the beggining , at the end it should appear the same Scoreboard as before or show it actualized with a new high score.
I have an idea:
Spoiler
Which requires that every character in the names of the top scores is stored in a independent cvar as a number and then in ACS by an array is translated as a character.
Question
Dude27th
I have a mod that has a score system and I would like to implement a Scoreboard with the "Top Scores" at the end of the game. Something like this:
But it needs to be permanent in means that it should be information that isn't attached to the save games. So if I start a new game from the beggining , at the end it should appear the same Scoreboard as before or show it actualized with a new high score.
I have an idea:
Which requires that every character in the names of the top scores is stored in a independent cvar as a number and then in ACS by an array is translated as a character.
But it is pretty much maniacal and cvar abusive.
Edited by Dude27thSo , there is any simpler way to do this ?
.
Share this post
Link to post
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.