Page 12 of 19 FirstFirst ... 28910111213141516 ... LastLast
Results 111 to 120 of 182

Thread: Chopper/aerial taxi script

  1. #111
    Name was correct It was my mistake translating it.

    Have no idea of where exactly place the files, but If is on the folder the error says, Is already there.

  2. #112
    Bump. Please is important to me.

  3. #113
    Capitan,
    when you create your mission you have a folder for the mission created.
    EG if my mission is called RepoMen and it's on Takistan then I get a folder called
    RepoMen.Takistan.
    Inside this folder create another folder called scripts. Inside this scripts folder copy the folder heloGoTo.
    That should be all that you need from the sound of it as the message indicates that it is trying to run the script it just cannot find it where it expects it to be.

    Scott

  4. #114
    Then I'm missiing something as I don't have that Takistan island. Is added on a expansion? Will the script not work without that island?

  5. #115
    First Sergeant Grub's Avatar
    Join Date
    Jun 21 2009
    Location
    NSW, Australia.
    Posts
    886
    Ok look, to run this script you need to first save your mission.

    A folder will then appear in your ArmA2/Documents/ missions folder.

    Place the scripts folder (from memory it is a folder full of scripts) then, create a txt file called init. Then change .txt to .sqf

    In this file put

    Code:
    [slick1] execVM "scripts\heloGoTo\heloGoTo_init.sqf";
    
    // For extraction action at start-up
    player setVariable ["NORRN_taxiHeli", slick1, true];
    
    //NORRN_aerialTaxiRespawnOff = false;
    NORRN_noAerialTaxiAtStart = true;
    };
    Then in your mission place a chopper and name it slick1

    This should work, its been a while since i used it though lol

    Let me know man.


    edit:
    TBH tho man, norrin is very good at explaining how to use his stuff in his first posts. This one is no different, very simple to follow.
    Don't mention the war..... I mentioned it once, but I think I got away with it all right...
    -Basil Fawlty

  6. #116
    Thanks Grub!! All worked fine now.
    Thanks

  7. #117
    First Sergeant Grub's Avatar
    Join Date
    Jun 21 2009
    Location
    NSW, Australia.
    Posts
    886
    Quote Originally Posted by CapitanStratos View Post
    Thanks Grub!! All worked fine now.
    Thanks
    Good good!

    You should be ok with running most script's now.

  8. #118
    Hey Norrin, can you make a version instead of landing, the chopper would hover at a good enough hight to fast rope out? instead of just using for a taxi could be also be used in missions for quick insertions etc,... thanks



  9. #119
    Master Gunnery Sergeant Kommiekat's Avatar
    Join Date
    Aug 3 2009
    Location
    Hong Kong
    Posts
    1,091
    ^^^

    I think what you are looking for is called "Combat Insertion"

    Video:
    Old Version: http://www.youtube.com/watch?v=axpthnSlQtA
    This Version: http://www.youtube.com/watch?v=T8NvCypEJ5Q

    Hope this helps

  10. #120
    First Lieutenant Kremator's Avatar
    Join Date
    Jun 8 2007
    Location
    Cambridge, UK
    Posts
    5,008
    Norrin has left the building. I don't think he's coding anymore.

Page 12 of 19 FirstFirst ... 28910111213141516 ... LastLast

Posting Permissions

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