Jump to content

Search the Community

Showing results for tags 'send'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • BOHEMIA INTERACTIVE
    • BOHEMIA INTERACTIVE - NEWS
    • BOHEMIA INTERACTIVE - JOBS
    • BOHEMIA INTERACTIVE - GENERAL
  • FEATURED GAMES
    • Arma Reforger
    • Vigor
    • DAYZ
    • ARMA 3
    • ARMA 2
    • YLANDS
  • MOBILE GAMES
    • ARMA MOBILE OPS
    • MINIDAYZ
    • ARMA TACTICS
    • ARMA 2 FIRING RANGE
  • BI MILITARY GAMES FORUMS
  • BOHEMIA INCUBATOR
    • PROJECT LUCIE
  • OTHER BOHEMIA GAMES
    • ARGO
    • TAKE ON MARS
    • TAKE ON HELICOPTERS
    • CARRIER COMMAND: GAEA MISSION
    • ARMA: ARMED ASSAULT / COMBAT OPERATIONS
    • ARMA: COLD WAR ASSAULT / OPERATION FLASHPOINT
    • IRON FRONT: LIBERATION 1944
    • BACK CATALOGUE
  • OFFTOPIC
    • OFFTOPIC
  • Die Hard OFP Lovers' Club's Topics
  • ArmA Toolmakers's Releases
  • ArmA Toolmakers's General
  • Japan in Arma's Topics
  • Arma 3 Photography Club's Discussions
  • The Order Of the Wolfs- Unit's Topics
  • 4th Infantry Brigade's Recruitment
  • 11th Marine Expeditionary Unit OFFICIAL | 11th MEU(SOC)'s 11th MEU(SOC) Recruitment Status - OPEN
  • Legion latina semper fi's New Server Legion latina next wick
  • Legion latina semper fi's https://www.facebook.com/groups/legionlatinasemperfidelis/
  • Legion latina semper fi's Server VPN LEGION LATINA SEMPER FI
  • Team Nederland's Welkom bij ons club
  • Team Nederland's Facebook
  • [H.S.O.] Hellenic Special Operations's Infos
  • BI Forum Ravage Club's Forum Topics
  • Exilemod (Unofficial)'s General Discussion
  • Exilemod (Unofficial)'s Scripts
  • Exilemod (Unofficial)'s Addons
  • Exilemod (Unofficial)'s Problems & Bugs
  • Exilemod (Unofficial)'s Exilemod Tweaks
  • Exilemod (Unofficial)'s Promotion
  • Exilemod (Unofficial)'s Maps - Mission Files
  • TKO's Weferlingen
  • TKO's Green Sea
  • TKO's Rules
  • TKO's Changelog
  • TKO's Help
  • TKO's What we Need
  • TKO's Cam Lao Nam
  • MSOF A3 Wasteland's Server Game Play Features
  • MSOF A3 Wasteland's Problems & Bugs
  • MSOF A3 Wasteland's Maps in Rotation
  • SOS GAMING's Server
  • SOS GAMING's News on Server
  • SOS GAMING's Regeln / Rules
  • SOS GAMING's Ghost-Town-Team
  • SOS GAMING's Steuerung / Keys
  • SOS GAMING's Div. Infos
  • SOS GAMING's Small Talk
  • NAMC's Topics
  • NTC's New Members
  • NTC's Enlisted Members
  • The STATE's Topics
  • CREATEANDGENERATION's Intoduction
  • CREATEANDGENERATION's HAVEN EMPIRE (NEW CREATORS COMMUNITY)
  • HavenEmpire Gaming community's HavenEmpire Gaming community
  • Polska_Rodzina's Polska_Rodzina-ARGO
  • Carrier command tips and tricks's Tips and tricks
  • Carrier command tips and tricks's Talk about carrier command
  • ItzChaos's Community's Socials
  • Photography club of Arma 3's Epic photos
  • Photography club of Arma 3's Team pics
  • Photography club of Arma 3's Vehicle pics
  • Photography club of Arma 3's Other
  • Spartan Gamers DayZ's Baneados del Servidor
  • Warriors Waging War's Vigor
  • Tales of the Republic's Republic News
  • Operazioni Arma Italia's CHI SIAMO
  • [GER] HUSKY-GAMING.CC / Roleplay at its best!'s Starte deine Reise noch heute!
  • empire brotherhood occult +2349082603448's empire money +2349082603448
  • NET88's Twitter

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Yahoo


