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] WarZ Source Code

Joined
Jun 19, 2009
Messages
1,491
Reaction score
460
Re: WarZ Source Code

Well I can atleast say that the developers do try to listen to the communïty
Since they have been working on one of the most requested feature

I found "VEHICLES_ENABLED" :s
 
Joined
Feb 4, 2010
Messages
2,204
Reaction score
1,012
Re: WarZ Source Code

Looks like some stuff is missing, but it's still a great release the bins probably work fully but there is some src appearing to be missing, it'd be a big project for someone to wrap it up

But still, big props to vusion for having the balls to drop this.
 
Initiate Mage
Joined
Jun 5, 2012
Messages
38
Reaction score
55
Re: WarZ Source Code

Looks like some stuff is missing, but it's still a great release the bins probably work fully but there is some src appearing to be missing, it'd be a big project for someone to wrap it up

But still, big props to vusion for having the balls to drop this.

I agree with you. But the problem is not so easy, it's seems very incomplete. Doesn't have the api to connect ant the db(if has one) is very incomplete and can't work on the server.

Also doesn't have the server code, so it will be hard since the game is hardcoded.

But yeah, really good work releasing that!

Divine
 
Initiate Mage
Joined
Mar 30, 2013
Messages
20
Reaction score
1
Re: WarZ Source Code

Soo awesome, i love you! PM me your paypal if you need a little donation :)
 
Hi, I'm Omar!
Member
Joined
Jan 6, 2011
Messages
1,345
Reaction score
646
Re: WarZ Source Code

I agree with you. But the problem is not so easy, it's seems very incomplete. Doesn't have the api to connect ant the db(if has one) is very incomplete and can't work on the server.

Also doesn't have the server code, so it will be hard since the game is hardcoded.

But yeah, really good work releasing that!

Divine

I don't think the missing part is that big, however, it's what I had and wanted to share.
 
Joined
Jun 19, 2009
Messages
1,491
Reaction score
460
Re: WarZ Source Code

Missing file: shadow_config.h

That is all I found that is truely missing

Visual studio also reports "CamouflageDataManager.h" to be missing but I can find it in the source folder :p

Also for the people who are using visual studio 2010

Add #define static_assert static_assert_old
Above
"namespace static_assert
{
template <bool> struct STATIC_ASSERT_FAILURE;"

To fix your error :p

To fix missing "CamouflageDataManager.h"

change

"../../../../src/GameEngine/CamouflageDataManager.h"

to

"../GameEngine/CamouflageDataManager.h"


Waiting for bins to be uploaded

Then I might be able to fix
the missing "..\..\bin\Data\Shaders\DX9_P1\system\LibSM\shadow_config.h" file :p
 
Last edited:
Initiate Mage
Joined
Sep 20, 2012
Messages
7
Reaction score
0
Re: WarZ Source Code

Mind uploading it to Mega.co.nz? and thanks for the release!
 
Initiate Mage
Joined
Jun 5, 2012
Messages
38
Reaction score
55
Re: WarZ Source Code

I don't think the missing part is that big, however, it's what I had and wanted to share.

Sorry i think you didn't understand me!
I'm not saying that you shouldn't release, i'm glad you did that, really!

Take care and be safe!

Divine
 
Initiate Mage
Joined
Jun 24, 2011
Messages
67
Reaction score
11
Re: WarZ Source Code

@MicroNet :
 
Initiate Mage
Joined
Apr 8, 2013
Messages
2
Reaction score
0
Re: WarZ Source Code

Mirror for src file:
 
Hi, I'm Omar!
Member
Joined
Jan 6, 2011
Messages
1,345
Reaction score
646
Re: WarZ Source Code

Missing file: shadow_config.h

That is all I found that is truely missing

Visual studio also reports "CamouflageDataManager.h" to be missing but I can find it in the source folder :p

Also for the people who are using visual studio 2010

Add #define static_assert static_assert_old
Above
"namespace static_assert
{
template <bool> struct STATIC_ASSERT_FAILURE;"

To fix your error :p

To fix missing "CamouflageDataManager.h"

change

"../../../../src/GameEngine/CamouflageDataManager.h"

to

"../GameEngine/CamouflageDataManager.h"


Waiting for bins to be uploaded

Then I might be able to fix
the missing "..\..\bin\Data\Shaders\DX9_P1\system\LibSM\shadow_config.h" file :p

Here you are.
 

Attachments

You must be registered for see attachments list
Joined
Mar 11, 2007
Messages
902
Reaction score
1,240
Re: WarZ Source Code

This code seems to be missing some critical aspects of the game, the entire server system is missing so all people have to go by is the already compiled EXE. The Web-API that is REQUIRED for this game is not here. So all that remains is just a client. Honestly as great as people are claiming this release to be, it is really not even close to the praise people are giving it. Yeah great you released this Vusion, but you yourself got scammed by whoever sold/gave you these files, since they are so grossly incomplete and pretty much 98% useless to all, even experienced devs.
 
Joined
Feb 4, 2010
Messages
2,204
Reaction score
1,012
Re: WarZ Source Code

This code seems to be missing some critical aspects of the game, the entire server system is missing so all people have to go by is the already compiled EXE. The Web-API that is REQUIRED for this game is not here. So all that remains is just a client. Honestly as great as people are claiming this release to be, it is really not even close to the praise people are giving it. Yeah great you released this Vusion, but you yourself got scammed by whoever sold/gave you these files, since they are so grossly incomplete and pretty much 98% useless to all, even experienced devs.

If its the same files I have, there is src and API's in the bins folder.

Which people are saying here is corrupted.

4SgpfZU - [Release] WarZ Source Code - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Joined
Feb 4, 2010
Messages
2,204
Reaction score
1,012
Re: WarZ Source Code

So a repack makes sense then.

2

yes, it does. Once the files are re-uploaded complete (Bins are corrupted ive been hearing? hes re-uploading them now) someone who doesnt have eygptian sand wigger internet like him, should re-organize and re-package all the files better.

Why the src code to the servers and the API's are mixed in with the bins I have zero idea.
 
Back
Top