aecon: I am following the Roche Path for this playthrough and as I change Armor I no longer have the "uniform" of the special forces. Is it possible to just replace the graphics to maintain the Blue Stripes look through the changes in armor by modding? If so, what files would I need to alter or place in the appropriate directories (I will probably finish this playthrough in 1.2.)
Yes, it's fairly simple to mod. The appearances of armor models are all controlled in the file
def_item_armor.xml. Opening it up with Notepad (or text editor of your choice), look for the string
equip_template="XXXXX" for each armor entry; if you want the armor to carry the look of the Blue Stripes Commando Jacket, this full string should then read
equip_template="30_dlc_roche_armor". So like I said, quite easy to do, but it might take some time to do this for all the armors. I'd be happy to whip it up for you, if you really can't be bothered to do it yourself, but then you'd have to tell me if there are any other kind of mods you're using that alter the same file, so that I can make it compatible.