Jump to content

madi mv

Member
  • Content Count

    4
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About madi mv

  • Rank
    Rookie
  1. I deleted the blue and changed the classname And the last part of my question is what address should I give for the model of this 👇dress in the yellow line https://imageupload.io/iL4RCoNY8IUYX9l
  2. If I want to say it more simply I have 2part for my clothes config 1: class iri_Commander_uniform : I_Soldier_F { scope = 1; displayName = "IRI [Commander_uniform]"; author = "MV"; model = "\A3\AoW\Addons\characters_f_aow\Uniforms\U_B_ParadeUniform_01_US_F.p3d"; hiddenSelections[] = { "Camo", "insignia" }; hiddenSelectionsTextures[] = { "\IRI_Armed_Forces\IRI_Armed_Forces_ue\data\texture\Commander_uniform.paa" }; 2: class iri_Commander_uniform : Uniform_Base { scope = public; author = "MV"; displayName = "IRI [Commander-uniform]"; picture = "\IRI_Armed_Forces\IRI_Armed_Forces_ue\ui\ui_u_marpat_urban_ca.paa"; model = "\A3\AoW\Addons\characters_f_aow\Uniforms\U_B_ParadeUniform_01_US_F.p3d"; class ItemInfo : UniformItem { uniformModel = "-"; uniformClass = "iri_Commander_uniform"; containerClass = "Supply40"; mass = 40; My problem is model and model
  3. Hi ,I am making a mod from another mod's config but i have a problem ,The problem is that I see two lines about the dress model in the config Even now, I realized that some parts of this config are not understandable for me and it is better to ask questions instead of imitating.
×