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!

[Release] WarRock Finaly Source Auto Update Launchers.

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jul 14, 2012
Messages
54
Reaction score
20
Screenshot :
Juwendivb - [Release] WarRock Finaly Source Auto Update Launchers. - RaGEZONE Forums


GUIDE :
* Change URL Browser .
eqkfcaM - [Release] WarRock Finaly Source Auto Update Launchers. - RaGEZONE Forums

* Change Your IP / Host WarRock Servers .
rECtWek - [Release] WarRock Finaly Source Auto Update Launchers. - RaGEZONE Forums

* Open Updates Folders And Edit Updates.xml To Add new Patch .
eCpZs3v - [Release] WarRock Finaly Source Auto Update Launchers. - RaGEZONE Forums

* Edit Version.txt In Folders Update , To Upgrade New Patch .
bWvxIzy - [Release] WarRock Finaly Source Auto Update Launchers. - RaGEZONE Forums


Download Launcher Source :
Download Updates Webs :


Reupload by Detox (Working link):


Credit Launchers .
Background : Detox .
Source : JuwendiVB .
 

Attachments

You must be registered for see attachments list
Last edited by a moderator:
Newbie Spellweaver
Joined
Jul 14, 2012
Messages
54
Reaction score
20
Re: WarRock Finaly Source Auto Update Launchers.

yeah , I Cant see With Name " WarRock Name Here " .
I'm Re edit You Image , To Launcher Background .
 
Newbie Spellweaver
Joined
Feb 2, 2013
Messages
27
Reaction score
16
Re: WarRock Finaly Source Auto Update Launchers.

Very nice :) Thanks
 
Newbie Spellweaver
Joined
Jul 14, 2012
Messages
54
Reaction score
20
Re: WarRock Finaly Source Auto Update Launchers.

Yeah , No Problem :V
 
Initiate Mage
Joined
Aug 24, 2013
Messages
3
Reaction score
0
Re: WarRock Finaly Source Auto Update Launchers.

warrock.exe isnt starting when i press start.
 
Initiate Mage
Joined
Aug 24, 2013
Messages
3
Reaction score
0
Re: WarRock Finaly Source Auto Update Launchers.

System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
bij System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
bij System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
bij Launcher_v2.Form1.strtGameBtn_Click(Object sender, EventArgs e)
bij System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
bij System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
bij System.Windows.Forms.Control.WndProc(Message& m)
bij System.Windows.Forms.ButtonBase.WndProc(Message& m)
bij System.Windows.Forms.Button.WndProc(Message& m)
bij System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
 
Custom Title Activated
Loyal Member
Joined
Aug 23, 2010
Messages
1,544
Reaction score
423
Re: WarRock Finaly Source Auto Update Launchers.

Thank you so much, it's working without error :) im sharing edited codes

//Starts the game
private void strtGameBtn_Click(object sender, EventArgs e)
{
Process.Start(@".\system\WarRock.exe", "0 0 ENG");
Environment.Exit(0);
}


And how i can make block direct access to warrock.exe?
 
Newbie Spellweaver
Joined
Jul 14, 2012
Messages
54
Reaction score
20
Re: WarRock Finaly Source Auto Update Launchers.

Replace Button Source To Execute WarRock.exe
 
Joined
Apr 12, 2013
Messages
897
Reaction score
481
Re: WarRock Finaly Source Auto Update Launchers.

You can't open the warrock.exe directly...but you have to edit the ip...so did you mean that? that the user only can use your ip?
 
Joined
Apr 12, 2013
Messages
897
Reaction score
481
Re: WarRock Finaly Source Auto Update Launchers.

maybe they are using a special launcher...it's easy to write one..but to disallow this you have to experiment a little bit...like rename warrock.exe to like: warrock.wr and execute it with some start parameters with Process.Start();
 
Status
Not open for further replies.
Back
Top