OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: Cheetah on 31 Aug 2008, 17:33:18

Title: Warfare class names
Post by: Cheetah on 31 Aug 2008, 17:33:18
Hmm, does anyone know where the object class names of Warfare are?

I need that of a crate to spawn it.
Title: Re: Warfare class names
Post by: Wolfrug on 31 Aug 2008, 17:58:20
Place down the crate. In the init field of it, write:

Code: [Select]
hint (typeOf this)
?

Profit!

Although we should probably get the cfgVehicles section updated with the new Warfare objects.  :scratch:

Wolfrug out.
Title: Re: Warfare class names
Post by: Cheetah on 31 Aug 2008, 18:44:01
Thanks, works like a charm.

By the way,  WarfareBCrate
Title: Re: Warfare class names
Post by: Planck on 20 Sep 2008, 11:45:37
The Warfare vehicle classnames are all now listed in the Comref cfgVehicles tree, also the weapon details are now listed in the Comref weapons lists.


Planck