OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: becubed on 10 May 2009, 05:00:05

Title: Unit class list as text file
Post by: becubed on 10 May 2009, 05:00:05
Does anyone have a list of the unit class names and display names as a text list of some type?
Alternativly I can remember seeing a script or something that generated a list but I can't fine it now.
I'm after a list I can import into an editor I'm working on.
Thanks for any help you can provide.

Scott
Title: Re: Unit class list as text file
Post by: kju on 10 May 2009, 06:47:30
 cfgAmmoMagWepVeh.cpp (http://dev-heaven.net/repositories/entry/cmb/configs/A1/formatted/cfgAmmoMagWepVeh.cpp) (with ff a bit buggy; stop page download as save file).

Filtered file:
http://pastebin.com/m616e1bc1
http://gist.github.com/109496
Title: Re: Unit class list as text file
Post by: becubed on 10 May 2009, 08:54:35
Excellent, thanks very much.
Scott