- Joined
- Aug 14, 2009
- Messages
- 2,304
- Reaction score
- 1,186
You'll need the following:
- Windows SDK
- DirectX SDK 2010
- Visual Studio 2010 PROFESSIONAL !!SP1!!! ->
->
----> You could also create a file buildNo.h with this content:
Put buildNo.h one directory above the Source code:
Folder structure:
DayZ-0.45.124252
-> buildNo.h
-> DayZ-0.45.124252
--> DayZ.sln
--> DayZ-2010.sln
In DayZ-0.45.124252\DayZ-0.45.124252\lib\versionNo.h:
Replace
with
Then open DayZ.sln NOT DayZ-2010.sln with VS2010:
Everything should compile successful (depending on your machine about 20-120 minutes) and you now have a folder named dist and in there a DayZ-Debug.exe
If you're too lazy to compile and only want the debug Application:
___________________________________________________________________
If you want anything else from the DayZ Source code:
PS:
DON'T FORGET TO LIKE
Don't say it's not working:
- Windows SDK
- DirectX SDK 2010
- Visual Studio 2010 PROFESSIONAL !!SP1!!! ->
You must be registered to see links
->
You must be registered to see links
(buildNo.h)----> You could also create a file buildNo.h with this content:
->#define BUILD_NO 96687
You must be registered to see links
(Source code ofc)Put buildNo.h one directory above the Source code:
Folder structure:
DayZ-0.45.124252
-> buildNo.h
-> DayZ-0.45.124252
--> DayZ.sln
--> DayZ-2010.sln
In DayZ-0.45.124252\DayZ-0.45.124252\lib\versionNo.h:
Replace
#include "../buildNo.h"
with
#include "../../buildNo.h"
Then open DayZ.sln NOT DayZ-2010.sln with VS2010:
Everything should compile successful (depending on your machine about 20-120 minutes) and you now have a folder named dist and in there a DayZ-Debug.exe
If you're too lazy to compile and only want the debug Application:
You must be registered to see links
___________________________________________________________________
If you want anything else from the DayZ Source code:
You must be registered to see links
You must be registered to see links
You must be registered to see links
You must be registered to see links
You must be registered to see links
You must be registered to see links
You must be registered to see links
PS:
DON'T FORGET TO LIKE
Don't say it's not working:
Last edited: