Jump to content
Sign in to follow this  
JohnC

Diver Equipment Classnames: Cannot find Diver Goggles

Recommended Posts

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
I believe that they are

addGoggles "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

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
"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

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 by 2nd Ranger

Share this post


Link to post
Share on other sites
"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

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
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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×