Quote:
Originally Posted by thndr
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
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();
}