[Release] 2d's new wow server launcher (source included) V1.337 menu

Shout-Out

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 30 of 30
  1. #16
    luismi_sos's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what i 've for compile this? and for change some bottons and more?¿ thaks

    [Release] 2d's new wow server launcher (source included) V1.337
  2. #17
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1190
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You need visual basic 2008
    If you need me you have my skype, if you don't have my skype then you don't need me.

  3. #18
    axxxa's Avatar Banned
    Reputation
    156
    Join Date
    Nov 2008
    Posts
    108
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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).

    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
    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.

    You can ofc add other localizations as well.
    Last edited by axxxa; 01-31-2009 at 09:44 AM. Reason: typo in enGb ==> enGB

  4. #19
    Jonthe838's Avatar Contributor
    Reputation
    83
    Join Date
    Aug 2008
    Posts
    373
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thats nice :P ^^ now i dont need 2 launchers for my server ^^ yay!
    Edit: it dident work? :/ i get error that the search way doesent exist :P
    Edit2: ^^ it typed wrong in the my source file :P sry ^^ it works perfect now! ^^ thx. +Rep
    Last edited by Jonthe838; 01-31-2009 at 09:54 AM.
    Lines of Coding: |||||||||| Goal 1000
    Current: 677 Achived Goals: 500 Lines


  5. #20
    axxxa's Avatar Banned
    Reputation
    156
    Join Date
    Nov 2008
    Posts
    108
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks :P I am glad it helped someone

  6. #21
    luismi_sos's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 2dgreengiant View Post
    You need visual basic 2008

    I try it, but when i open the Warcraft Launcher vc solucion, it made a error, it said that Warcraft Launcher.vbproj don't be compatible.

    What have i do?

  7. #22
    JoeBiden's Avatar Contributor
    Reputation
    153
    Join Date
    Aug 2007
    Posts
    498
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm gonna make my own launcher that consists of 1 button. and the code is gonna be

    Run(WoW.exe)

  8. #23
    d1shes's Avatar Active Member
    Reputation
    52
    Join Date
    Sep 2007
    Posts
    136
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this is cool, +rep... Like you need it
    (\_(\_(\_/)_/)_/)
    (◣,(◣,(◣_◢),◢),◢)
    (> (> (><) <) <)
    __/_|/_|/_|_\|_\|_\__
    Make My Day

  9. #24
    Lonehwolf's Avatar Member
    Reputation
    15
    Join Date
    Sep 2008
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Definitely like this. Too bad I ain't got VB and don't feel like getting it down atm =/ Will try later.

  10. #25
    Aretsukusu's Avatar Member
    Reputation
    1
    Join Date
    Jun 2009
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome! needed this so badly

  11. #26
    pryd's Avatar Member
    Reputation
    182
    Join Date
    Dec 2008
    Posts
    215
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is fantastic! Thank you! +Rep when I can

    Question,

    How can we add a clear cache option?
    ( Not sure about the code that deletes the files in cache )

    And how do I fix the error flash.ocx missing when you close it?
    Last edited by pryd; 06-14-2009 at 07:07 AM.

  12. #27
    Darkened Linux's Avatar Member
    Reputation
    5
    Join Date
    Jul 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You should check out my Launcher. You gave me the idea so this is what it looks like,






    [ame="http://www.youtube.com/watch?v=ghR75a416vQ"]YouTube - Darkened Linux Real World Of Warcraft Custom Launcher[/ame]

    Download: http://rapidshare.com/files/258955132/Launcher.rar
    Last edited by Darkened Linux; 07-23-2009 at 02:23 PM.

  13. #28
    Hellgawd's Avatar Account not activated by Email
    Reputation
    710
    Join Date
    Jun 2007
    Posts
    2,480
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1: Don't try and hijack 2dgreengiant's thread! If you have a launcher to release, release it seperately in it's own thread (which btw, I don't understnad why you have a restarter inside a wow launcher.)
    2: @2dgreengiant: When is version 1.338 coming out?

  14. #29
    Allstar .ιllιlı.'s Avatar Banned
    Reputation
    284
    Join Date
    Jan 2009
    Posts
    481
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Maybe I'll customize it to include MD5 checksums and download custom .MPQ files :>

  15. #30
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1190
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ill work on this in a week or so i guess
    If you need me you have my skype, if you don't have my skype then you don't need me.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 11
    Last Post: 01-20-2009, 05:34 PM
  2. [Release] SiPex's Web Based Server Launcher
    By SiPex in forum WoW EMU Programs
    Replies: 7
    Last Post: 02-15-2008, 04:05 PM
  3. Brand new wow server looking for(Read Post)
    By TripZone in forum WoW Emulator Server Listings
    Replies: 0
    Last Post: 12-11-2007, 10:10 PM
All times are GMT -5. The time now is 07:11 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search