Home   Help Search Login Register  

Author Topic: WW2 class names  (Read 813 times)

0 Members and 1 Guest are viewing this topic.

Offline birdy

  • Members
  • *
WW2 class names
« on: 24 Jul 2008, 21:51:27 »
I've searched and searched for these class names.

I can find the Infantry ones ok, but the tanks are lost to me.  :dunno:

If anyone knows where these class names are, that would be great, oh... and please send them to me. :good:

Offline dr. seltsam

  • Members
  • *
Re: WW2 class names
« Reply #1 on: 25 Jul 2008, 00:38:03 »
hi,

i have no knowledge about OFP WWII Mods, but there is an easy way to find classnames of any unit. Use this command in the init line of the unit, and start the mission:

Code: [Select]
hint typeOf this

If you want to know the weapon and magazine classnames of this unit, then use this command:

Code: [Select]
hint format ["my weapons:\n%1\n\nmy magazines:\n%2",weapons this,magazines this]

 :cool2: