Skip to content
This repository was archived by the owner on Aug 9, 2022. It is now read-only.

2. Folder Setup

Max Kunes edited this page Jan 5, 2019 · 2 revisions
  1. Create a folder where you will store your DayZ projects. I'm going to create this on a separate drive which is E:\ on my computer, this drive must be formatted to NTFS. This will be our Workbench Source Directory.
  2. Download the folders from the repository take the two folders and put them into your Workbench Source Directory. They should be called Test Mod and Build. Inside of the Test Mod directory, there should be another folder called Test Mod. At this point, it needs to be understood that the top level Test Mod directory is the unpacked mod folder and the Build\Test Mod directory is the packed mod folder.
  • At this point your folder should look like this : Current Folder
  1. Symlink your Workbench Source Directory\Build\Test Mod folder to your DayZ directory. If you fail to do this step, there is a good chance the debugger will never find your mod files.
  • Run command prompt as admin and run this command. Change the arguments to fit your folder setup.
  • mklink /j "C:\Program Files (x86)\Steam\steamapps\common\DayZ\Test Mod" "E:\Dayz Project Folder\Build\Test Mod"

Clone this wiki locally