CPT J. Shaw 32 Posted October 28, 2017 Hey guys, I'm creating a custom faction and I'm looking to add some custom icons for each unit that would show up in Shack Tac for example how Medics have the circle with the star inside of it. Is this possible, and if so what size/resolution would the icon be? Share this post Link to post Share on other sites
swtx 42 Posted October 29, 2017 This is all done inside the Mod.cpp file inside your Unit.pbo folder. The paa size is 16KB. make sure the insignia or logo you want to use is inside the same folder as your Mod.cpp. It will also show up in virtual arsenal. example Mod.cpp below :) name = "Unit Name"; picture = "Logo.paa"; hidePicture = "0"; hideName = "0"; overview = "The name and function of the unit or faction"; actionName = "Website"; action = "link to your steam workshop page or website"; description = "The name and function of the unit or faction"; Share this post Link to post Share on other sites
CPT J. Shaw 32 Posted October 31, 2017 Sorry, didn't see that someone had replied to this. Not exactly what I'm looking for. I'll post some pictures later tonight more in detail of what I'm after. Thanks for the help though! Share this post Link to post Share on other sites