Jump to content
Sign in to follow this  
CPT J. Shaw

Custom Faction Unit Icon

Recommended Posts

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

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×