Jump to content

cool=azroul13

Member
  • Content Count

    467
  • Joined

  • Last visited

  • Medals

Everything posted by cool=azroul13

  1. cool=azroul13

    Arma 3 LINUX not recognizing some DLC!!!

    You're using the proton version, not the arma linux port ? I don't have any problem with the proton version, but I don't have the contact dlc. I'm using fedora, maybe debian is not up to date for steam.
  2. You'll need to be more precise: What's your computer specs ? Is it the first time it happens ? Do you update your game before it happens ? Do you verify the integrity of yours files ? Do you run any mods ? Can you post the rpt file ?
  3. You Should look at the "killed" eventhandler:
  4. Have you tried to replace the lines I quoted in my previous message (2nd I believe) ? I think it will correct the first problem.
  5. cool=azroul13

    If I hit an unit, then die

    You can look at the "handledamage" eventhandler: Something like that but I'm a bit rusted.
  6. I just download the script link in bardosy's first post and I had no error when I tried it. I just put the following line in the medic init: Can you give more information on what is the problem you encounter ?
  7. cool=azroul13

    Delay on a waypoint activation

    Hello, First I think your post should be on the Arma 3 Editing/ Mission Editing section. Then, you need to place a move waypoint on your unit with the timer option set to min40 mid40 max40 and add a GETIN waypoint link to your vehicle.
  8. My bad I forget the end brackets: I test it and it works, it's just a hacky way to do it as the medic is "spawned" on the injured unit. Avibird For Bardosy's script, it works well, there is just one line you could change if you want the medic to perform his animation (and not the unit to heal himself):
  9. Hello, For your first post, it seems you simply need to replace The correct answer will be: For your question about bardosy's script, do you have any error ? I just look at the script and see no command that seems no more relevant.
  10. cool=azroul13

    Animated Grenade Throwing

    It's a really nice work !! I love all the little details !
  11. As to find the last UPSMON link become complicated in The previous thread, I start a new thread. I continue to work on the UPSMON script, created by Monsada for Arma2, improved by Rafalsky,Nordin and Shay_Gman and ported to Arma 3 by Ollem. Presentation (written by Monsada) : Installation: Copy folder "scripts" into your folder mission. How to Implement In your init.sqf, add this line: //Init UPSMON script call compile preprocessFileLineNumbers "scripts\Init_UPSMON.sqf"; Mandatory Parameters: You must add the group leader name as first parameter then the area marker. nul=[this,"Marker"] execVm "scripts\UPSMON.sqf"; In this configuration, your group will patrol randomly in your marker area, with his default behaviour and formation. Warning: Do not copy/paste the parameter line from the Pdf to ArmaIII, it will not work for some weird reason (thanks Rambler). Optionnal Parameters: This list is just a part of the manual that contains all parameters reference. Check the info folder. (Thanks to Grumpy Old man who made some corrections to the manual.) There are two test missions in the folder. Link to UPSMON 6.0.9.5: UPSMON - Urban Patrol Script v6.0.9.5
  12. Hi all, I want to create a marker with chemlight, this marker would be preplaced in the editor !! And not to be placed Ingame! ;) I want to preplaced this like a smoke but I don't any idea how to do! :o
  13. cool=azroul13

    UPSMON Updated to ArmaIII

    Avibird&&Barbolani : The Dorelax should work only for civs, for campfire it only works during nighttime. Jdmt : Do you initialize scripts before UPSMON ? It should be solved with the next version. Asdonnik : It's not an error just debug lines. It should be gone in the next version. CorAx : I need more informations (vehicles types, situation ? ) kvntvan : Can you show me what you wrote ? Thanks for all yours reports, Aze
  14. cool=azroul13

    AI discussion [Any Branch]

    Is the "knowsabout" command still usefull ?
  15. cool=azroul13

    SHK_pos

    If I'm remenbering it well, I think it needs an array of position as first parameter or an object: So it should be: [getmarkerpos "mrkgreen_1",[0,300],random 360,0,[2,200]] call SHK_pos;
  16. cool=azroul13

    UPSMON Updated to ArmaIII

    Do you try with (_this select 0) and not (this) as first parameter ?
  17. cool=azroul13

    UPSMON Updated to ArmaIII

    From what I understand of the module, it should be something like that: nul = [_this select 0,"alpha","stealth","line","limited"] execvm "scripts\UPSMON.sqf" For choosing randomly the marker you can do this: in your init.sqf: Markers_Array = ["alpha","bravo","papa","tango","charlie"]; in the module: nul = [_this select 0,Markers_Array select (floor (random (count Markers_Array))),"STEALTH","LINE",â€LIMITEDâ€] execVM "scripts\UPSMON.sqf";
  18. cool=azroul13

    UPSMON Updated to ArmaIII

    A group can only be assigned to one marker. Where do you put the code line ?
  19. cool=azroul13

    UPSMON Updated to ArmaIII

    What is "Alpha" and "bravo" ?
  20. cool=azroul13

    UPSMON Updated to ArmaIII

    Can you explain more ? What do you want to do with your AI ?
  21. cool=azroul13

    UPSMON Updated to ArmaIII

    What cache script ? :p
  22. cool=azroul13

    UPSMON Updated to ArmaIII

    It is planned :) . Yes, there will be a mission to explain each module. :)
  23. cool=azroul13

    Mikero's Dos Tools

    Is it normal that in your last tool update, there is no more Depbo.dll for system 32 and only the depbo64.dll ? Anyway, thank you for all yours works.
  24. cool=azroul13

    ASDG - Mk. V SOC (WIP)

    Well maybe the L-CAT will interest you :p . Here a link to some general information about it: http://www.naval-technology.com/contractors/patrol/cnim/ Here a link to the image of the front and left side of the L-CAT: http://upload.wikimedia.org/wikipedia/commons/4/44/L-CAT.svg Right side: http://www.polemermediterranee.com/var/website/storage/images/media/images/projet/lcat.jpg/26613-1-fre-FR/lcat.jpg_page_large.jpg
  25. cool=azroul13

    [WIP] Renault Trucks Defense VAB

    I compare it by their respective role and maybe the BRDM-2 has the same armor than the VAB but the last one is an APC and the other a vehicle of reconnaissance. It's like saying that the stryder (the one in arma) is like the marid of the opfor. I will compare the HMVEE to the P4 (replace by the PVP) or the UAZ as utility and liaison vehicle. :p
×