texkaz 33 Posted April 10, 2016 Hey BI, add it. Who on your staff overlooked that one? Seriously. Giving me a headache because I cant put diving glasses in a sub with eden, I have to use the old fashioned way. I cant put them on people either because whatever glasses,face,etc you assign a unit, your profile will replace what I give a unit in the editor. For an example: My player profile has aviators I need diving goggles on a dude for whatever reason. I go to arsenal and put goggles on him. I press preview, guy has aviators on. Cannot add goggles to inventory using eden. Share this post Link to post Share on other sites
interectic 10 Posted April 10, 2016 Set his identity in the description.ext ex. from my mission: class CfgIdentities { class Evans { name = "Spc. Ryan Evans"; nameSound = "Evans"; face="WhiteHead_17"; glasses="H75th_Neck_Wrap2"; speaker="Male01ENG"; pitch=0.9; }; }; then in the soldiers init place: this setIdentity "Evans"; Share this post Link to post Share on other sites
texkaz 33 Posted April 10, 2016 Yes, I know that. Still, was hoping not to have to go through all of that this time around and found the lack of an ability to add all that Share this post Link to post Share on other sites
killzone_kid 1333 Posted April 10, 2016 Correct me if I'm wrong but diving goggles cannot be worn unless you have diving suit and visually only appear when in water? 1 Share this post Link to post Share on other sites
2nd ranger 282 Posted April 10, 2016 This is actually an odd bug to do with Arsenal. You don't need a diving suit to wear diving goggles, but they do only appear on your face when you're near water. Using the init line method works fine: this addGoggles "G_DIVING"; ...you have nothing on your face until you reach water, then the diving goggles appear. However, when you use Arsenal to put diving goggles on your unit, your profile does override it and you have on your regular eyewear when you preview. But, weirdly, when you approach water, your eyewear will disappear as if the diving goggles have been put on, except they aren't there. Share this post Link to post Share on other sites
texkaz 33 Posted April 10, 2016 yeah i get that. I did that as a fix. if you addgoggle command it it will override your profile but not if you use virtual arsenal. Whatever, I thought it would be nice if BI included google classes in the inventory thing in eden. They have everything else. Share this post Link to post Share on other sites