Jump to content

Stephen Allen

Member
  • Content Count

    35
  • Joined

  • Last visited

  • Medals

Community Reputation

2 Neutral

About Stephen Allen

  • Rank
    Private First Class

Profile Information

  • Gender
    Male
  • Location
    Scotland

Contact Methods

  • Steam url id
    76561198147157388

Recent Profile Visitors

700 profile views
  1. Stephen Allen

    Arma 3 Vest Not appearing on chest

    Not entirly sure what you mean the class bit ?
  2. Stephen Allen

    Arma 3 Vest Not appearing on chest

    So i copied that Model.cfg and put it as my model.cfg and when i go into arma its still the same i dont know why it keeps doing it tbh
  3. Stephen Allen

    Arma 3 Vest Not appearing on chest

    Config.cpp: class CfgPatches { class REFLECTIVE_VESTS { version="0.1"; units[]={}; weapons[]={}; requiredVersion="1.0"; requiredAddons[]= { "A3_Characters_F", "A3_Characters_F_Beta", "A3_Characters_F_Gamma", "A3_Characters_F_EPA", "A3_Characters_F_EPB" }; }; }; class cfgWeapons { class HeadgearItem; class NVGoggles; class ItemCore; class H_HelmetB: ItemCore { armor="0"; passThrough=0; }; class Vest_Camo_Base: ItemCore { }; class InventoryItem_Base_F; class VestItem: InventoryItem_Base_F { }; class Reflective_Vests: Vest_Camo_Base { author="Spodini"; scope=2; displayName="Spodini Worker Vest"; picture="Testaddon\UI\Delta.paa"; model="Testaddon\object\WorkerVest.p3d"; descriptionShort="Armor Level I"; class ItemInfo: VestItem { uniformModel="Testaddon\object\WorkerVest.p3d"; containerClass="Supply110"; mass=50; armor=30; class HitpointsProtectionInfo { class Chest { HitpointName="HitChest"; armor=10; PassThrough=0.1; }; class Diaphragm { HitpointName="HitDiaphragm"; armor=20; PassThrough=0.1; }; class Abdomen { hitpointName="HitAbdomen"; armor=15; passThrough=0.1; }; class Body { hitpointName="HitBody"; passThrough=0.1; }; }; }; }; }; Model.cfg: class CfgSkeletons { class Default { isDiscrete = 1; skeletonInherit = ""; skeletonBones[] = {}; }; class OFP2_ManSkeleton { isDiscrete = 0; skeletonInherit = ""; skeletonBones[] = { "Pelvis","", ,"Pelvis","Spine1", "Spine2","Spine1", "Spine3","Spine2", "Camera","Pelvis", "weapon","Spine1", "launcher","Spine1", }; }; }; im not that clued up on model cfg only starting to learn it and that
  4. Stephen Allen

    servers not loading

    Theres only 2 other reasons what could be causing it then , either its that some servers are corrupted files on them or the mods you use have some stuff missing from them
  5. Stephen Allen

    Need Help with vest clipping through character/uniform

    Hi, Have you still got this issue or have you fixed it as im at this stage and i have no idea how to fix it
  6. Stephen Allen

    Windows are Black? [Need Help]

    The way i fixed that when i had that issue is id load my RVMAT up and the glass.paa file i would make it white with 40% transparancy
  7. Stephen Allen

    need a modder to help

    Have you not UV Maped any of it ?
  8. Stephen Allen

    servers not loading

    Have you tried verifying your game , as arma can be weird when it comes to PBO's because it can corrupt easily , does it say there is any files missing when you verify your game cache and if its not the verifying cache bit it could be something to do with yout HDD/SSD because i had the same issue with 1 of my SSD's and it was damaged some how and i could'nt play my games i had installed on to there.
  9. Literally what the topic says it just keeps appearing on the floor and i dont know why can someone help ? I have resized the vest so its smaller but its still not appearing on the chest like it should and i dont understand why?
  10. Stephen Allen

    Being able to walk through walls

    Thank you :) use are legends :)
  11. Literally i have my lod's set up and i can stand on top and on the floor etc..... but i cant stop the walls being able to walk through can someone please help :)
  12. Literally i have my lod's set up and i can stand on top and on the floor etc..... but i cant stop the walls being able to walk through can someone please help :)
  13. Stephen Allen

    Solid Objects

    Hi , Posting for a friend, but when you make a object for example a house , when and you've got everything wrote out like the coding and that , how exactly do you stop the object being able to walk straight through it like making it a solid object ?
  14. Stephen Allen

    Solid Objects

    Thank you :)
  15. Stephen Allen

    Solid Objects

    Hi , Posting for a friend, but when you make a object for example a house , when and you've got everything wrote out like the coding and that , how exactly do you stop the object being able to walk straight through it like making it a solid object ?
×