Skip to content

Commit

Permalink
add Hateborder's insignia for platoon elements
Browse files Browse the repository at this point in the history
Signed-off-by: freghar <[email protected]>
  • Loading branch information
freghar authored and milivojm committed Feb 20, 2021
1 parent 2058894 commit e0ae760
Show file tree
Hide file tree
Showing 41 changed files with 49 additions and 2 deletions.
51 changes: 49 additions & 2 deletions addons/configs/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -486,8 +486,55 @@ class CfgUnitInsignia {
* custom CNTO insignia
*/
#define TXR(path) \cnto\assets\custom_insignia\##path
INSIGNIA(CNTOpatch, "CNTO Patch", TXR(CNTOpatch.paa));
INSIGNIA(CNTOpatchAlt, "CNTO Alt Patch", TXR(CNTOpatchAlt.paa));
INSIGNIA(CNTOpatch, "CNTO Owl Patch", TXR(CNTOpatch.paa));
INSIGNIA(CNTOpatchAlt, "CNTO Owl Patch (Alt)", TXR(CNTOpatchAlt.paa));
/* platoon elements */
#define TXR(path) \cnto\assets\custom_insignia\elements\##path
INSIGNIA(cnto_elem_plt, "CNTO Platoon Lead", TXR(plt.paa));
INSIGNIA(cnto_elem_asl, "CNTO Alpha SL", TXR(letters\a.paa));
INSIGNIA(cnto_elem_a1, "CNTO Alpha 1", TXR(a1.paa));
INSIGNIA(cnto_elem_a2, "CNTO Alpha 2", TXR(a2.paa));
INSIGNIA(cnto_elem_bsl, "CNTO Bravo SL", TXR(letters\b.paa));
INSIGNIA(cnto_elem_b1, "CNTO Bravo 1", TXR(b1.paa));
INSIGNIA(cnto_elem_b2, "CNTO Bravo 2", TXR(b2.paa));
INSIGNIA(cnto_elem_csl, "CNTO Charlie SL", TXR(letters\c.paa));
INSIGNIA(cnto_elem_c1, "CNTO Charlie 1", TXR(c1.paa));
INSIGNIA(cnto_elem_c2, "CNTO Charlie 2", TXR(c2.paa));
INSIGNIA(cnto_elem_mmg, "CNTO MMG", TXR(mmg.paa));
INSIGNIA(cnto_elem_mat, "CNTO MAT", TXR(mat.paa));
INSIGNIA(cnto_elem_mtr, "CNTO Mortar", TXR(mtr.paa));
INSIGNIA(cnto_elem_dmt, "CNTO DMT", TXR(dmt.paa));
INSIGNIA(cnto_elem_dgr, "CNTO Dagger", TXR(dgr.paa));
INSIGNIA(cnto_elem_nb, "CNTO Nightbird", TXR(nb.paa));
INSIGNIA(cnto_elem_fal, "CNTO Falcon", TXR(fal.paa));
/* A-Z letters for custom elements */
#define TXR(path) \cnto\assets\custom_insignia\elements\letters\##path
INSIGNIA(cnto_elem_letter_a, "CNTO Letter: A", TXR(a.paa));
INSIGNIA(cnto_elem_letter_b, "CNTO Letter: B", TXR(b.paa));
INSIGNIA(cnto_elem_letter_c, "CNTO Letter: C", TXR(c.paa));
INSIGNIA(cnto_elem_letter_d, "CNTO Letter: D", TXR(d.paa));
INSIGNIA(cnto_elem_letter_e, "CNTO Letter: E", TXR(e.paa));
INSIGNIA(cnto_elem_letter_f, "CNTO Letter: F", TXR(f.paa));
INSIGNIA(cnto_elem_letter_g, "CNTO Letter: G", TXR(g.paa));
INSIGNIA(cnto_elem_letter_h, "CNTO Letter: H", TXR(h.paa));
INSIGNIA(cnto_elem_letter_i, "CNTO Letter: I", TXR(i.paa));
INSIGNIA(cnto_elem_letter_j, "CNTO Letter: J", TXR(j.paa));
INSIGNIA(cnto_elem_letter_k, "CNTO Letter: K", TXR(k.paa));
INSIGNIA(cnto_elem_letter_l, "CNTO Letter: L", TXR(l.paa));
INSIGNIA(cnto_elem_letter_m, "CNTO Letter: M", TXR(m.paa));
INSIGNIA(cnto_elem_letter_n, "CNTO Letter: N", TXR(n.paa));
INSIGNIA(cnto_elem_letter_o, "CNTO Letter: O", TXR(o.paa));
INSIGNIA(cnto_elem_letter_p, "CNTO Letter: P", TXR(p.paa));
INSIGNIA(cnto_elem_letter_q, "CNTO Letter: Q", TXR(q.paa));
INSIGNIA(cnto_elem_letter_r, "CNTO Letter: R", TXR(r.paa));
INSIGNIA(cnto_elem_letter_s, "CNTO Letter: S", TXR(s.paa));
INSIGNIA(cnto_elem_letter_t, "CNTO Letter: T", TXR(t.paa));
INSIGNIA(cnto_elem_letter_u, "CNTO Letter: U", TXR(u.paa));
INSIGNIA(cnto_elem_letter_v, "CNTO Letter: V", TXR(v.paa));
INSIGNIA(cnto_elem_letter_w, "CNTO Letter: W", TXR(w.paa));
INSIGNIA(cnto_elem_letter_x, "CNTO Letter: X", TXR(x.paa));
INSIGNIA(cnto_elem_letter_y, "CNTO Letter: Y", TXR(y.paa));
INSIGNIA(cnto_elem_letter_z, "CNTO Letter: Z", TXR(z.paa));

/*
* BiBo's flags (worn only)
Expand Down
Binary file added addons/custom_insignia/elements/a1.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/a2.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/b1.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/b2.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/c1.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/c2.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/dgr.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/dmt.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/fal.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/letters/a.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/letters/b.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/letters/c.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/letters/d.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/letters/e.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/letters/f.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/letters/g.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/letters/h.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/letters/i.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/letters/j.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/letters/k.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/letters/l.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/letters/m.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/letters/n.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/letters/o.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/letters/p.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/letters/q.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/letters/r.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/letters/s.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/letters/t.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/letters/u.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/letters/v.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/letters/w.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/letters/x.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/letters/y.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/letters/z.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/mat.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/mmg.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/mtr.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/nb.paa
Binary file not shown.
Binary file added addons/custom_insignia/elements/plt.paa
Binary file not shown.

0 comments on commit e0ae760

Please sign in to comment.