Jabber (xmpp)


Skype


Biography


Twitter


Google+


Youtube


Vimeo


Xfire


Steam url id


Raptr


MySpace


Linkedin


Tumblr


Flickr


XBOX Live


PlayStation PSN


Origin


PlayFire


SoundCloud


Pinterest


Reddit


Twitch.Tv


Ustream.Tv


Duxter


Instagram


Location


Interests


Interests


Occupation

Found 2 results

  1. Hi everyone. I have been trying to add my own helmet into the game but I keep getting this error when equipping the item ingame: Error "Could not open \AddonsByJoe\IronHelmet\IronHelmet.p3d ". The helmet is showing in Bulldozer with textures. I have also checked that the location is correct with the config.cpp. The files are placed like this: P:\AddonsByJoe\IronHelmet. In the IronHelmet folder is where the IronHelmet.3pd file is. I also have another folder in there called data where I put all the textures and .cpp and .cfg files. Here is the config.cpp. I think this is where the error is. I do see how it could be anything else. class CfgPatches { class YoloJoe { author = "YoloJoe"; units[] = {}; weapons[] = {}; requiredVersion = 0.1; requiredAddons[] = { }; }; }; class cfgWeapons { class HeadgearItem; class ItemCore; class Vest_Camo_Base; class VestItem; class UniformItem; class Uniform_Base : ItemCore { class ItemInfo; }; class YoloJoeHelmet : ItemCore { scope = 2; author = "YoloJoe"; displayName = "Iron Helmet"; picture = ""; model = "\AddonsByJoe\IronHelmet\IronHelmet.p3d"; hiddenSelections[] = { "Camo1" }; hiddenSelectionsTextures[] = { "\AddonsByJoe\IronHelmet\data\helmetplate01.paa" }; class ItemInfo : HeadgearItem { mass = 30; uniformModel = "AddonsByJoe\IronHelmet\IronHelmet.p3d"; mmodelsides[] = { 3,1 }; armor = 300; allowedSlots[] = { 6 }; explosionShielding = 0.4; hiddenSelections[] = { "Camo1" }; minimalHit = 0.01; passThrough = 0.01; class HitpointsProtectionInfo { class Head { hitpointName = "HitHead"; // reference to the hit point class defined in the man base class armor = 300; // addition to armor of referenced hitpoint passThrough = 0.1; // multiplier of base passThrough defined in referenced hitpoint }; }; }; }; }; I also have the model.cfg here, if needed class CfgSkeletons { class Default { isDiscrete=1; skeletonInherit=""; skeletonBones[]={}; }; class OFP2_ManSkeleton { isDiscrete=0; skeletonInherit=""; skeletonBones[]= { "Pelvis", "", "Spine", "Pelvis", "Spine1", "Spine", "Spine2", "Spine1", "Spine3", "Spine2", "Camera", "Pelvis", "weapon", "Spine1", "launcher", "Spine1", "neck", "Spine3", "neck1", "neck", "head", "neck1", "Face_Hub", "head", "Face_Jawbone", "Face_Hub", "Face_Jowl", "Face_Jawbone", "Face_chopRight", "Face_Jawbone", "Face_chopLeft", "Face_Jawbone", "Face_LipLowerMiddle", "Face_Jawbone", "Face_LipLowerLeft", "Face_Jawbone", "Face_LipLowerRight", "Face_Jawbone", "Face_Chin", "Face_Jawbone", "Face_Tongue", "Face_Jawbone", "Face_CornerRight", "Face_Hub", "Face_CheekSideRight", "Face_CornerRight", "Face_CornerLeft", "Face_Hub", "Face_CheekSideLeft", "Face_CornerLeft", "Face_CheekFrontRight", "Face_Hub", "Face_CheekFrontLeft", "Face_Hub", "Face_CheekUpperRight", "Face_Hub", "Face_CheekUpperLeft", "Face_Hub", "Face_LipUpperMiddle", "Face_Hub", "Face_LipUpperRight", "Face_Hub", "Face_LipUpperLeft", "Face_Hub", "Face_NostrilRight", "Face_Hub", "Face_NostrilLeft", "Face_Hub", "Face_Forehead", "Face_Hub", "Face_BrowFrontRight", "Face_Forehead", "Face_BrowFrontLeft", "Face_Forehead", "Face_BrowMiddle", "Face_Forehead", "Face_BrowSideRight", "Face_Forehead", "Face_BrowSideLeft", "Face_Forehead", "Face_Eyelids", "Face_Hub", "Face_EyelidUpperRight", "Face_Hub", "Face_EyelidUpperLeft", "Face_Hub", "Face_EyelidLowerRight", "Face_Hub", "Face_EyelidLowerLeft", "Face_Hub", "EyeLeft", "Face_Hub", "EyeRight", "Face_Hub", "LeftShoulder", "Spine3", "LeftArm", "LeftShoulder", "LeftArmRoll", "LeftArm", "LeftForeArm", "LeftArmRoll", "LeftForeArmRoll", "LeftForeArm", "LeftHand", "LeftForeArmRoll", "LeftHandRing", "LeftHand", "LeftHandRing1", "LeftHandRing", "LeftHandRing2", "LeftHandRing1", "LeftHandRing3", "LeftHandRing2", "LeftHandPinky1", "LeftHandRing", "LeftHandPinky2", "LeftHandPinky1", "LeftHandPinky3", "LeftHandPinky2", "LeftHandMiddle1", "LeftHand", "LeftHandMiddle2", "LeftHandMiddle1", "LeftHandMiddle3", "LeftHandMiddle2", "LeftHandIndex1", "LeftHand", "LeftHandIndex2", "LeftHandIndex1", "LeftHandIndex3", "LeftHandIndex2", "LeftHandThumb1", "LeftHand", "LeftHandThumb2", "LeftHandThumb1", "LeftHandThumb3", "LeftHandThumb2", "RightShoulder", "Spine3", "RightArm", "RightShoulder", "RightArmRoll", "RightArm", "RightForeArm", "RightArmRoll", "RightForeArmRoll", "RightForeArm", "RightHand", "RightForeArmRoll", "RightHandRing", "RightHand", "RightHandRing1", "RightHandRing", "RightHandRing2", "RightHandRing1", "RightHandRing3", "RightHandRing2", "RightHandPinky1", "RightHandRing", "RightHandPinky2", "RightHandPinky1", "RightHandPinky3", "RightHandPinky2", "RightHandMiddle1", "RightHand", "RightHandMiddle2", "RightHandMiddle1", "RightHandMiddle3", "RightHandMiddle2", "RightHandIndex1", "RightHand", "RightHandIndex2", "RightHandIndex1", "RightHandIndex3", "RightHandIndex2", "RightHandThumb1", "RightHand", "RightHandThumb2", "RightHandThumb1", "RightHandThumb3", "RightHandThumb2", "LeftUpLeg", "Pelvis", "LeftUpLegRoll", "LeftUpLeg", "LeftLeg", "LeftUpLegRoll", "LeftLegRoll", "LeftLeg", "LeftFoot", "LeftLegRoll", "LeftToeBase", "LeftFoot", "RightUpLeg", "Pelvis", "RightUpLegRoll", "RightUpLeg", "RightLeg", "RightUpLegRoll", "RightLegRoll", "RightLeg", "RightFoot", "RightLegRoll", "RightToeBase", "RightFoot" }; pivotsModel="A3\anims_f\data\skeleton\SkeletonPivots.p3d"; }; }; class CfgModels { class Default { sectionsInherit=""; sections[]={}; skeletonName=""; }; class YoloJoeHelmet: Default { htMin=60; htMax=1800; afMax=30; mfMax=0; mFact=1; tBody=37; sections[]= { "Head", "Camo1" }; skeletonName="OFP2_ManSkeleton"; }; };
  2. Forgive me if anyone else has suggested it, i didn't see anything in the forums about it, and my error messages aren't easily sent. I too have been suffering from the 3fps 'bug', and i'd like to make the following suggestion regarding submitting feedback. Is it possible to add 'send' buttons on the error messages so those could be sent directly to BIS? (I guess you'd need a dedicated SMTP mail server like JangoMail or similar to handle the log traffic, but this would likely generate more feedback for you guys.) I have no idea if this would help the DEVS to examine logs to see if any of the crashes share a common trigger, or if even the logs reveal such things. What i do know is that many users have short attention spans and probably won't take the time to share their crash data in the forums or feedback tracker, especially if they aren't yet Arma addicts. Here's my suggestion for sending error logs directly to you guys (in green) : Cheers and keep up the good work friends!
×