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!

Compiling DayZ 0.45.124252

Developer
Developer
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!!! ->
-> (buildNo.h)
----> You could also create a file buildNo.h with this content:
#define BUILD_NO 96687
-> (Source code ofc)

Put buildNo.h one directory above the Source code:
SwAceVW - Compiling DayZ 0.45.124252 - RaGEZONE Forums


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:

HRrRFIJ - Compiling DayZ 0.45.124252 - RaGEZONE Forums


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:
qUWwnv - Compiling DayZ 0.45.124252 - RaGEZONE Forums
 
Last edited:
Junior Spellweaver
Joined
Oct 16, 2006
Messages
168
Reaction score
7
GigaToni,BuildNo.h link is dead,could you reupload to mega.co.nz
 
Elder Member
Joined
May 22, 2003
Messages
257
Reaction score
12
If you can also upload the full rar that was on RZ that would be fantastic! Thank you for the guide :)
 
Developer
Developer
Joined
Aug 14, 2009
Messages
2,304
Reaction score
1,186
I have a 300kbit/s upload speed. So the full would be hard for me.. Or rather painful.

Oh and 90% of the files in the rar are only copies of different versions of DayZ

Serverfiles finished :)!
 
Elder Member
Joined
May 22, 2003
Messages
257
Reaction score
12
Ahh yeah same upload as me! Umm, could you please provide in the full rar DayZServlet BEMaster and SQL!
 
Developer
Developer
Joined
Aug 14, 2009
Messages
2,304
Reaction score
1,186
Bro. I'm on it. Still uploading everything.

BTW:

Say thanks to my ISP. They send me a crappy router that has a connection like a witch. (New ISP with 500mbit/s down and 20mbit/s up) You stand right next to it and you only have 1 out of 5 connection bars XD!
 
Last edited:
Elder Member
Joined
May 22, 2003
Messages
257
Reaction score
12
Oh dear! Yeah I hate how ISP's are! And thank you for uploading these, once DayZServlet is uploaded I can finally work on a saving sql database.
 
Developer
Developer
Joined
Aug 14, 2009
Messages
2,304
Reaction score
1,186
- Servlet added.

At this point nothing more gets added until this bad boy is finished:
SyATtM5 - Compiling DayZ 0.45.124252 - RaGEZONE Forums
 
Developer
Developer
Joined
Aug 14, 2009
Messages
2,304
Reaction score
1,186
So because I'm not home after 5 am (UTC - 8.00):

This is a FOLDER Link in there are all things I'll upload with Arma / DayZ:


EDIT:
Grab them while there there. After the FULL Source is finished uploading I will delete everything except the 8GB big everything RAR.



oGItNVT - Compiling DayZ 0.45.124252 - RaGEZONE Forums


 
Last edited:
Junior Spellweaver
Joined
Oct 16, 2006
Messages
168
Reaction score
7
Now it can download,thanks a lot
 
Last edited:
Elder Member
Joined
May 22, 2003
Messages
257
Reaction score
12
2>../../buildNo.h(1): fatal error RC1004: unexpected end of file found
 
Developer
Developer
Joined
Aug 14, 2009
Messages
2,304
Reaction score
1,186
Did you used the file on pastebin?

Also:
 
Elder Member
Joined
May 22, 2003
Messages
257
Reaction score
12
Yeah I did, and 2010 could not open DayZ.sln only DayZ2010.sln
 
Developer
Developer
Joined
Aug 14, 2009
Messages
2,304
Reaction score
1,186
Hm. DayZ.sln Worked in my side. But try to remove the last empty line in buildNo.h
 
Elder Member
Joined
May 22, 2003
Messages
257
Reaction score
12
That did nothing same error, also I think you opened DayZ.sln in 2012 not 2010
 

AWA

Master Summoner
Member
Joined
Feb 24, 2008
Messages
595
Reaction score
389
Try installing VS2010 SP1.
 
Elder Member
Joined
May 22, 2003
Messages
257
Reaction score
12
Fixed, bug in resources of 2010, add two blank lines and it will compile.

Edit: Source is working brilliantly, now all we need to do is try and get the 124426 code :p
 
Last edited:
Back
Top