Home   Help Search Login Register  

Author Topic: CfgVehicles...  (Read 1369 times)

0 Members and 1 Guest are viewing this topic.

Offline Dash5

  • Members
  • *
CfgVehicles...
« on: 15 Jul 2007, 10:57:33 »
What's the best way to place units found in CfgVehicles in the editor? Is there a list somewhere with translations? Some example mission perhaps (a la the OFPECTM face/animation/music viewer)?

Offline nominesine

  • Former Staff
  • ****
  • I'm NOT back!
    • The IKB Forum
Re: CfgVehicles...
« Reply #1 on: 15 Jul 2007, 17:07:06 »
Use the createUnit command, and replace the unit in the example with the cfgVehicle of your choice. A complete listing of all cfgVehicles in ArmA can be found in OFPEC's excellent Comref.

EDIT: Here's an example. Go to the editor, place a radio trigger on the map and write this in the "on activation" field:
Code: [Select]
mySoldier = group player createUnit ["SoldierWB", position player, [], 0, "FORM"]
Activate the trigger and you will have a BLUFOR Rifleman in your group. To see other units, simply replace the SoldierWB-part of the code above with any cfgVehicles-entry from the list I linked to.
« Last Edit: 15 Jul 2007, 17:16:49 by nominesine »
OFPEC | Intel Depot
RETARDED Ooops... Retired!

Offline Dash5

  • Members
  • *
Re: CfgVehicles...
« Reply #2 on: 15 Jul 2007, 21:07:20 »
Yes, I was just wondering if there was an easier way...most of these objects seem to be written in Czech, and translation is really slow going.

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re: CfgVehicles...
« Reply #3 on: 15 Jul 2007, 22:34:18 »
The comref cfgvehicles tree is definitely not in czech......trust me.



Planck
I know a little about a lot, and a lot about a little.

Offline Dash5

  • Members
  • *
Re: CfgVehicles...
« Reply #4 on: 15 Jul 2007, 22:39:42 »
Okay. What language is it? Certainly not English.
« Last Edit: 15 Jul 2007, 22:41:58 by Dash5 »

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re: CfgVehicles...
« Reply #5 on: 15 Jul 2007, 22:48:15 »
I wrote it, so it must be in english, I only speak and write in english.

http://www.ofpec.com/COMREF/armavehicles.php

Try it and see...........


Planck
I know a little about a lot, and a lot about a little.

Offline Dash5

  • Members
  • *
Re: CfgVehicles...
« Reply #6 on: 15 Jul 2007, 22:56:07 »

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re: CfgVehicles...
« Reply #7 on: 15 Jul 2007, 23:15:18 »
If you click the nice RED text that represents most entries in the tree, it will show you a nice picture of the item in question.

The czech names are the actual classnames of that item in the config.bin file.


Planck
I know a little about a lot, and a lot about a little.