Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[TUTORIAL]Create Multi-Launcher

Status
Not open for further replies.
Junior Spellweaver
Joined
Jul 21, 2010
Messages
144
Reaction score
116
This Thread is to follow my other post:


HOW TO CREATE AN EASY EXECUTABLE LAUNCHER:

http://forum.ragezone.com/f601/create-easy-executable-launcher-693543/

and in this post, a video tutorial on how to improve that launcher.

but first.

you'll need:

Visual Basic IDE (i used the 2010):

This Folder:


Please Note: at this point, i'm assuming, u read my first post about how to make an easy launcher, and u already have a no-ip account and host redirect.

that we will use in our launcher.bat so we dont need to upload a new launcher every time we change the ip of our server, or if we make a new server.






PD:

this is a noob-friendly video.
i'm NOT much of a programmer.(First time i touch VB)
and i know this might not be the most efficient way to
create this auto-updated multi-launcher.

but this was the way i found, and works for me.

if u have any suggestions to improve it, i'll be happy to
edit this post!.
 
Newbie Spellweaver
Joined
Aug 31, 2010
Messages
47
Reaction score
0
Re: HOW TO: Create Multi-Launcher

sadicolas - [TUTORIAL]Create Multi-Launcher - RaGEZONE Forums


hey sadicolas pls help me with this.When I click start game in launcher it shows me this error
 
Last edited:
Junior Spellweaver
Joined
Nov 25, 2008
Messages
147
Reaction score
6
Re: HOW TO: Create Multi-Launcher

My .exe's start minimized, and can't be maximized, is there a solution to this problem?

---------- Post added at 02:22 AM ---------- Previous post was at 02:03 AM ----------

Figured it out: Instead of Shell("Executable.exe")

It is

Shell("Executable.exe", vbNormalFocus)
 
Newbie Spellweaver
Joined
Apr 7, 2012
Messages
10
Reaction score
0
Re: HOW TO: Create Multi-Launcher

need new custom launcher file upload on mediafire or others
 
Newbie Spellweaver
Joined
Nov 9, 2011
Messages
69
Reaction score
1
Re: HOW TO: Create Multi-Launcher

can some1 upload folder because link is dead
 
Newbie Spellweaver
Joined
Apr 20, 2012
Messages
14
Reaction score
0
Re: HOW TO: Create Multi-Launcher

could you reupload the link please ? because dont work
 
Status
Not open for further replies.
Back
Top