Results 1 to 3 of 3

Thread: How to make robots move?

  1. #1

    How to make robots move?

    What do i have to do t make my robot move? I know it have to be something in Config.cpp but i don't know what?
    -maybe an example of it?
    -And one of my friends will create animations....

    Thanks in advance!
    "A single death is a tragedy; a million deaths is a statistic."
    -Joseph Stalin
    ...

  2. #2
    Hello Matteo,

    You need to give a little more information about the model before you can get any
    help.Is it based on a unit setup,with named selections for arms,legs,head,etc?


  3. #3

    Robot Rock

    Hi there, I'm right now working on robot units, too, so...

    -First of all you'll need a 3d model with different selections (legs, arms, head, etc.)
    -RTM files for the animations (standing, running, dieing)
    -Config.cpp definitions - and I think that's what you're looking for. The animations have to be based on a base class (CfgMovesMC) - and the easiest way is to take a template and just change the names of the animation files. To make it even easier, you can base the robot on standard ofp models, so that it'll work with standard animations, too. In that case you don't have to have animations for everything. Ah, yeah, and don't forget adding moves="NameOfCfgAnimations" in your unit's config section.

    Here's the link for the config file templates: http://ofpec.com/addons_depot/index....details&id=103

Similar Threads

  1. Make the helicopters move out.
    By Kocrachon in forum ARMA - MISSION EDITING & SCRIPTING
    Replies: 3
    Last Post: Nov 15 2007, 09:27
  2. how to make a unit move when ......
    By killacom in forum ARMA - MISSION EDITING & SCRIPTING
    Replies: 2
    Last Post: Mar 13 2007, 00:39
  3. How to make a Hummer move?
    By ManDay in forum ARMA - MISSION EDITING & SCRIPTING
    Replies: 2
    Last Post: Dec 28 2006, 15:42
  4. how do i make units move to wp
    By Rob in forum OFP : MISSION EDITING & SCRIPTING
    Replies: 11
    Last Post: Nov 16 2001, 08:26
  5. how do u make objects move??
    By Rob in forum OFP : MISSION EDITING & SCRIPTING
    Replies: 8
    Last Post: Oct 25 2001, 17:45

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •