-
Notifications
You must be signed in to change notification settings - Fork 10
Setting up your development environment (PBOProject)
Freddo edited this page Jul 10, 2022
·
1 revision
- Install Arma 3 Tools via steam
- Launch Arma 3 tools, go to preferences > Options.
- Uncheck "Use Default" on both Arma 3 directory and Path to your P-Drive
- Point
Path to Arma 3 directory
to your Arma 3 install directory. - Point
Path to your P-Drive
to an easily accessible folder, ideally similar toD:\P-Drive
. Make sure the drive has at least 50 GB space. - Press Register. Optionally enable
preferences > Mount P Drive on startup
- Press
Mount the Project Drive
. Your P-drive should now appear if you reopen file explorer. - Download and run all installer.exe files from here.
- Open Command Prompt and enter
arma3p
. This should prompt you with "enter drive to extact to", enterP
- You should then be prompted with "full extraction invluding layers, dubbing and missions [Y,N]", enter
Y
- Arma 3 source files should now be extracted to your P-drive. This may take a while.
- Download and install GitKraken GIT GUI from here.
- Open GitKraken and select
File > Clone Repo
, selectClone with URL
, select an easily accessible directory to clone to not on your P-drive. Enterhttps://github.com/CBATeam/CBA_A3.git
as the URL and pressClone the repo!
. This will download CBA source. - Open command prompt as administrator.
- Enter
mkdir "P:\x\
- Enter
mklink /J "P:\x\cba" "path to cba directory generated in stage 2"
- At the top right of this webpage, press
Fork
. This will create a new personal repo for you where you will contribute from, your "fork". - Open GitKraken, select
File > Clone Repo
, selectGitHub.com
and log in with your github account. - Select the same directory to clone to as in Stage 2.
- In
Repository to clone
selectarc_misc
under your account name. PressClone the repo
. This will install your own repository ofarc_misc
- On the left side in GitKraken, hover over
REMOTE
and press the+
button that appears. UnderGitHub Repo
selectARCOMM/arc_misc
. Under name enterupstream
. PressAdd Remote
. - Open command prompt as administrator.
- Enter
mklink /J "P:\x\arc_misc" "path to arc_misc directory generated in stage 9"
- Open command prompt
- Enter
pboproject
- Press Setup, remove
*.hpp
fromExclude From Pbo
. Press OK. - In
Mod Folder Output...
enter directory to output to, for exampleP:\built\@ARC_Misc
- In
Source Folder...
enterP:\x\arc_misc
- Press
Crunch
- Packed PBO files should now be present in the directory mentioned in Stage 3. If not, press
View Output(s)
to view errors. - You can now run this directory as a mod by adding
-mod=P:\built\@ARC_Misc
. Make sure to disable the version otherwise provided by the modpack to avoid duplicates.