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!

GunZ 1.5 (Summer of 2011) Source.

Game Developer
Loyal Member
Joined
Jun 19, 2009
Messages
1,491
Reaction score
460
Just overlooked the code, and damm what a freaking mess.

Btw Compile will be easy going.

EDIT: Damm messy code, really had gunz atm

EDIT2: Why are there parts removed from the sources??

I know that this isn't the complete source.
It just misses a whole project shouldnt be a problem.
 
Junior Spellweaver
Joined
Jun 29, 2007
Messages
147
Reaction score
53
It doesn't need the MMonitor crap... just comment it out
 
Joined
Feb 4, 2010
Messages
2,204
Reaction score
1,012
Just overlooked the code, and damm what a freaking mess.

Btw Compile will be easy going.

EDIT: Damm messy code, really had gunz atm

EDIT2: Why are there parts removed from the sources??

I know that this isn't the complete source.


Edit3: stop being an idiot and trying to say i didn't release it all.

MMonitor is part of the development branch, as you can see the folder I uploaded is the STABLE branch. So the MMonitor isn't needed for debugging and logging. Simply just remove the references to MMonitor and it's fine. Logic, use it.
 
Newbie Spellweaver
Joined
Aug 22, 2010
Messages
34
Reaction score
56
I Remove MMonitor classes from MatchServer, edit some code, and compile it !, works fine.

I Find some stuff, in clan war channels i put password, cw 6v6, anti lead peer to server, nice.
 
Newbie Spellweaver
Joined
Jan 11, 2011
Messages
82
Reaction score
0
I Remove MMonitor classes from MatchServer, edit some code, and compile it !, works fine.

I Find some stuff, in clan war channels i put password, cw 6v6, anti lead peer to server, nice.

we need remove GameGuard too?

NHNAuth init completed.
success init nhn auth.
NHN RTA Init is completed. ServerName=GUNZ.
success init nhn usa report.
init gameguard fail. err(5)
init security fail.
[11/22/11 17:38:42] Match Server create FAILED (Port:6000)
 
Newbie Spellweaver
Joined
Jan 11, 2011
Messages
82
Reaction score
0
how to fix md5? i already config server.ini

USE_MD5="0"

NHNAuth init completed.
success init nhn auth.
NHN RTA Init is completed. ServerName=GUNZ.
success init nhn usa report.
init gameguard success.
init GameOn success.
success init security.
Load MD5 fail.
[11/22/11 18:15:46] Match Server create FAILED (Port:6000)
 
Junior Spellweaver
Joined
Jan 19, 2010
Messages
175
Reaction score
181
yay me i got (gunz 2 source, raiderz source, gunz 1.5 source, gunz pre 1.5 source, meh then 3 weeks later 1.5 gets released here dam:p. eurogunz is already quite ahead. i know the source pretty well now and can do pretty much anything that needs to be done. its ez just takes time to get used to the only thing i hate is u have to edit like 10 differnt places just to add a parameter to a packet lol. Gametypes are ez
 
Joined
Jan 23, 2007
Messages
2,605
Reaction score
360
yay me i got (gunz 2 source, raiderz source, gunz 1.5 source, gunz pre 1.5 source, meh then 3 weeks later 1.5 gets released here dam:p. eurogunz is already quite ahead. i know the source pretty well now and can do pretty much anything that needs to be done. its ez just takes time to get used to the only thing i hate is u have to edit like 10 differnt places just to add a parameter to a packet lol. Gametypes are ez

Me and Ari already starting on some, so ur not the only one :)
 
Banana
Loyal Member
Joined
Feb 15, 2009
Messages
1,012
Reaction score
855
Just overlooked the code, and damm what a freaking mess.

Btw Compile will be easy going.

EDIT: Damm messy code, really had gunz atm

EDIT2: Why are there parts removed from the sources??

I know that this isn't the complete source.

Messy indeed, but it's better than anything anybody here is capable of creating.
 
Joined
Feb 4, 2010
Messages
2,204
Reaction score
1,012
Messy indeed, but it's better than anything anybody here is capable of creating.

This, I like to believe I am at a decent level in terms of programming, and I know for a fact I wouldn't be able to replicate this without references from maiets code. I simply don't know enough yet. You can bash MAIET all you want, but at the end of the day they made a game from scratch. Wrote their own Engine, and it works, and it works pretty damn well for such a small development team.
 
Experienced Elementalist
Joined
Dec 25, 2008
Messages
234
Reaction score
81
Hello i not some Gunz fann and yes may be i not right but my position is that not smart share full src if that newer leak !!! Any way i hope that Game will again live and good luck all programmers !!!
 
Newbie Spellweaver
Joined
Nov 3, 2011
Messages
8
Reaction score
0
I'm sorry but I must disagree, the source is not a mess, it has some weird stuff yeah, but it's like anyother game online source. It has a .h with the classes in it and the .cpp with the functions.

It takes a bit to get used to a game source engine, yeah, like any other game too. But after you get, it's everything pretty easy ^^
 
Joined
Feb 4, 2010
Messages
2,204
Reaction score
1,012
I am kinda in need of the following headers :
#include "rsa.h"
#include "randpool.h"
#include "gzip.h"
#include "hex.h"
#include "files.h"

How about you search the source before asking.


6nU4k - GunZ 1.5 (Summer of 2011) Source. - RaGEZONE Forums



...It's really not that hard guys. Just slow down and use your head.
 

Attachments

You must be registered for see attachments list
Back
Top