LUPO_ 10 Posted October 18, 2011 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
loyalguard 15 Posted October 18, 2011 You probably have to create a new subclass in CfgWorlds > Generic Names. See this thread for a similar question. http://forums.bistudio.com/showthread.php?t=80108 Share this post Link to post Share on other sites