Register for your free account! | Forgot your password?

You last visited: Today at 10:02

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



How make launcher

Discussion on How make launcher within the Rappelz Private Server forum part of the Rappelz category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2014
Posts: 74
Received Thanks: 0
How make launcher

Hello. Such a question: how to make a launcher for 9.1 on VB with a button to play, without auto-updates? configuration such a batch file:
or if you can, write a link where the program was to make the launcher not portable. The site is not available in this post: [Release] Patch_Bin & Launcher Tools. Thanks in advance. My port is not used in bat
sergeu1988 is offline  
Old 05/24/2019, 01:57   #2
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,780
Received Thanks: 1,462
You might want to start with something a little bit simpler...



Thanks to TheChinStrap

Plus many other great useful links and tools you can find in the collection thread...



Thanks to InkDevil
ThunderNikk is offline  
Old 05/24/2019, 10:40   #3
 
elite*gold: 0
Join Date: Dec 2014
Posts: 74
Received Thanks: 0
what is that?
sergeu1988 is offline  
Old 05/24/2019, 12:46   #4
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,780
Received Thanks: 1,462
If I had to figure it out I would say it is a file not found error due to improperly coding the event args with the rappelzcmdlauncher

I can help out with that when I get home to view my own code after work if no one helps you out with it before that.
ThunderNikk is offline  
Old 05/24/2019, 13:06   #5
 
elite*gold: 0
Join Date: Nov 2018
Posts: 24
Received Thanks: 3
you can always use the official launcher released by (Revolution Team) and don't use the updates features
Hatrick_Wildfan is offline  
Old 05/25/2019, 21:42   #6
 
Dark Blaze's Avatar
 
elite*gold: 0
Join Date: Mar 2016
Posts: 292
Received Thanks: 89
If you want to just launch the game using an executable instead of a batch file I can hook you up with something.
Dark Blaze is offline  
Old 05/26/2019, 03:31   #7
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,780
Received Thanks: 1,462
I totally forgot about this thread still being open but here is the code to work with two different exe files in the launch...

Code:
 private void strtGameBtn_Click(object sender, EventArgs e)
        {
            string currentDirectory = Directory.GetCurrentDirectory();
            string currentDrive = Path.GetPathRoot(currentDirectory);
            string finalArguments = string.Format("/C {0} & CD {1} & ", currentDrive.Replace("\\", ""), currentDirectory);
            string startArguments = "Sframe.exe /auth_ip:10.71.1.2 /auth_port:8841 /use_nprotect:0 /locale:ASCII /country:US /cash /commercial_shop /layout_dir:6 /layout_auto:0 /cash_url_w:800 /cash_url_h:631 /help_url_w:611 /help_url_h:625";

            finalArguments += startArguments;

            Process.Start("RappelzCmdLauncher.exe", startArguments);

            this.Close();
        }
Of course edit the .bat lines with your information for IP and port and locale and country.
ThunderNikk is offline  
Old 05/26/2019, 04:15   #8
 
Dark Blaze's Avatar
 
elite*gold: 0
Join Date: Mar 2016
Posts: 292
Received Thanks: 89
Quote:
Originally Posted by ThunderNikk View Post
I totally forgot about this thread still being open but here is the code to work with two different exe files in the launch...

Code:
 private void strtGameBtn_Click(object sender, EventArgs e)
        {
            string currentDirectory = Directory.GetCurrentDirectory();
            string currentDrive = Path.GetPathRoot(currentDirectory);
            string finalArguments = string.Format("/C {0} & CD {1} & ", currentDrive.Replace("\\", ""), currentDirectory);
            string startArguments = "Sframe.exe /auth_ip:10.71.1.2 /auth_port:8841 /use_nprotect:0 /locale:ASCII /country:US /cash /commercial_shop /layout_dir:6 /layout_auto:0 /cash_url_w:800 /cash_url_h:631 /help_url_w:611 /help_url_h:625";

            finalArguments += startArguments;

            Process.Start("RappelzCmdLauncher.exe", startArguments);

            this.Close();
        }
Of course edit the .bat lines with your information for IP and port and locale and country.
You can remove the dependency on RappelzCmdLauncher by setting the environmental variables for the process you're starting(sframe.exe), it's quite simple.
Dark Blaze is offline  
Old 05/26/2019, 05:32   #9
 
elite*gold: 0
Join Date: Dec 2014
Posts: 74
Received Thanks: 0
thanks
sergeu1988 is offline  
Reply


Similar Threads Similar Threads
[Release] Flash Launcher | Xara Launcher | TCP Launcher
01/22/2016 - Fiesta Online - 16 Replies
Da Xara ja tot ist und sie somit keine Verwendung mehr dafür haben, release ich mal den Source vom Launcher, den Xara verwendet hat. Ob ich das recht dazu habe? Sharing is caring... Bis auf die InjectionLibrary*, welche für das Anti-Cheat genutzt wurde, wurde nichts weiter daran verändert. Selbst die Variablen sind gleich geblieben. Kurze Info was besonders dran ist:
how to make launcher client to make work your IP server?
05/09/2012 - C/C++ - 8 Replies
any know how to make launcher client game to work your IP server?....its like reverse IP...if u have any tutor for that can u tell me?....im just want learning how to make it.... im use xnetstat to find IP game work to that server...and search that in game client.exe with hex editor and try to change that IP my server but it didnt work(im already have database server for it and active my server)..it says "could not connect the server"..and there are Ip that not shown in hex...how to find...
[Request]Need Pk2 Editor Make To Me A Launcher Or Make A Tutorial With Links
03/18/2012 - SRO Private Server - 1 Replies
Guys need any pk2 editor make to my server The Launcher or make a launcher tutorial i think that will be easy than last :rolleyes:
My PSF Launcher to USF Launcher??? [PATCH]???
12/19/2009 - Soldier Front Philippines - 6 Replies
†Does anyone have a Patch for making a PSF Launcher to USF Launcher? †Is it posible? †I just wanna ask. *If you have, Please Release it here in "EPvP" *and also Sir †DARNOC†, Please close this thread to avoid spamming. tnx!



All times are GMT +2. The time now is 10:02.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.