This repository was archived by the owner on Aug 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
2. Folder Setup
Max Kunes edited this page Jan 5, 2019
·
2 revisions
- 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.
- 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 :
- Workbench Source Directory -> The parent folder where all your projects and build files will be stored.
- Unpacked Mod Directory -> The folder where your unpacked mod will be stored.
- Packed Mod Directory -> The folder where your packed mod will be stored.
- DayZ Tools -> The offical DayZ Tools from Steam. (https://store.steampowered.com/app/830640/DayZ_Tools/)
- WorkBench Directory -> The bin folder of the workbench folder. Where the workbenchApp.exe is stored. Normal location :
SteamFolder\steamapps\common\DayZ Tools\Bin\Workbench\ - WorkBench Project File -> The workbench project file. Normal location :
SteamFolder\steamapps\common\DayZ Tools\Bin\Workbench\dayz.gproj - From my understanding, paths on Windows are case insensitive meaning the folder DAyzMODs is the same as the folder dayzmods.
