|
You last visited: Today at 09:22
Advertisement
[Help Thread] Please post your questions here.
Discussion on [Help Thread] Please post your questions here. within the Rappelz Private Server forum part of the Rappelz category.
05/26/2015, 15:11
|
#4711
|
Moderator
elite*gold: 1
Join Date: Dec 2012
Posts: 4,912
Received Thanks: 1,490
|
@ sergeu1988
I am still using Montesboogey's (thechinstrap's) open source launcher listed in the tools thread.
It has an auto update feature, it does not have the guild statistics.
It works fine as long as you correct the start arguments to include the RappelzCmdLauncher.exe which ismokedrow helped me out with. (Although I am still using a modified script from the exact script that he gave me.)
ismokedrow also has an open source launcher in there for editing purposes as well, and I am sure that is the one that he is working on configuring for himself and the teal sky project.
|
|
|
05/26/2015, 16:22
|
#4712
|
elite*gold: 0
Join Date: Dec 2014
Posts: 74
Received Thanks: 0
|
Through the program, you are doing something launcher ? Throw a link to the program, if possible
|
|
|
05/26/2015, 18:11
|
#4713
|
Moderator
elite*gold: 1
Join Date: Dec 2012
Posts: 4,912
Received Thanks: 1,490
|
It is located in the tools thread...
The thread is too valuable to just link one tool out of it. You should learn how to utilize the entire thread to your advantage.
|
|
|
05/26/2015, 18:53
|
#4714
|
elite*gold: 0
Join Date: Oct 2010
Posts: 2,555
Received Thanks: 2,460
|
Just a side note:
My old launcher is only good for 7.4 and under, my new launcher is not open source as it is far to advanced (I KNOW, I KNOW) and also it is not yet complete. You can use my modified (c#) start procedure here:
Code:
private void strtGameBtn_Click(object sender, EventArgs e)
{
string finalArguments = string.Format("/C {0} & CD {1} & ", currentDrive.Replace("\\", ""), currentDirectory);
string startArguments = "RappelzCmdLauncher.exe Sframe.exe /auth_ip:127.0.0.1 /auth_port:8841 /use_nprotect:0 /locale:ASCII /country:US /commercial_shop /cash";
finalArguments += startArguments;
Process.Start("CMD.exe", finalArguments);
this.Close();
}
|
|
|
05/26/2015, 21:08
|
#4715
|
elite*gold: 0
Join Date: Oct 2013
Posts: 474
Received Thanks: 41
|
why it like this ?
i'm using :
|
|
|
05/26/2015, 21:35
|
#4716
|
Moderator
elite*gold: 1
Join Date: Dec 2012
Posts: 4,912
Received Thanks: 1,490
|
EDIT: Sorry work was blocking your image on me. I have no idea why it looks like that you are using someones created models. I am not even going to get into that. Why don't you ask them in their release thread.
|
|
|
05/26/2015, 23:01
|
#4717
|
elite*gold: 0
Join Date: Dec 2014
Posts: 74
Received Thanks: 0
|
that it is here it is necessary to write ? Writes " unrecognized escape sequence " in Visual Studio
FileName = (String.Format("{0}\RappelzCmdLauncher.exe", My.Settings.place))
|
|
|
05/26/2015, 23:34
|
#4718
|
Moderator
elite*gold: 1
Join Date: Dec 2012
Posts: 4,912
Received Thanks: 1,490
|
Quote:
Originally Posted by sergeu1988
that it is here it is necessary to write ? Writes " unrecognized escape sequence " in Visual Studio
Code:
FileName = (String.Format("{0}\RappelzCmdLauncher.exe", My.Settings.place))
|
How on earth did you get that from...
Code:
private void strtGameBtn_Click(object sender, EventArgs e)
{
string finalArguments = string.Format("/C {0} & CD {1} & ", currentDrive.Replace("\\", ""), currentDirectory);
string startArguments = "RappelzCmdLauncher.exe Sframe.exe /auth_ip:127.0.0.1 /auth_port:8841 /use_nprotect:0 /locale:ASCII /country:US /commercial_shop /cash";
finalArguments += startArguments;
Process.Start("CMD.exe", finalArguments);
this.Close();
}
|
|
|
05/27/2015, 01:17
|
#4719
|
elite*gold: 0
Join Date: Dec 2014
Posts: 74
Received Thanks: 0
|
currentDrive, currentDirectory, missing in the following context . What to do?
|
|
|
05/27/2015, 01:25
|
#4720
|
elite*gold: 0
Join Date: Oct 2010
Posts: 2,555
Received Thanks: 2,460
|
string currentDirectory = Directory.GetCurrentDirectory();
string currentDrive = Path.GetRootPath(currentDirectory);
|
|
|
05/27/2015, 01:44
|
#4721
|
elite*gold: 0
Join Date: Dec 2014
Posts: 74
Received Thanks: 0
|
for example, can show where to insert ? I am sorry that a lot of questions I do not understand , ask to be able to
|
|
|
05/27/2015, 02:12
|
#4722
|
Moderator
elite*gold: 1
Join Date: Dec 2012
Posts: 4,912
Received Thanks: 1,490
|
You replace your entire start button programing with the script that smoke provided.
I am not sure what launcher you are working with but the script smoke wrote here enables the execution of both the command launcher and the sframe in the correct order.
If you are programming your own launcher then you should know where this launch argument needs to go.
|
|
|
05/27/2015, 02:20
|
#4723
|
elite*gold: 0
Join Date: Dec 2014
Posts: 74
Received Thanks: 0
|
I like that programmed Start button. I do not understand where that replace
//Starts the game
private void strtGameBtn_Click(object sender, EventArgs e)
{
string finalArguments = string.Format("/C {0} & CD {1} & ", currentDrive.Replace("\\", ""), currentDirectory);
string startArguments = "RappelzCmdLauncher.exe Sframe.exe /auth_ip:99.205.10.48 /auth_port:5000 /use_nprotect:0 /locale:Windows-1251 /country:US /commercial_shop /cash";
finalArguments += startArguments;
Process.Start("CMD.exe", finalArguments);
|
|
|
05/27/2015, 02:52
|
#4724
|
Moderator
elite*gold: 1
Join Date: Dec 2012
Posts: 4,912
Received Thanks: 1,490
|
The start arguments in your launcher.
Example mine was originally...
Code:
private void strtGameBtn_Click(object sender, EventArgs e)
{
Process.Start( "Sframe.exe /auth_ip:10.71.1.2 /auth_port:8841 /use_nprotect:0 /locale:ASCII /country:US /commercial_shop /cash");
this.Close();
}
Now it is...
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 = "RappelzCmdLauncher.exe Sframe.exe /auth_ip:10.71.1.2 /auth_port:8841 /use_nprotect:0 /locale:ASCII /country:US /commercial_shop /cash";
finalArguments += startArguments;
Process.Start(cmd.exe, finalArguments);
this.Close();
}
You replace the original already coded with the new, cant get much simpler than that.
Just make sure the launch arguments are yours...not mine LOL
|
|
|
05/27/2015, 03:26
|
#4725
|
elite*gold: 0
Join Date: Dec 2014
Posts: 74
Received Thanks: 0
|
thank you. Starts the game launcher . And the last question may be this: the update to download it to the root folder of the drive on the host or put on the web site?
|
|
|
Similar Threads
|
[Helping Topic] 24/7 Helping Services!
08/27/2008 - EO PServer Hosting - 31 Replies
stucked on anything while setuping your server?
post your problem here and you will get answer as fast as possible better than spamming with posts :cool:
first of all try reading Ahmedpotop's Pserver All thing guide.
if your couldn't solve it out post your problem down here
""That includes PHP rankings pages / registrations pages / Status pages""
|
All times are GMT +1. The time now is 09:24.
|
|