Achievements for VB.NET Games
Posted: Wed Dec 21, 2011 8:48 pm
Everybody knows that C'n'S members are making many games.
So I tryed to make something new.
Now i am trying to make achievement system for VB.NET games!
As I can see now it needs alot of time and work hehaho; , so this is only preview that this system is realy working!
BIG UPDATE! wahooo;
I've done MySQL and FTP versions of achievements lib. wahooo; wahooo; wahooo;
FTP version was done by Dummy1912.
Variables that need to be filled:
host, user, pass, form, color, nick
HOW TO USE
No special jobs need to be done to work with FTP version.
But you need to follow this steps to make MySQL version work:
1)Create Database. Name it 'achievlib'
2)Make Table with 'achievlib' as name.
3)You now can run your achievements server
To add achievements use function achievdone()
Test your connection with testlogin()
Things that are done:
-Sound is played when achievement is earned! (Sound from PS3 achievement)
-Achievement shows up in left up corner, color - that you set.
-Every variable that is need to be here hehaho;
-Sub to test connection to FTP server.
Achievement panel will close itself after some time
Things that need to be done:
-Storing achievements and scores online.
-Add score values to achievements.
-More other stuff.
If somebody wants to help me - I'll be glad! PM me.
I think I will release 3 versions of DLL:
1) to work with FTP
2) to work with MySQL
3) to work local
Any comments and suggestions would be great!
MySQL version: FTP version:
So I tryed to make something new.
Now i am trying to make achievement system for VB.NET games!
As I can see now it needs alot of time and work hehaho; , so this is only preview that this system is realy working!
BIG UPDATE! wahooo;
I've done MySQL and FTP versions of achievements lib. wahooo; wahooo; wahooo;
FTP version was done by Dummy1912.
Variables that need to be filled:
host, user, pass, form, color, nick
HOW TO USE
No special jobs need to be done to work with FTP version.
But you need to follow this steps to make MySQL version work:
1)Create Database. Name it 'achievlib'
2)Make Table with 'achievlib' as name.
3)You now can run your achievements server
To add achievements use function achievdone()
Test your connection with testlogin()
Things that are done:
-Sound is played when achievement is earned! (Sound from PS3 achievement)
-Achievement shows up in left up corner, color - that you set.
-Every variable that is need to be here hehaho;
-Sub to test connection to FTP server.
Achievement panel will close itself after some time
Things that need to be done:
-Storing achievements and scores online.
-Add score values to achievements.
-More other stuff.
If somebody wants to help me - I'll be glad! PM me.
I think I will release 3 versions of DLL:
1) to work with FTP
2) to work with MySQL
3) to work local
Any comments and suggestions would be great!
MySQL version: FTP version: