Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: He-Man on Fri 11/11/2005 13:39:00

Title: hi-score problem
Post by: He-Man on Fri 11/11/2005 13:39:00
Hello there
Right now I'm making a small shooter game in AGS.
I would like to create a hi-score list but I'm not really sure how.
I've seen this:
http://www.adventuregamestudio.co.uk/yabb/index.php?topic=14724.0
But I would like to make it like an old arcade machine where you can type in your name and watch the ten best scores.

Any surgestions?

Thanks...
Title: Re: hi-score problem
Post by: Rui 'Trovatore' Pires on Sat 12/11/2005 00:41:05
Have a GUI with 20 labels (or 10) - 10 for each name and 10 for each schore (or keep name and score in the same label). Then use AGS' file access functions to have the actual highscore table. ALso use textboxes for putting your name in. Consider using HoN's "Encryption" module.
Title: Re: hi-score problem
Post by: He-Man on Sat 12/11/2005 10:48:53
Thanks for ypur reply.
I've been playing around with the I/O functions but I still can't seem to solve the problem.
I've managed to make one hi-score where a better score replaces the previous one, but I still haven't figured out how to add your name to it and how to make more than one hi-score at the time...

Please help!