coooool thanks
coooool thanks
Thanks alot for the comments.
Very nice hellgawd.
Although i haven't figured out how to change the title of the file itself when being launched, how come it comes up with "Download new launcher version" in the website part.
Also,
Where the main bar is, where you got your play buttons, etc etc.. The part between that and the website bit could be made to look better, you could add a line along there, like the part the goes up the side of it, it would make it looks better in my opinion.
Gonna write the same comment like i did to the other launchers one, as it seems to be issue for both of you -
Why dont you make it like i did in my C# launcher? Lets say you want to add more language versions support at the same time, why dont you do it like that (have zero skill in VB, but it seems pretty straightforward).
Basically all it does is that it checks if directory Data/enGB exists - if it does, its surely enGB version of wow and we can write into enGBs realmlist, if it doesnt exist, but enUS does, its gonna be enUS version, so lets write into its realmlist.Code:If Directory.Exists("Data\enGb") Then Dim realmlist As StreamWriter = New StreamWriter("Data\enGB\realmlist.wtf", False) realmlist.WriteLine("set realmlist logon.heroicwow.net") realmlist.Close() ElseIf Directory.Exists("Data\enUS") Then Dim realmlist As StreamWriter = New StreamWriter("Data\enUS\realmlist.wtf", False) realmlist.WriteLine("set realmlist logon.heroicwow.net") realmlist.Close() End If
You can ofc add other localizations as well.
In my updated version of the launcher (for my own server) i made it so that the localization and filepaths were not hardcoded and were based on the launchers location as well as input by the user.
Nice graphics (or if you will user interface) +rep
Edit: err must spread.
Thanks Aelus.
BTW, this is now also available @ ArcEmu.org
thx i love this launcher +rep
Nice. This looks great. +Rep x2
I do not offer support for this via MSN when the person asking for help doesn't know a fragment of VB.net... *cough*
Very nice HG, gunna use this for my new server
Thank You ! It's Very nice
I dont like the Play Retail US/EU buttons. Make them look more WoW like. Other than that goodjob![]()
Dont read this. It has nothing to do with you. Are you still reading? Why are you still reading? I told you not to read. It doesnt have anything to do with you. Are you happy now? You just wasted atleast 5 seconds of your life reading nothing.
This file is neither allocated to a Premium Account, or a Collector's Account, and can therefore only be downloaded 10 times.
This limit is reached.
To download this file, the uploader either needs to transfer this file into his/her Collector's Account, or upload the file again. The file can later be moved to a Collector's Account. The uploader just needs to click the delete link of the file to get further information.
------------------------------------
can you up to [filebeam.com] thanks~~
I won't be reuploading these files, I am in process of an entirely new launcher (coded from ground up) with all sorts of new features, so things like filepath and such won't be hardcoded into the launcher. =] Look for it over the next couple weeks, but thanks for your interest! (Epic bump lol)