Skip to content

How to add a insignia

Broström.A | Evul edited this page Sep 24, 2018 · 37 revisions

To add an insignia involve three steps; creation and conversion of an image, [some minor scripting](#Image to cScripts) and

Image and format

First off you need the image in a PNG format with a transparent background with the size 512x512 that is converted to PAA the ARMA 3 image format. This is done with the Arma 3 Tools program; TexView2, ImageToPAA or ARMAKE

Image to cScripts

  1. Naming the insignia (Follow current name standard).
  2. Place your insignia in: cScripts\Data\Insignia\
  3. Add the new patch to CfgUnitInsignia.hpp located; cScripts\CfgUnitInsignia.hpp
    To make it easy to add more insignias we have developed a macro to be used: MACRO_UNITINSIGNIA(CONFIGNAME,picture-name.paa);

cScripts Development Wiki

Clone this wiki locally