[Release/Guide] Maplestory GUI Client Launcher
Basically, this is a launcher for your client, rather than just have a BAT file, it makes an actual visual launcher. It also connects to your website to display updates.
Note: I'll probably update this guide with more customization features eventually.
All credits to myself :3
Please ignore the video in the corner, I was watching I Hate My 30's xD
DOWNLOAD NOW!
Required Programs:
Microsoft Visual Basic 2008 Express Edition: Download[X]
Basic Building:
I'm assuming you know at least some coding language.
First, download Visual Basic 2008 if you haven't already. Then, open the source code file.
On the screen, you should see the following:
http://i36.tinypic.com/raq2d2.png
To set up the launcher, click on the first headline that says YourMS Private Server. Then, go into your properties window and find the text field. Change that to whatever You'd like. It will update that area ;)
Next, click on the largest white area on there and under properties, find the URL field. Change that to the area on your site you want that window to display(You can use some simple scripts included in the folder).
Do that for the next boxes, make sure you have scripts there~!
After that, double click the Play button and change the "launchserver.bat" to whatever the name of your BAT Launcher is. It'll launch your server without displaying the BAT.
NOTE: If this is for a client that does not require a BAT to launch, change the line
Code:
Shell("launchserver.bat", AppWinStyle.Hide)
to
Code:
Shell("ServerClient.exe", AppWinStyle.MaximizedFocus)
and change the ServerClient.exe to the name of your client
After that, you can compile it (SHIFT + 11) and it should be good.
If you want to customize it further, play around with Visual Basic, it's a pretty easy application to use.
I am also able to do customized launchers and launchers with more content for those who'd like. Simply PM me and we'll discuss ;)
Include the exe file in the "Release" folder with your downloads section and you'll be good to go!
Re: [Release/Guide] Maplestory GUI Client Launcher
Re: [Release/Guide] Maplestory GUI Client Launcher
Been a few of these but it looks nice! Thanks
Re: [Release/Guide] Maplestory GUI Client Launcher
Re: [Release/Guide] Maplestory GUI Client Launcher
lol this will be useful to poeple
Re: [Release/Guide] Maplestory GUI Client Launcher
Thanks for a feedback, updated a small section for if you don't need a BAT to launch ;)
Re: [Release/Guide] Maplestory GUI Client Launcher
Re: [Release/Guide] Maplestory GUI Client Launcher
I can't download Microsoft Visual Basic 2008 Express Edition...
i guess the server is down???
i want the launcher so badly tho...
Re: [Release/Guide] Maplestory GUI Client Launcher
It's not a server, it's microsoft, lol xD
Maybe I should find a direct download...
Re: [Release/Guide] Maplestory GUI Client Launcher
Quote:
Originally Posted by
og.Lios
It's not a server, it's microsoft, lol xD
Maybe I should find a direct download...
I meant the host
I think....
Re: [Release/Guide] Maplestory GUI Client Launcher
Pretty good,there are many out already.
Oh,and a suggestion:
Make something for the server name...
I think it should be like...
Add:
Code:
Dim serverName As String = "YourMS"
After
Then add
Code:
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Label1.Text = serverName + " Private Server"
End Sub
and change:
Code:
Shell("launchserver.bat", AppWinStyle.Hide)
To:
Code:
Shell(serverName & ".bat", AppWinStyle.Hide)
It should work,and it should be simple.
And you can add something for colors,like:
Code:
Dim bgColor As Color = Color.Aqua
(The bold part is where you can edit).
And then on Form_load event,add:
Code:
Me.BackColor = bgColor
You can also do the same thing for font colors,but instead of adding
Code:
Me.BackColor = bgColor
just add:
Code:
Me.ForeColor = textColor
(Don't forget to define textColor)
That's all,if you need my help,feel free to PM me.
Re: [Release/Guide] Maplestory GUI Client Launcher
rlease a few times this looks ok .. not bad m,an keep it up
Re: [Release/Guide] Maplestory GUI Client Launcher
SEXY RELEASE! I AM SO USING THIS FOR MY SERVER :3. I LOVE YUUU! NO HOMO!
~ Joren.
Re: [Release/Guide] Maplestory GUI Client Launcher
Release before a few times but good job :)
Re: [Release/Guide] Maplestory GUI Client Launcher
oo not bad this actually nice xD with a bit more "visual" it will look great. Add an XML patcher too lol xDxD