3 Questions <3

Joined
Apr 30, 2009
Messages
539
Reaction score
22
1)
How to pack my gunz maps and files like interface map and system.mrs into 1 main file ?

2)
How to put Quest & Clan server into 1 server ? I looked for it but can't find it oO

3)
How to change the minimal clan members needed from 4 to 3 ?

Thanks in advance <3
 
Last edited:
Re: how to pack my gunz files

How to pack my gunz maps and files like interface map and system.mrs into 1 main file ?

Thanks in advance <3

Alter the initialization scheme to only dearchive/decrypt one file, which would be a folder containing every game folder (e.g.: Interface, maps, et cetoria); the main init. scheme is in the Gunz client itself.
 
Upvote 0
Re: how to pack my gunz files

Alter the initialization scheme to only dearchive/decrypt one file, which would be a folder containing every game folder (e.g.: Interface, maps, et cetoria); the main init. scheme is in the Gunz client itself.

So, what do I do for question 1?
 
Last edited:
Upvote 0
Re: how to pack my gunz files

So, what do I do for question 1?

1)
How to pack my gunz maps and files like interface map and system.mrs into 1 main file ?

2)
How to put Quest & Clan server into 1 server ? I looked for it but can't find it oO

3)
How to change the minimal clan members needed from 4 to 3 ?

Thanks in advance <3

2] Thus far, it's supposedly not possible; I personally haven't attempted it.
3] A quick modification in MDaemon should work fine.
 
Upvote 0
Yeah, it is possible, TrinityGunz and Legacy got it to work.
I didn't really understand what you meant on number one, but well if you make an UpdateX.mrs, X being any number, and put the new stuff in there, Gunz will read them instead of the ones in the older files (default.mrs, system.mrs etc.) and so you're gonna have everything in one single .mrs

When it comes to having less than four people to make a clan (and I've been trying to do the same), it's an alteration in MDaemon as the other dude said up here but I haven't looked about it. Try googling it and see what shows up. I'll try to learn about it myself and let you know. ;)
 
Upvote 0
1)
How to pack my gunz maps and files like interface map and system.mrs into 1 main file ?

Some hex editing should do the trick, although it could take a while do to alot of files.

2)
How to put Quest & Clan server into 1 server ? I looked for it but can't find it oO

From what I understand, it's in theduel.exe, MatchServer.exe, the database, and maybe Locator.exe.

3)
How to change the minimal clan members needed from 4 to 3 ?

Thanks in advance <3

Grab GunzOld.exe + test.txt: http://forum.ragezone.com/f245/release-gunzold-test-txt-219398/
Find some suspicous functions, find them in theduel.exe, and maybe MatchServer.exe. :P
 
Upvote 0
Ummm Tman151 (or should I still call you shortymant), sorry if this sounds completely stupid (and it probably does to you) but what program should I be using if I want to find those suspicious functions? I do know that it's some program that will be telling me what each address does like those test.txt that people post here sometimes (and I have GunzOld and test.txt already).

So should I just go on OllyDbg and look for an address that behaves similarly on my theduel.exe compared to GunzOld and change it? Or is there something else I should be using?

Someone here said something about "ASM" but I don't really know what that is either. I feel kinda stupid right now. But I'd be happy if you could help.

Edit: yeah, I looked in test.txt for anything related to "Clan" but no function really seemed to be the one that defined the number of people you need for a clan creation.
What I did notice in my database is that not only you'd have to change your runnable for this but also change the CreateClan procedure, since it requests info from four different players.
 
Upvote 0
useful questions, too bad im a nub to be able to answer.
would be nice to knw the answers
althought i have some idea for the first questions for explain you compile them into one mrs and name it gunz.mrs
then somehow hex edit or some sort of other edit to make it read only gunz.mrs instead of the other system.mrs , model etc etc but then again like i said i dont know much , still got a lot to learn
 
Upvote 0
useful questions, too bad im a nub to be able to answer.
would be nice to knw the answers
althought i have some idea for the first questions for explain you compile them into one mrs and name it gunz.mrs
then somehow hex edit or some sort of other edit to make it read only gunz.mrs instead of the other system.mrs , model etc etc but then again like i said i dont know much , still got a lot to learn

I want it to be another extension, but I can't do that because I dont know how to let gunz read it oO
 
Upvote 0
Upvote 0
Code:
 system/chatcmds.xml.System/chatcmds.xml

I found that in Hex WorkShop.
(Before I go explain this little bit, I never tried this, probably will today.)

See where it says system/chatcmds.xml?
Well, from what i'm guessing is just simply change the system/chatcmds.xml.System/chatcmds.xml to
gunz/chatcmds.xml.Gunz/chatcmds.xml.
If you make the folder's first letter with a uppercase letter, that's where the .Gunz/chatcmds.xml comes in. ;)

To make the .dll's into theduel.exe, I would suspect making some jmps and codecaves.
Not sure, never thought about it.
 
Upvote 0
Back