I'm trying to make a GunZ Private Server but I'm stuck on the Hex Editing your launcher, if someone can help me, by teamviewer, or telling me how to do it, then please do.
I've used many tuts but I don't really understand whats going on..
I'm trying to make a GunZ Private Server but I'm stuck on the Hex Editing your launcher, if someone can help me, by teamviewer, or telling me how to do it, then please do.
I've used many tuts but I don't really understand whats going on..
What part are you getting stuck in the launcher (Hex)?
Last edited by DeagleAc3; 28-09-11 at 09:38 AM.
PM me.
Last edited by DeagleAc3; 27-09-11 at 01:29 AM. Reason: Wanna add something..
You're most likely copy and pasting your IP over where you're supposed to type it. When you hex edit after searching for HTTP (Text String) you need to click before 127 (Click before the 1) and type in your IP over the existing. You will run into the /Launcher/Start text, so just re-type it that's what the ... at the end are for.
"http://127.0.0.1/Launcher/start.html. . . . . . . . . . . . . ."
Say your IP is 12.345.678.9
http://12.345.678.9/Launcher/start.html. . . . . . .
Starting at the 8 you will now be going over /Launcher so it would look like "http://12.345.678.9auncher/start.html" so just click after the 9 and type /Launcher/start.html
I can't recommend you a good tutorial because I don't know what type of server you'd like, but here's the one that I tend to use. (Only because I like to start with small clients and build them up, plus I know 110% this tutorial works)
http://forum.ragezone.com/f497/tut-m...server-602568/
If that doesn't work here are 2 others;
http://forum.ragezone.com/f497/guide...-based-632661/
http://forum.ragezone.com/f497/br-ja...client-444565/
This is my best options for me since I'm doing 2007 files: http://forum.ragezone.com/f497/br-ja...client-444565/
Here's 2008 server repack: http://forum.ragezone.com/f245/gunz-...client-701737/
Never tried this because it never worked for me, but it might work for you.
Ugh.. I hate hex edit I can never find the http thing.. it takes about 10 hours.. can you guys help me locate it?
My Wan IP = 66.56.56.218 I did http://66.56.56.218/Launcher/start.htm
Is there anything else I have to add? Because I launch my server, start my launcher, then my launcher closes automatically.
Upload your Default Launcher and PM me it, I'll Hex it for you.
GunzLauncher.exe
EDIT : I can't PM because of post count.
Alright let me download the Hex Editor and I'll have it done in a minute. (I'll edit this post with the new one) I have one question though, did you edit the Launcher with PE Explorer?
Alright so I don't have to PE Edit it since you already did, good because my download speed is horrid atm. Just got done installing Hex Editor going to Download the launcher and start on it now.
EDIT: This Launcher already is Hex'd with your IP, I need the Default one before you Hex edited it. Also your launcher could be closing due to other reasons as-well, if you have any Crash logs or a mlog post it in [code] tags
Last edited by Justice For All; 27-09-11 at 11:02 PM.
Ok I'll get default, do you want it PE Edited?
Nope just upload the Default one, not Hex or PE Edited :) Also don't forget to post any Crash logs/mlog.txt (Would be in your Gunz folder)
GunzLauncher.exe --- Default GunZLauncher
Load XML from memory : system/locale.xml- SUCCESS
Country : (BRZ), Language : (BRZ)
Load XML from memory : system/gametypecfg.xml
Load Config from file : config.xml- SUCCESS
Cannot open system/system.xml file.
Error!! - StringTable Initalize Failed
Check notify.xml
EDIT : How do i use code tags?
Hmm, Decompile your System.mrs and post your System.xml before I do anything with the launcher because according to this Log the problem is in your System.xmlCannot open system/system.xml file.
Error!! - StringTable Initalize Failed
Check notify.xml
To use Code tags put [code] your text [ /code] (take out the space before the /)