[RELEASE] Launcher/Updater [Source]

05/25/2016 12:47 ThunderNikk#61
Do you have the Rappelzcmd.exe in the rappelz folder for the 9.1 files? If not and you have an earlier version of files just omit that executable...

Code:
start SFrame.exe /auth_ip:127.0.0.1 /auth_port:1996 /help_url_w:611 /help_url_h:625 /locale:windows-1251 /country:US /use_nprotect:0 /cash /commercial_shop /layout_dir:6 /layout_auto:0 /cash_url_w:800 /cash_url_h:631
05/25/2016 14:26 azaaza007#62
Quote:
Originally Posted by thndr View Post
Do you have the Rappelzcmd.exe in the rappelz folder for the 9.1 files? If not and you have an earlier version of files just omit that executable...

Code:
start SFrame.exe /auth_ip:127.0.0.1 /auth_port:1996 /help_url_w:611 /help_url_h:625 /locale:windows-1251 /country:US /use_nprotect:0 /cash /commercial_shop /layout_dir:6 /layout_auto:0 /cash_url_w:800 /cash_url_h:631
Rappelzcmd.exe is the folder in that case. here specified .bat go to the game. But if to specify in the launcher , it shows the error "Cannot find the file specified" and another issue does not update the client files,although the path is correct

Without Rappelzcmd.exe just get the Game Guard error

Quote:
Originally Posted by thndr View Post
Do you have the Rappelzcmd.exe in the rappelz folder for the 9.1 files? If not and you have an earlier version of files just omit that executable...

Code:
start SFrame.exe /auth_ip:127.0.0.1 /auth_port:1996 /help_url_w:611 /help_url_h:625 /locale:windows-1251 /country:US /use_nprotect:0 /cash /commercial_shop /layout_dir:6 /layout_auto:0 /cash_url_w:800 /cash_url_h:631
How to write in a way that would run Rappelzcmd.exe and SFrame.exe together. The standard is written in the launcher so
Code:
        
//Starts the game
        private void strtGameBtn_Click(object sender, EventArgs e)
        {
            Process.Start("SFrame.exe", "/auth_ip: 127.0.0.1 /locale:ASCII /country:US /cash /commercial_shop");
            this.Close();
        }
05/25/2016 15:08 SilentWisdom#63
You should simply use my SFRAME bypass class, you can find it in my signature.
05/25/2016 18:58 azaaza007#64
With this I have already solved the problem,one more question why does not find the update launcher ? and does not update the files?
05/25/2016 21:30 ThunderNikk#65
You have to follow the instructions in the first thread of the topic.

You need the update folder created as the proper compressed zip folder type.

You need to name it correctly.

You need it located in the correct area or folder of your website.

You need to create the correct version file for the client and it must be in the root of the client folder with the launcher. The version file in the client needs to be one version behind the update in order for it to recognize it needs the update. After the first update it creates the new version file automatically.

If you follow the instructions and follow the proper naming and locations it does work and it will update files in the resource folder with files from the zip archive.
05/25/2016 21:58 azaaza007#66
Quote:
Originally Posted by thndr View Post
You have to follow the instructions in the first thread of the topic.

You need the update folder created as the proper compressed zip folder type.

You need to name it correctly.

You need it located in the correct area or folder of your website.

You need to create the correct version file for the client and it must be in the root of the client folder with the launcher. The version file in the client needs to be one version behind the update in order for it to recognize it needs the update. After the first update it creates the new version file automatically.

If you follow the instructions and follow the proper naming and locations it does work and it will update files in the resource folder with files from the zip archive.
The instructions I followed , I'll still try. Just if it was me who showed how to do everything,maybe a bug where allow. Through team weaver would be pleased . All day trying,does not work.
09/08/2016 23:58 hassuny#67
Quote:
Originally Posted by azaaza007 View Post
Rappelzcmd.exe is the folder in that case. here specified .bat go to the game. But if to specify in the launcher , it shows the error "Cannot find the file specified" and another issue does not update the client files,although the path is correct

Without Rappelzcmd.exe just get the Game Guard error



How to write in a way that would run Rappelzcmd.exe and SFrame.exe together. The standard is written in the launcher so
Code:
        
//Starts the game
        private void strtGameBtn_Click(object sender, EventArgs e)
        {
            Process.Start("SFrame.exe", "/auth_ip: 127.0.0.1 /locale:ASCII /country:US /cash /commercial_shop");
            this.Close();
        }

It has been long time

but i thing this will help if u are interested

Code:
if (File.Exists(Properties.Settings.Default.GameDirectory + "Launcher"))
                {
                    File.Delete(Properties.Settings.Default.GameDirectory + "Launcher");
                }
                else
                {
                    //Do Nothing
                }
                StreamWriter launcher = new StreamWriter(Properties.Settings.Default.GameDirectory+"/"+"Launcher.bat");
                launcher.Write("RappelzCmdLauncher.exe" +" "+"SFrame.exe" + " /auth_ip:127.0.0.1 /help_url_w:611 /help_url_h:625 /locale:Windows-1256 /country:ME /use_nprotect:0 /cash /commercial_shop /layout_dir:6 /layout_auto:0 /cash_url_w:800 /cash_url_h:631");
                launcher.Close();
                Process launch = new Process();
                launch.StartInfo.FileName = "Launcher.bat";
                launch.StartInfo.WorkingDirectory = Properties.Settings.Default.GameDirectory; ;
                launch.StartInfo.WindowStyle = ProcessWindowStyle.Minimized;
                launch.Start();
11/12/2016 17:10 azaaza007#68
Did everything according to the guide,but does not update(
11/12/2016 19:32 ThunderNikk#69
You need to help us out a little bit with your folder locations and names and zip file names and revision.txt

Because I use this launcher and it updates just fine for me.
11/12/2016 20:42 azaaza007#70
Quote:
Originally Posted by thndr View Post
You need to help us out a little bit with your folder locations and names and zip file names and revision.txt

Because I use this launcher and it updates just fine for me.
To contact you on Skype? I'll show you all.And I think you need to be skype translate because I'm Russian)
11/13/2016 05:21 ThunderNikk#71
I don't do public skype I am sorry.
11/13/2016 13:34 azaaza007#72
Quote:
Originally Posted by thndr View Post
I don't do public skype I am sorry.
Using teamviewer to see?

Look , all right?

[Only registered and activated users can see links. Click Here To Register...]
11/13/2016 15:49 ThunderNikk#73
What you have there looks good.

Have you made sure you have defined the servers update directory in the launcher source code before building your launcher...

//background Worker: Handles downloading the updates
private void backgroundWorker1_DoWork(object sender, DoWorkEventArgs e)
{
//Defines the server's update directory
string Server = "http://10.71.1.2/Updates/";
11/13/2016 17:52 azaaza007#74
Quote:
Originally Posted by thndr View Post
What you have there looks good.

Have you made sure you have defined the servers update directory in the launcher source code before building your launcher...

//background Worker: Handles downloading the updates
private void backgroundWorker1_DoWork(object sender, DoWorkEventArgs e)
{
//Defines the server's update directory
string Server = "http://10.71.1.2/Updates/";

Yes, //background Worker: Handles downloading the updates
private void backgroundWorker1_DoWork(object sender, DoWorkEventArgs e)
{
//Defines the server's update directory
string Server = "http://rz.tw1.ru/Updates/";
06/07/2017 07:26 JairoBarreto#75
Project run VS2015 perfect

Done based on the source code: [Only registered and activated users can see links. Click Here To Register...]

Thank's @[Only registered and activated users can see links. Click Here To Register...]