Theseus-Aegis / Units

Custom Unit Factions for Arma 3
https://www.theseus-aegis.com
3 stars 2 forks source link

Vanguard Overhaul #14

Closed Mike-MF closed 5 years ago

Mike-MF commented 5 years ago
Mike-MF commented 5 years ago

@Kresky look this over before it gets merged please.

Emythiel commented 5 years ago

Remove the TACU_ prefix from the UI images. Can be done in batch with a PowerShell script: get-childitem *.jpg | foreach { rename-item $_ $_.Name.Replace("TACU_", "") } (I think that's how the script should be. Backup images just in case before you try probably).

And don't forget to update editorPreview's, thankfully "find and replace" makes that part easy.