ole1986 / vscode-arma-dev

Arma Dev for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ole1986.arma-dev
7 stars 6 forks source link

FileBank Not Found #16

Closed jschmidt92 closed 2 years ago

jschmidt92 commented 2 years ago

This is my first time using this extension and I'm having problems with building my addon. Every time I select Build I get a popup with an error message "FileBank not found".

Here is a screenshot of my directory: image

Here is a screenshot of my arma-dev.json: image

Both %PREFIX% and %PBOPREFIX% files in the PMC_Server Addon have this in them: x\PMC_Server Both %PREFIX% and %PBOPREFIX% files in the PMC_Framework Addon have this in them: x\PMC_Framework

Both my ArmA 3 Directory and my P Drive have a folder named x from generating two Symbolic Links

Symbolic Links: mklink /J "E:\SteamLibrary\steamapps\common\Arma 3\x\PMC_Server" "C:\Users\innov\Desktop\Projects\ArmA 3\A3-PMC-Framework\src\PMC_Server" mklink /J "E:\SteamLibrary\steamapps\common\Arma 3\x\PMC_Framework" "C:\Users\innov\Desktop\Projects\ArmA 3\A3-PMC-Framework\src\PMC_Framework" mklink /J "P:\x\PMC_Framework" "C:\Users\innov\Desktop\Projects\ArmA 3\A3-PMC-Framework\src\PMC_Framework"

If someone could help me out with getting this sorted that'll be greatly appreciated. I would really like to use this extension as my primary way of developing for ArmA 3.

jschmidt92 commented 2 years ago

I was able to correct the problem by updating the arma-dev path in the settings to where my steam library is installed