Results 1 to 10 of 10

Thread: Mission Editor works bad!

  1. #1

    Mission Editor works bad!

    Hallo, when this game is WW2 how can i make some soldiers rush without just go prone, you know in WW2 many people just rushed the enemy and i hate when they just do it the classic ArmA way where there just go prone and not do what commanders say.

    Also i tried to make a mission where you are in car gunner where the car needs to transport to a city but it will not drive because the gunner is called commander so i need to normally make him drive to the city.

    Anyone know how to fix it?
    .

  2. #2
    Hi Andreas,
    For the first:
    this setUnitPos "Middle";
    in the Units INIT-Line set the soldiers to the kneeled position, "UP" let them stand.
    They won´t run+gun, but it looks more a rush. Also you should play with the skill-slider for your Units.

    For your second:
    this moveInDriver _yourcarname;
    in the frivers INIT moves him into the driver position.He will still follow his waypoints.

    Glad to hear you are Interested in the Editor. If you need any Infos about Editor commands and tricks have a look at Mr-Murray´s great Editor Guide. Also in German.
    It´s for ArmA1, but the Editor is the same and all the commands still work.

  3. #3
    Second Lieutenant GossamerSolid's Avatar
    Join Date
    Feb 3 2006
    Location
    Ontario, Canada
    Posts
    4,007
    How does your lack of skill and knowledge have anything to do with the editor being good or bad?

    Missions/Gamemodes - F.U.B.A.R. (WIP)
    Mods/Addons - Green Sea Conflict (WIP)
    Resources - ArmA 3 Notepad++ Syntax Highlighting

  4. #4
    I have tried the this moveindriver but the gunner is named as commander so he controls where he drives so i won't drive unless i tell him .

  5. #5
    Just so I understand...

    You want to be the gunner in a car/tank and want the AI to drive that car/tank to a city (presumably so you can shoot at stuff along the way)? Is this correct?

    Anyway as Baraka said, Mr Murray's editing guide is an excellent place to start - it is a great resource. The arma editor is extremely powerful and is here in its full form in IF - you are going to have to take some time to learn how to use it.
    Jedra's Addons
    Arma 2 : Enhanced Skills Slider
    Take On Helicopters : Take On Taxi | Jedra's Time Trials | Weapon Indicators | No Radar

  6. #6
    Yep but it won't drive because he is commander.
    Also if I set a soldier to careless so he ignore the enemy and set him to run he just walk.
    In many WW2 movie and games the soldiers are good at rushing an those things.

    You know if I make a Machine Gunner at the top of an mountain and then the Russians rush it instead of just shooting at it.

    Thanks Baraka the command so they don't prone is really good for e.g covers and these things. .

  7. #7
    Does this work for you for the driver/gunner thing?

    Without some heavy scripting you are not going to get the AI to 'charge' the enemy which I think is what you are trying to do. The AI is much more interested in self preservation and will not blindly run at the enemy - except when you are trying to be stealthy of course ;-)
    Last edited by Jedra; May 27 2012 at 13:38.

  8. #8
    You won´t see soldiers rushing an Hill or something and ignore the supressing fire. That´s no opinion for the AI.
    You can try to make an trigger which disables the russion AI in some parts with something like:
    disableAI "FSM" forEach units group russiangroup
    ,
    When they reach the destination alive you can place another trigger with:
    enableAI "FSM" forEach units group russiangroup
    This is c+p from the very usefull BIKI and not tested!

  9. #9
    The editor is not bad, but the AI is. I have another thread about this describing a situation of my own. The AI is pretty weak right now.

  10. #10
    I agree the Mr GRS. The AI is terrible (but i love the game). In my german campaign i was doing a mission where i was trying to get close to the enemy before opening fire. I had my units on hold fire order, but yet they still opened fire when they felt like it.

    Another example is, my team was under fire by small arms, i wanted to get us into a more defensive positon so was clickinng move order, but my AI just stood there shooting. I tried to get to the position myself and click return to formatioin, but the AI still stood there shooting.

    Maybe its a feature maybe its a bug lol....who knows

Similar Threads

  1. Same MP mission sometime works sometime no
    By puzzola in forum ARMA - TROUBLESHOOTING
    Replies: 16
    Last Post: Nov 28 2010, 09:02
  2. Mission works Fine In the editor ... but not in mission folder.
    By Shinji in forum OFP : MISSION EDITING & SCRIPTING
    Replies: 6
    Last Post: Jan 27 2010, 16:37
  3. Trigger works as intended in editor but not in MP
    By MattyDienhoff in forum OFP : MISSION EDITING & SCRIPTING
    Replies: 1
    Last Post: Jun 29 2008, 00:51
  4. New editor upgrade - works with kegety's
    By General Barron in forum ADDONS & MODS: COMPLETE
    Replies: 32
    Last Post: Mar 9 2004, 21:11
  5. Guard mode in 1.46 works quite bad
    By vitekm in forum TROUBLESHOOTING
    Replies: 1
    Last Post: Mar 8 2002, 23:46

Posting Permissions

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