====== ArmA 3 Screenshot Weapons with a Script ====== https://gitlab.com/arma3_ww2_projects/ww2-dev-tools/commit/8c752a7acf49531650f8034e7b6f0fa8960c46a5 It's using [[http://killzonekid.com/arma-extension-scr_cap-dll-screen-capture/|Killzone Kid's screenshot dll]] because the screenshot command creates really washed out images on my PC. I also edited the script to turn shadows off as there were some strange visual bugs that I could only replicate in the render world. The mission just has default add actions for exporting all non-vanilla CfgWeapons and CfgVehicles, but you can change it as the scripts should be "drop-in" replacements for the corresponding BIS functions. So all of the information here about parameters should be accurate https://community.bistudio.com/wiki/BIS_fnc_exportCfgWeapons //Note: this piece of information was grabbed from kju in arma discord chat.//