This script allows you to change camouflage and component via GUI.
VAM supports most of vanilla vehicles even mod vehicles.
You can apply custom textures by making exceptions.     Known issue
- Some components are linked each other. It's not VAM's limitation.
- Some components aren't compatible each other. It's not VAM's limitation.
- Some vehicles don't have default customizing value. Reset will not work in that case.   Installation
1. Put VAM_GUI folder on your mission folder.
2. Put stringtable.xml or copy & paste contents to your stringtable.xml.
3. Add this to init.sqf.
[] execVM "VAM_GUI\VAM_GUI_init.sqf";
4. Add this to description.ext.
#include "VAM_GUI\defines.hpp"
#include "VAM_GUI\VAM_GUI_controls.hpp"
#include "VAM_GUI\VAM_GUI_classes.hpp"   Option - In VAM_GUI_init.sqf, you can enable multiple check systems. (Near repair vehicle, In certain marker area, Near KP Liberation FOB area)   Download https://drive.google.com/open?id=1PmzgAoIbtwWXLXpTbVxl8G9dEOfgGo32 (Two version is now merged.)   Changelog   It's my first GUI creation. It's not perfect but usable. If you have any problem, please reply on here.