This is an old revision of the document!
We've created a number of useful tools recently that we think are helpful. It seems rude not to share some of the tools I've made with people that supported me this long.
The MFD Creator is a browser-based drawing tool for building Arma 3 `class MFD` HUD/HMD config fragments. It lets you draw HUD symbols on a normalized 0..1 coordinate plane, edit their properties, and export Arma config-friendly code.
The tool runs fully in your browser. It does not need a database, login, or server-side processing.
Config Factory is a local web tool for building Arma 3 weapon configs from structured reference data.
Its purpose is to:
CfgAmmo, CfgMagazines, and CfgWeapons baseline data.In practical terms, it helps create consistent custom CVWP weapon sets by turning real-world weapon information into editable Arma config classes, while keeping the inheritance, calculations, hardpoints, magazines, and export output traceable.