Closed mwpowellhtx closed 4 years ago
Arma 3 AdminToolkit is one of my examples using Arma Dev
https://github.com/ole1986/a3-admintoolkit Its configuration file is located here: https://github.com/ole1986/a3-admintoolkit/blob/master/.vscode/arma-dev.json
I might have misfiled this one. I found this in a search involving
VSCode
. Looking more for modding VS Code extensions, tooling, than anything else.Mainly I am interested in practical examples of this, if possible. That would be helpful.
This helps to streamline modding workflow? Can it be used in combination with extensions such as
armake2
, etc?Anyway, still have some questions I am not as clear concerning:
Not sure how client/server directories quite applies? Is there a particular protocol that A3 will use? I see, for instance,
addons
, sometimes.As in mod
dependencies
? How are they named? By whatever workshop ID was used, i.e.@MyMod
?Post processing sounds interesting. Q: to which remote? Does a
bikey
always get generated? Or just running batch, PowerShell, or other scripts in a command shell?Still not clear on the use of
SFTP
vis-à-vis A3 modding. I assume this is to publish to workshop, or any other resource?Thanks!