[Release]Private Server Launcher Source Code! TOTAL PACKAGE! menu

User Tag List

Results 1 to 12 of 12
  1. #1
    Manuron's Avatar Member
    Reputation
    24
    Join Date
    Aug 2008
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Release]Private Server Launcher Source Code! TOTAL PACKAGE!

    You can totally customise this launcher! Change everything!


    Features;
    -Internet update based 'news' section. (You got a txt file hosted and when you change the text in the file it will auto be shown to the players)
    -Internet update based 'staff list' (same as above)
    -Website, support, vote, play retail, play buttons
    -Auto change realmlist with both buttons!

    Includes;
    -Empty Button Images
    -WoW font.
    -Photoshop premades (.PDF)
    -Source!
    -Readme/guide how to edit!
    -More buttons/backgrounds!
    -Empty Background!

    Private Message me for questions! Please comment below!

    Last edited by Gastricpenguin; 01-07-2009 at 09:58 AM. Reason: STOP ADVERTISING

    [Release]Private Server Launcher Source Code! TOTAL PACKAGE!
  2. #2
    j00nas's Avatar Member
    Reputation
    10
    Join Date
    Dec 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow, you should have given some credits to me and Emptie[Imp] for the original source code
    (-),
    but you didn't. Shame on you.

  3. #3
    Manuron's Avatar Member
    Reputation
    24
    Join Date
    Aug 2008
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I dont see anything which is the same..? My launcher has mayby the same buttons but thats about it. Everyone with a bit VB experience can make such a thing. And besides, my launcher holds many other buttons and guides how to create and install, edit new things. Its totally different. Now please go and bother someone else. I'm not giving anyone the credits for something he didnt make. And why credits to you dude? You did totally nothing? I downloaded Emptys code and I was like hmm, this is nice! but not very friendly to start with so I created my own with much more potential and userfriendly material. I'm willing to say that its because of Empties code that I said, I can make something nicer. But its still my code. Nothing else. And You didnt do anything about it?

  4. #4
    j00nas's Avatar Member
    Reputation
    10
    Join Date
    Dec 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well, can you explain how did my Photoshop-files get in to your package (Res/-folder)?

    And let's compare the code a bit:


    ( my modification at http://www.mmowned.com/forums/progra...ml#post1099530)

    Wow, you deleted the credits-part completely, modified the urls bit different.
    Emptie's code didn't have any news downloading-system, but my modification did, and look, it looks exactly the same as it is in your code.

    Admit it already, you took my modification and edited it a bit, and now you claim it to be completely your own.

  5. #5
    Blackboy0's Avatar Member
    Reputation
    70
    Join Date
    Nov 2007
    Posts
    377
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    J00nas, is your Launcher that you created easy to Compile & use? Is there editable News and everything?

  6. #6
    warsheep's Avatar Contributor
    Reputation
    184
    Join Date
    Sep 2006
    Posts
    1,216
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Blackboy0 View Post
    J00nas, is your Launcher that you created easy to Compile & use? Is there editable News and everything?
    As far as I know, both of the launchers go online to check for a news file,
    which they download and display. So with both of them, you open up the source,
    change the site to your URL, I guess the realmlist too. Then, on your website
    you just add your news file, and everything should go smoothly.
    FOR A MOMENT, NOTHING HAPPENED. THEN, AFTER A SECOND OR SO, NOTHING CONTINUED TO HAPPEN.

  7. #7
    Manuron's Avatar Member
    Reputation
    24
    Join Date
    Aug 2008
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    As I said before, there is absolutly nothing of you inside that launcher. I created it all myself, and why do YOU want credits for something thats NOT inside of you? Well please go bother someone else, my package works, is easy to handle and has all photoshop files, image files etc etc included to make your OWN launcher of it. The only thing thats yours is like you say some files in package/res folder. The rest is mine and stays mine. Allright I say now; You get the credit for two files inside the package/res folder! Let me repeat; j00nas gets the credits for 2 files inside the package/res folder. The rest is totally mine.

  8. #8
    Kalash47's Avatar Member
    Reputation
    12
    Join Date
    Oct 2008
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very lazy coding.

    Ahhhh pretty basic launcher.

    Suggestions
    1) Name all of your controls "Button3" is NOT a good habit.

    2)
    Code:
             realmlist.WriteLine("set realmlist YOURSERVERHEREEEE") 'YOURSERVERHEREEEE replace that by your server realm link
    not easy to maintain if its hardcoded :S

    3) Process.Start("path/wow.exe") is much easier than:
    Code:
        Private Function startProcess(ByVal filename As String)
            Dim install = New Process()
            install.StartInfo.FileName = filename
            install.Start()
            startProcess = 1
        End Function


    Why is there such a big fight over the fact that you both made pretty weak code? (regardless of who's it is.)

    But the images look...neat...?

    EDIT:
    Oh and you have a memory leak in the app.
    Last edited by Kalash47; 11-07-2008 at 10:48 PM.
    EmuTools.org - 3rd party MaNGOS Resource

  9. #9
    Manuron's Avatar Member
    Reputation
    24
    Join Date
    Aug 2008
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's suppost to be basic for all the starters to make it your own...

  10. #10
    fox123's Avatar Member
    Reputation
    15
    Join Date
    Feb 2008
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Keep the work up

  11. #11
    Sorcerer's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice will take a look at this

  12. #12
    coltrain7's Avatar Member
    Reputation
    41
    Join Date
    Mar 2008
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What program do i use to edit this?

Similar Threads

  1. [Release] 2d's new wow server launcher (source included) V1.337
    By 2dgreengiant in forum WoW EMU Programs
    Replies: 29
    Last Post: 07-24-2009, 09:32 AM
  2. WOW private server launcher!
    By jdpwns in forum WoW EMU Guides & Tutorials
    Replies: 10
    Last Post: 07-20-2008, 07:02 PM
All times are GMT -5. The time now is 10:19 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