Page 1 of 1

Achievements for VB.NET Games

Posted: Wed Dec 21, 2011 8:48 pm
by Ffenixw0rks
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:
AchievLib.zip
FTP version:
AchievLibFTP.zip

Re: Achievements for VB.NET Games

Posted: Wed Dec 21, 2011 9:34 pm
by zachman61
Hmm, you've inspired me to make a similar system, only use for multiple games.

Re: Achievements for VB.NET Games

Posted: Wed Dec 21, 2011 9:42 pm
by Ffenixw0rks
zachman61 wrote:
Hmm, you've inspired me to make a similar system, only use for multiple games.
This can be used for as many games as you want! lmao;

Re: Achievements for VB.NET Games

Posted: Thu Jan 12, 2012 3:16 pm
by Ffenixw0rks
Big update!
Now MySQL and FTP versions of AchievLib are done!
Read manual at this topic!