My question is pretty straight forward. I want to make a basic rating system like in starcraft itself, the math behind it won't be the problem,
but how do you remember players in triggers? I aware that this should be somewhere here, but I couldn't find it.
If you mean to save data between games, use banks. Preload them in the init trigger, save the rating the player gave, then load it up the next time the map starts or its needed. There's lots of tutorials on banks here on mapster, and the trigger actions are pretty straightforward anyway.
Hey, i wanted to create stuff with banks to create a highscore, but i eventually didnĀ“t because it seemed that banks are never going to be that accurate cause they sometimes reset randomly and i guess players can also adjust them.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Hi,
My question is pretty straight forward. I want to make a basic rating system like in starcraft itself, the math behind it won't be the problem, but how do you remember players in triggers? I aware that this should be somewhere here, but I couldn't find it.
Thanks.
@Lamarq: Go
If you mean to save data between games, use banks. Preload them in the init trigger, save the rating the player gave, then load it up the next time the map starts or its needed. There's lots of tutorials on banks here on mapster, and the trigger actions are pretty straightforward anyway.
@Lamarq: Go
Hey, i wanted to create stuff with banks to create a highscore, but i eventually didnĀ“t because it seemed that banks are never going to be that accurate cause they sometimes reset randomly and i guess players can also adjust them.