JohnC 11 Posted March 10, 2013 After an extensive search and hunting, I couldnt find the classname for the diver`s goggles. Any help on this gentlemen? Thx Share this post Link to post Share on other sites
pedwards3x 1 Posted March 10, 2013 I believe that they are addGoggles "G_Diving"; Try that and see what happens. Share this post Link to post Share on other sites
JohnC 11 Posted March 10, 2013 I believe that they areaddGoggles "G_Diving"; Try that and see what happens. Thx pedwards3x. I found it a few minutes ago but somehow it cant be added to ammo crates. Share this post Link to post Share on other sites
pedwards3x 1 Posted March 10, 2013 Yup I saw that is already a reported bug on the site. Share this post Link to post Share on other sites
jgaz-uk 132 Posted November 8, 2013 you can give the player unit the goggles in the init. Im looking for the class name of the flippers as used in the campaign mission 12 Share this post Link to post Share on other sites
2nd ranger 282 Posted November 8, 2013 "U_B_Survival_Uniform" Share this post Link to post Share on other sites
KaLGaNoff 10 Posted November 9, 2013 "U_B_Survival_Uniform" Thanks! ------------------------------------------------------------ Still there is no option to add goggles in a box? Share this post Link to post Share on other sites
2nd ranger 282 Posted November 10, 2013 (edited) How are you trying to add them to the crate? this addItemCargo ["g_diving",1] That works for me. EDIT: Oh, just realized this thread was dug up. Yeah, that's fixed now. Edited November 10, 2013 by 2nd Ranger Share this post Link to post Share on other sites
jgaz-uk 132 Posted November 10, 2013 "U_B_Survival_Uniform" Yay thanks for that. this addItemCargo ["g_diving",2] still wont work for ceate. Have to give player unit, this addItem "g_diving" in init Share this post Link to post Share on other sites
2nd ranger 282 Posted November 10, 2013 Oh I see. Adding one set of goggles to the crate works, but not multiple. Well, as a workaround you can just add individual sets, e.g. this addItemCargo ["g_diving",1]; this addItemCargo ["g_diving",1]; this addItemCargo ["g_diving",1]; Share this post Link to post Share on other sites
KaLGaNoff 10 Posted November 10, 2013 Oh I see. Adding one set of goggles to the crate works, but not multiple. Well, as a workaround you can just add individual sets, e.g. this addItemCargo ["g_diving",1]; this addItemCargo ["g_diving",1]; this addItemCargo ["g_diving",1]; Thank you very much! It works great! Share this post Link to post Share on other sites