I'm experimenting with making the improvised rag clothing paintable, and I found that all objects are fairly easy made paintable.
The female characters however can not display the changed PAA color retexture. It always reverts to the default texture, only facemask has this issue.
I added:
hiddenSelections[]= { "camoGround", "camoMale", "camoFemale", "personality" };
and added new colored version to:
hiddenSelectionsTextures[]= { "dz\characters\masks\data\FaceCover_Improvised_**//randomcolor//**_co.paa", "dz\characters\masks\data\FaceCover_Improvised_**//randomcolor//**_co.paa", "dz\characters\masks\data\FaceCover_Improvised_**//randomcolor//**_co.paa" };
but it never works only for female characters ...