Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: Unit class list as text file  (Read 1999 times)

0 Members and 1 Guest are viewing this topic.

Offline becubed

  • Members
  • *
Unit class list as text file
« 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

Offline kju

  • Members
  • *
    • PvPScene - The ArmA II multiplayer community
Re: Unit class list as text file
« Reply #1 on: 10 May 2009, 06:47:30 »
cfgAmmoMagWepVeh.cpp (with ff a bit buggy; stop page download as save file).

Filtered file:
http://pastebin.com/m616e1bc1
http://gist.github.com/109496

Offline becubed

  • Members
  • *
Re: Unit class list as text file
« Reply #2 on: 10 May 2009, 08:54:35 »
Excellent, thanks very much.
Scott