1 Attachment(s)
[Release-App]Gunz Map Debugger
First release in RZ.Hope you guys like it.
GMD opens your map without creating shortcut.
File crypted thats why some scanners found it suspucious.
Tested with RZGunz and IntGunz clients.
Credits to me.
http://img176.imageshack.us/img176/4453/ss1zw6.jpg
:juggle:
Re: [Release-App]Gunz Map Debugger
Nice, it works.
:) Good Job.
Re: [Release-App]Gunz Map Debugger
Was this coded in visual basic??
Re: [Release-App]Gunz Map Debugger
thanks man i hate to open the shortcut always and open change the name you just do a really help for me but 1 sq did you made it?
Re: [Release-App]Gunz Map Debugger
do i havwe type for rzgunz ragezone.exe?
Re: [Release-App]Gunz Map Debugger
nice release 10/10 I hated that shortcut crap.
Re: [Release-App]Gunz Map Debugger
Quote:
Originally Posted by
bounty-hunter
Was this coded in visual basic??
No, coded in Delphi.
Quote:
Originally Posted by
sari4ever
do i havwe type for rzgunz ragezone.exe?
Ragezone.exe is launcher, you need to write game.exe :wink2:
Re: [Release-App]Gunz Map Debugger
Why would you need to crypt an exe for something that has ~5 lines of code?
C# example:
Code:
private void btnRun(object sender, EventArgs e)
{
System.Diagnostics.Process.Start(this.txtExeName.Text, "/game \"" + this.txtMap.Text + "\"");
}
Tada...
Re: [Release-App]Gunz Map Debugger
Re: [Release-App]Gunz Map Debugger
Quote:
Originally Posted by
RepublicOfAstra
Why would you need to crypt an exe for something that has ~5 lines of code?
C# example:
Code:
private void btnRun(object sender, EventArgs e)
{
System.Diagnostics.Process.Start(this.txtExeName.Text, "/game \"" + this.txtMap.Text + "\"");
}
Tada...
If someone steals your work and make it his own what would you do? I just added CRC32 check to exe.
Re: [Release-App]Gunz Map Debugger
gunz /game "Town" works fine for me
Re: [Release-App]Gunz Map Debugger
Quote:
Originally Posted by
Doce
No, coded in Delphi.
Ragezone.exe is launcher, you need to write game.exe :wink2:
I will release my ragezone open source client this week. You will get all the features RZGunz has.