[Archive] [Release]Private Server Launcher Source Code! TOTAL PACKAGE!
[Archive] [Release]Private Server Launcher Source Code! TOTAL PACKAGE!
Quote: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!
DOWNLOAD HERE
Archived author: Manuron • Posted: 2025-11-04T13:45:46.864131
Original source
Quote: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!
DOWNLOAD HERE
Quote: Wow, you should have given some credits to me and Emptie[Imp] for the original source code
(-),
but you didn't. Shame on you.
Archived author: j00nas • Posted: 2025-11-04T13:45:46.864131
Original source
Quote: Wow, you should have given some credits to me and Emptie[Imp] for the original source code
(-),
but you didn't. Shame on you.
Quote: 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?
Archived author: Manuron • Posted: 2025-11-04T13:45:46.864131
Original source
Quote: 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?
Quote: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.
Archived author: j00nas • Posted: 2025-11-04T13:45:46.864131
Original source
Quote: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.
Quote: J00nas, is your Launcher that you created easy to Compile & use? Is there editable News and everything?
Archived author: Blackboy0 • Posted: 2025-11-04T13:45:46.864131
Original source
Quote: J00nas, is your Launcher that you created easy to Compile & use? Is there editable News and everything?
Quote: Originally Posted by Blackboy0
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.
Archived author: warsheep • Posted: 2025-11-04T13:45:46.864131
Original source
Quote: Originally Posted by Blackboy0
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.
Quote: 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.
Archived author: Manuron • Posted: 2025-11-04T13:45:46.864131
Original source
Quote: 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.
Quote: 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.
Archived author: Kalash47 • Posted: 2025-11-04T13:45:46.864131
Original source
Quote: 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.
Quote: It's suppost to be basic for all the starters to make it your own...
Archived author: Manuron • Posted: 2025-11-04T13:45:46.864131
Original source
Quote: It's suppost to be basic for all the starters to make it your own...
Quote: Keep the work up
Archived author: fox123 • Posted: 2025-11-04T13:45:46.864131
Original source
Quote: Keep the work up