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.
Just like the MFD Creator is a browser-based tool for building Arma 3 Advanced Flight Model XML files.
For those that don't know “RotorLib FDM” is the third party library BI uses to manage the Advanced Flight Model. The XML files contain all the values and variables relating to the flightmodel and the ground contact/handling. The Tool is intended to demystify some of the values, and calculate/estimate some of them for you.
its experimental, needs testing properly but its better than guessing.
Another browser-based tool for building Arma 3 basic Flight Models.
its experimental, needs testing properly but its better than guessing.
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.