Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
LUPO_

Soldiers Names in Addon

Recommended Posts

Hi all I've been looking for data about this through the forum and the files but couldn't come up with any solution.

All I found was how to give specific names to soldiers in missions, but this is not what I'm looking for, I want to give my soldiers names other than english or russian ones by default so the mission maker won't have to edit the description.ext every time.

can anyone direct me to a template or say where to find the config file in ArmA Pbos?

to be more clear I'm speaking about this:

class ASZ_Base : SoldierWB

{

identityTypes[] = {"Head_ASZ"};

faceType = "ASZ_face";

genericNames = "EnglishMen";

model = "\ASZ_PersoneIT\BDU_3D\EI_bg_bdu1";

portrait = "\Ca\characters\data\portraits\comBarHead_usmc_soldier_ca";

picture = "\Ca\characters\data\Ico\i_null_CA.paa";

icon = "\Ca\characters2\data\icon\i_soldier_CA.paa";

scope = 0;

faction = "PedagneMOD";

vehicleClass = "Men";

cost = 80000;

camouflage = 1.8;

accuracy = 2.0;

moves="cfgMovesMaleSdr";

...

Share this post


Link to post
Share on other sites
Sign in to follow this  

×