[Release] WarZ Source Code

Joined
Jan 6, 2011
Messages
1,343
Reaction score
647
Location
Here
Absolutely no support will be given.

Binaries:
vborSVd - [Release] WarZ Source Code - RaGEZONE Forums


Source Code:
T3ZLnd5 - [Release] WarZ Source Code - RaGEZONE Forums


Download:
Src:
- Make sure to rename this to src.7z.
-

Bins:

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:
Re: WarZ Source Code

Avast doesn't like the src.7z.exe and wanted me to abort the connection.

Waiting for futher news.

Well it can be a false positive but i understand ur approach on this matter.I don't download files because i don't know how to use them so i couldn't check them.The OP seems a reliable person though.
 
Re: WarZ Source Code

I downloaded the source and extracted w/ winrar (error) and then 7zip (error). So you're compression must have broke during it. Try not to be doing too much when compressing and upload while doing nothing else. We don't want no errors now do we.
 
Back