Jump to content

VaKo

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About VaKo

  • Rank
    Newbie
  1. I have the excellent BINK 2009 ACU pack and a replacement file, but instead of replacing the USMC troops I want to replace the US Army troops. I have this: { class BINK_ACUMen_Replacement { units[] = {}; weapons[] = {}; requiredVersion = 1.0; requiredAddons[] = {"CACharacters","CACharacters2","CAWeapons","BINK_ACUMen"}; }; }; class CfgVehicles { class USMC_Soldier_Base; class USMC_Soldier: USMC_Soldier_Base { model = "\BINK_US_ACU\models\bink_usa_rifleman_1"; faceType = "Man"; class Wounds { tex[] = {}; mat[] = {"BINK_US_ACU\data\r1hhl.rvmat","BINK_US_ACU\data\r1hhl_w1.rvmat","BINK_US_ACU\data\r1hhl_w2.rvmat","BINK_US_ACU\data\r1l.rvmat","BINK_US_ACU\data\r1l_W1.rvmat","BINK_US_ACU\data\r1l_W2.rvmat"}; }; Am I correct in thinking I need to change this to something like: class US_Soldier_EP1_Base; class US_Soldier_EP1: US_Soldier_EP1 { model = "\BINK_US_ACU\models\bink_usa_rifleman_1"; faceType = "Man"; And make it back into a PBO file? Or are there more steps to this?
  2. I've been looking for a mod that I know is part of SLX and Warfare, but I can't seem to identify it. In both SLX and Warfare when you order a group to advance, they will advance in pairs while others cover them, while in stock they will all advance as one unit. I've tried both SLX and Warfare in the single player campaign but the sheer number of game play changes screws up the missions, so all I really want is the troop movement part of the mod. Anyone have any ideas which mod I'm looking for, or which part of SLX/Warfare I need to extract? - VaKo
×