Arma 3 | Create task from intel pickup!

Поділитися
Вставка
  • Опубліковано 21 сер 2024
  • In this tutorial I will show you how to create a task that will only be visible once an item is picked up. A quick google search turned up nothing in the first few pages, so I've created this tutorial to ease the pain of fellow mission makers.
    Intel object "Variable Name": intel
    Trigger Condition field: !alive intel
    Object variable name can be anything, you need to match it in the trigger's condition field

КОМЕНТАРІ • 49

  • @feslerae
    @feslerae 2 роки тому +5

    Hey man, thanks for the video. Needed it for a mission. Didn't need exact setup, but you answered a few questions I had about triggers.

  • @dennyfrontier
    @dennyfrontier 3 роки тому +1

    Short sweet and to the point. I dig it thx bro

  • @coloneldoggo
    @coloneldoggo 4 роки тому +2

    This was a great video that helped alot thank you, you deserve more subs than you have so i will give you one

  • @DarkbloodOrder
    @DarkbloodOrder 3 роки тому +1

    simple and well done, great stuff

  • @Dubaopnrogfridhe
    @Dubaopnrogfridhe 4 місяці тому

    very very helpful thank you very much

  • @hafizhjamilproductions
    @hafizhjamilproductions 3 роки тому

    Short and sweet. Thanks!

  • @chrisfarmakis2990
    @chrisfarmakis2990 Рік тому

    on point and just what i wanted omg

  • @dchomes
    @dchomes 4 роки тому

    Perfect presentation. Thank you!

  • @ageofwarriors3646
    @ageofwarriors3646 2 роки тому

    Nice Tutorial

  • @tupolev792
    @tupolev792 5 років тому

    thank you so much for this tutorial!

  • @NicholasMulvaney
    @NicholasMulvaney 6 років тому +3

    Hey dude, could you copy and paste the commands you use into the description so we can be sure we are using them right?

  • @savvassidiropoulos6378
    @savvassidiropoulos6378 5 років тому +2

    Doesnt work for me

  • @MrWeirdo134
    @MrWeirdo134 5 років тому

    great tutorial mate

  • @MrApvel
    @MrApvel 5 років тому

    Very Helpfull, thx alot

  • @Invizion112
    @Invizion112 6 місяців тому

    thx man

  • @justryan6480
    @justryan6480 4 роки тому

    This helped me a lot! Question. How do i make an OPTIONAL task?

    • @fells1956
      @fells1956  4 роки тому

      Include "optional" in the task name then dont wire it to a mission end trigger i imagine

  • @djoni4858
    @djoni4858 6 років тому +2

    How to create task to kill enemy squad? I tried with same thing you do in this video, but I need an object to activate task not an enemy

    • @fells1956
      @fells1956  6 років тому +1

      Use a trigger
      Area > seized by BLUFOR > set task state > completion trigger
      Youll have to excuse me, I havent done missions for a long time

    • @djoni4858
      @djoni4858 6 років тому

      Thanks a lot for that I will try it now

    • @djoni4858
      @djoni4858 6 років тому

      Is that work to you?

    • @florianschmidt1055
      @florianschmidt1055 2 роки тому

      @@djoni4858 (({alive _x} count units grp1) == 0) grp1 is the Variable name you give the entire group, your welcome :)

  • @lukelsue4430
    @lukelsue4430 2 роки тому

    merci!

  • @hashmash12
    @hashmash12 4 роки тому +1

    can you do this if you want to free a hostage and then he gives you intel and you get a new mission

    • @fells1956
      @fells1956  4 роки тому

      easy way to do this is to use the "!alive" initialization on the hostage taker AI units instead, so when the hostage takers are neutralized, the objective is given to the players. the procedure should be the same as in the video. if you want the hostage to follow you, then attach a "JOIN AND LEAD" waypoint from the player squad leader to the hostage, and synchronize that with the trigger that gives the players the objective that the hostage "gives" you

    • @hashmash12
      @hashmash12 4 роки тому

      @@fells1956 thanks you very much

    • @fells1956
      @fells1956  4 роки тому

      and youll want the hostage to be a civilian so he doesnt get blasted

    • @hashmash12
      @hashmash12 4 роки тому

      @@fells1956 ok thanks again

  • @stuntmcnuggetbb
    @stuntmcnuggetbb 6 років тому +2

    How can I get in contact with you?

  • @thorthenoob2588
    @thorthenoob2588 4 роки тому

    subscribed

  • @josuehernandez1402
    @josuehernandez1402 5 років тому +1

    You can do task without scripting but you need scripts to grab intels and others things

    • @fells1956
      @fells1956  5 років тому

      Point is with this method you can do all of it in game :)

    • @josuehernandez1402
      @josuehernandez1402 5 років тому

      @@fells1956 there is a video that shows find it and watch it

    • @josuehernandez1402
      @josuehernandez1402 5 років тому

      @@fells1956 here is the link ua-cam.com/video/kKhL6X_mGjg/v-deo.html
      Is easy to make but you only need scripts for some of the symbols if you want to make hostage recues, grab intels missions,paradrops invasion, ect
      For the intel grabing script you must find a video it will show how to put the script

    • @fells1956
      @fells1956  5 років тому

      @@josuehernandez1402 "scripts" implies downloading or copy/pasting outside lines of code, which is completely different from the method shown in the video. I still very much appreciate your comment because it is informative and could be useful.

    • @fells1956
      @fells1956  5 років тому

      and by "outside" i mean things you might need to do in the game files, as opposed to in game

  • @Bola2Producciones
    @Bola2Producciones 6 років тому

    Thanks!!

  • @the_lifeofjacob
    @the_lifeofjacob 3 роки тому

    I'm doing exactly the same, any idea why it might not work?

  • @wompratadvocate7245
    @wompratadvocate7245 4 роки тому

    It seems unfortunately this task is only good for walking to a point, not actually task giving

  • @user-su5tx8gg4l
    @user-su5tx8gg4l 4 роки тому

    hey for some reason it does not give me option to pick up docs, tried vanila and CUP. help pls!

    • @user-su5tx8gg4l
      @user-su5tx8gg4l 4 роки тому +1

      was able to make it work with ace intel files

    • @fells1956
      @fells1956  4 роки тому

      @@user-su5tx8gg4l needs to be an object that is able to be destroyed, or picked up. you could do it with a gun if you wanted, or an enemy soldier

  • @ladybug2750
    @ladybug2750 2 роки тому

    how would you edit the document i see when you pick it up just intel added but blank :v any ideas?

    • @fells1956
      @fells1956  2 роки тому +1

      actually write something into the description of the created task. i dont know of a way to edit the item itself when viewed in the inventory

  • @wompratadvocate7245
    @wompratadvocate7245 4 роки тому

    Move here waypoint doesn't show

  • @AhadSiddiqui2009
    @AhadSiddiqui2009 2 роки тому

    I want to make missions but i hate scripting. please guide me how to make missions?