yakirdai01 0 Posted December 30, 2017 Spoiler class CfgPatches { class example_uniform_config { units[]={}; weapons[]={}; requiredVersion=0.1; requiredAddons[]= { "A3_Characters_F_BLUFOR" }; }; }; class CfgVehicles { class B_Soldier_F; class rhsusf_socom_uniform_base; class rhsgref_nat_base; class rhsusf_infantry_usmc_base; class B_TacticalPack_base; class rhsusf_army_acu_uniform; class Cry_Gen_mtp: rhsusf_infantry_usmc_base { _generalMacro="rhsusf_infantry_army_base"; scope=1; displayName="IDF Uniform"; author="The Crazy Tigers"; nakedUniform="U_BasicBody"; uniformClass="IDF_Uniform"; hiddenSelections[]= { "Camo", "Gloves", "Insignia" }; hiddenSelectionsTextures[]= { "ws_uk\Data\idf_uniform_by_tct", "", "" }; }; class Cry_Gen_mtp: rhsusf_infantry_usmc_base { _generalMacro="rhsusf_infantry_army_base"; scope=1; displayName=Air-Force Uniform"; nakedUniform="U_BasicBody"; uniformClass="m93_ddpm"; hiddenSelections[]= { "Camo", "Insignia" }; hiddenSelectionsTextures[]= { "ws_uk\Data\airforce_uniform", "", "" }; }; }; class cfgWeapons { class Uniform_Base; class UniformItem; class ItemCore; class HeadgearItem; class rhs_uniform_acu_ucp; class rhsusf_opscore_cover; class V_HarnessO_brn; class rhsusf_mbav; class rhsusf_mbav_light; class rhsusf_mbav_rifleman; class rhsusf_mbav_mg; class rhsusf_mbav_grenadier; class rhsusf_mbav_medic; class rhssaf_vest_md12_digital; class vestitem; class rhs_6b23_6sh116; class rhs_6b23_6sh116_vog; class rhs_6b7_1m_emr; class rhs_6b7_1m_emr_ess; class CryGen3_mtp: Uniform_Base { scope=2; displayName="UBACS MTP"; author="wsxcgy"; picture="\A3\characters_f\data\ui\icon_U_B_CombatUniform_mcam_ca.paa"; model="\A3\Characters_F\Common\Suitpacks\suitpack_blufor_diver"; class ItemInfo: UniformItem { uniformModel="-"; uniformClass="Cry_Gen_mtp"; containerClass="Supply40"; mass=40; }; }; class m93_d85: Uniform_Base { scope=2; displayName="BDU British DPM Woodland"; author="wsxcgy"; picture="\rhssaf\addons\rhssaf_c_gear\data\uniforms\icon_m93_oakleaf_ca.paa"; model="\A3\Characters_F\Common\Suitpacks\suitpack_blufor_diver"; class ItemInfo: UniformItem { uniformModel="-"; uniformClass="m93d85"; containerClass="Supply40"; mass=40; }; }; class m93_d852: Uniform_Base { scope=2; displayName="BDU British DPM Temperate"; author="wsxcgy"; picture="\rhssaf\addons\rhssaf_c_gear\data\uniforms\icon_m93_oakleaf_ca.paa"; model="\A3\Characters_F\Common\Suitpacks\suitpack_blufor_diver"; class ItemInfo: UniformItem { uniformModel="-"; uniformClass="m93d852"; containerClass="Supply40"; mass=40; }; }; class m93_ddpm: Uniform_Base { scope=2; displayName="BDU British DPM Desert"; author="wsxcgy"; picture="\rhssaf\addons\rhssaf_c_gear\data\uniforms\icon_m93_oakleaf_ca.paa"; model="\A3\Characters_F\Common\Suitpacks\suitpack_blufor_diver"; class ItemInfo: UniformItem { uniformModel="-"; uniformClass="m93ddpm"; containerClass="Supply40"; mass=40; }; }; }; Share this post Link to post Share on other sites
yakirdai01 0 Posted December 30, 2017 Thanks for helping, my convertor tool is not working, please before you sending me the file, check if it converted because when I converts it's rolling back what I changed. Share this post Link to post Share on other sites
Владислав Морозов 0 Posted December 30, 2017 2 minutes ago, yakirdai01 said: Thanks for helping, my convertor tool is not working, please before you sending me the file, check if it converted because when I converts it's rolling back what I changed. Share this post Link to post Share on other sites
yakirdai01 0 Posted December 30, 2017 Just now, Владислав Морозов said: Can't see your message. Share this post Link to post Share on other sites
R0adki11 3949 Posted December 30, 2017 14 minutes ago, yakirdai01 said: Thanks for helping, my convertor tool is not working, please before you sending me the file, check if it converted because when I converts it's rolling back what I changed. Are you using the Arma3 tools ? 1 Share this post Link to post Share on other sites
NivZiv 7 Posted December 30, 2017 Just now, R0adki11 said: Are you using the Arma3 tools ? Yes, can you convert this code for us? Share this post Link to post Share on other sites
R0adki11 3949 Posted December 30, 2017 Just now, NivZiv said: Yes, can you convert this code for us? If you have the tools, you use them to create a pbo from config. There is no point in making it a bin and there making a .pbo. Just use the tools to do the work for you. Unless you don't know how to use the tools? 1 Share this post Link to post Share on other sites