Jump to content

JP OXIDE

Member
  • Content Count

    4
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About JP OXIDE

  • Rank
    Rookie

Profile Information

  • Location
    Far East

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. JP OXIDE

    S.O.G. Prairie Fire white face/head bug

    I think you and I have the same problem
  2. Thank You for Your help! But... This damned thing does not work at all! When I write autocenter = 0, Cap teleportin at hip bone area. When I write autocenter = 1 or I will delete autocenter, Cap teleportin at knee area. I need to fix it. I will try
  3. Hello! How did you fix it? Thanks!
  4. Good day! I have a problem like 'Helmet and vest appear between legs' For example I'm working with 'A3_headgear_example' (Arma 3 Samples). 1. Creating model.cfg (from Arma 3 Samples) Write this text }; class A3_headgear_example: ArmaMan{}; }; That is all 2. autocentre = 0 - Open Oxigen 2 or Object Builder - Press Ctrl + 1 - At the 'Property' press 'New' - At the 'EditProperty' write autocentre (name) and 0 (Value) That's ok. Nice. 3. Creating cfg file class CfgPatches { class A3_headgear_example { author="OXIDE"; units[]={}; weapons[]={}; requiredVersion=0.1; requiredAddons[]= { "A3_Characters_F" }; }; }; class CfgWeapons { class ItemCore; class HeadgearItem; class A3_headgear_example: ItemCore { author="OXIDE"; scope=2; weaponPoolAvailable=1; displayName="CAP"; //picture="\CAP_1\addons\data\mod_icon_ca.paa"; model="\CAP_1\addons\A3_headgear_example.p3d"; hiddenSelectionsTextures[]= { "CAP_1\addons\data\A3_headgear_example.paa" }; class ItemInfo: HeadgearItem { mass=5; uniformModel="\CAP_1\addons\A3_headgear_example.p3d"; }; }; }; 4. PBO Creating Open Addon Builder and.... BUILD SUCCESSFUL!!! Nice. After that... starting the game... and... noooooooooooo!!! CAP appear between legs!!!!!! Can someone help me? Thanks!
×