Achievements for VB.NET Games

Here is the place to post images, videos and downloads of your current and upcoming applications that you are working on.
4 posts Page 1 of 1
Contributors
User avatar
Ffenixw0rks
VIP - Donator
VIP - Donator
Posts: 152
Joined: Sun Jun 19, 2011 2:51 pm

Achievements for VB.NET Games
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
You do not have the required permissions to view the files attached to this post.
Last edited by Ffenixw0rks on Thu Jan 12, 2012 3:14 pm, edited 4 times in total.
Image
User avatar
zachman61
VIP - Donator
VIP - Donator
Posts: 1892
Joined: Wed Dec 16, 2009 9:56 pm

Re: Achievements for VB.NET Games
zachman61
Hmm, you've inspired me to make a similar system, only use for multiple games.
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that :)
User avatar
Ffenixw0rks
VIP - Donator
VIP - Donator
Posts: 152
Joined: Sun Jun 19, 2011 2:51 pm

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;
Image
User avatar
Ffenixw0rks
VIP - Donator
VIP - Donator
Posts: 152
Joined: Sun Jun 19, 2011 2:51 pm

Big update!
Now MySQL and FTP versions of AchievLib are done!
Read manual at this topic!
Image
4 posts Page 1 of 1
Return to “Work in Progress”