Jump to content

Devastator_cm

Member
  • Content Count

    1379
  • Joined

  • Last visited

  • Medals

Everything posted by Devastator_cm

  1. Devastator_cm

    rvmat

    :( somehow sublime showed me hex code instead of readable things. notepad shows also weird charachters
  2. Devastator_cm

    RHS Escalation (AFRF and USAF)

    That tank is from Tank DLC isn't it?
  3. Thanks for the update and thanks for the smile I got from those nice comments by the points
  4. Devastator_cm

    Only pilots fly script

    https://community.bistudio.com/wiki/getUnitTrait I didn't test but this can return the pilot trait. If not you can check the class of the unit if it is pilot or not via https://community.bistudio.com/wiki/isKindOf classes are here https://community.bistudio.com/wiki/Arma_3_CfgVehicles_WEST then you can use event handler get in on the vehicle which you want the restriction https://community.bistudio.com/wiki/Arma_3:_Event_Handlers#GetIn and in case unit is not pilot youc an kick him out via https://community.bistudio.com/wiki/moveOut This is what I would do as aproach. Didn't tested it so cannot guarantee if it will achieve your desired result (KillzoneKid protection sentence :P )
  5. Really nice to see those bomb wings in action! I also see that we will have no more unbalanced loads :)
  6. Devastator_cm

    "RscButton" how to find who pressed

    hm ok I will keep the door closed while I am playing :) Thanks
  7. Hi Guys, how can I find who pressed to the button on the dialog? Wiki says there is a this parameter but I cannot access it somehow with "_this select 0" from the called script (button calls a script via execvm)
  8. Devastator_cm

    Ultra Simple Patrol Script

    why would it? It is using standart arma commands
  9. I am trying to make a GUI and having trouble with the PAA file... I tried - Saving the picture as PNG and then make it PAA via textview 2 (DTX 5) - Saving the picture as PNG 24 and then make it PAA via textview 2 (DTX 5) none of them worked. It works only if I use jpg format but then I am having white area in picture as it is not a square picture... I am checking the similar issues but they simply do not help to solve this headache..
  10. Devastator_cm

    Triggers are broken?

    Anybody else having issues with triggers? It is not possible to choose the trigger activation type if trigger type is selected as "None" by me...
  11. Devastator_cm

    How to find if player drives

    Thanks KK! I will check if they will help me to achieve what I need :)
  12. Hi Guys, is there a command which I can use to find if player is still controlling the airplane or just leave the controls and airplane is flying in current direction by itself?
  13. Devastator_cm

    How to find if player drives

    I think I was not that clear What I mean is, i.e. I am in jet and pullingthe controller to hold 10 degrees pitch in a right turn, how can I now find out when the control is released (either keyboard or mouse or controller which can be used to control the jet)
  14. ok sh*t happens. Now it works or?
  15. Looks like you 1- Didn't listen what I wrote in my previous answers 2- Didn't check the sample mission which I prepared 3- Didn't read the readme file You put a name to the Group as Texan1. I wrote clearly in read me and you can also see in sample missiona and you can also see in my replies to you it is not the way how it works. You need to put the Texan1 as variable_name to the object which is the airplane and not the group and I wrote it man
  16. Devastator_cm

    Triggers are broken?

    I cannot prepare any missions at the moment. Bug is opened yesterday and I was expecting to see a hot fix today to solve such big problem but unfortunately nothing comes from BI yet..
  17. Devastator_cm

    Triggers are broken?

    did yesterday https://feedback.bistudio.com/T123766
  18. Devastator_cm

    Task Force Arrowhead Radio

    actually that is what I posted several messages before :D
  19. Devastator_cm

    Task Force Arrowhead Radio

    hm it does work actually. Either I am not in 64 bit or the 64bit dll is actuallty the only thing which is required to make it run
  20. Devastator_cm

    Task Force Arrowhead Radio

    is tfar not working with 64 bit executables???? :((
  21. did you put the optinal server.pbo to your server machine's addon folder?
  22. please send me a screenshot how you set the texan1 or send me your mission file or check how I did the setup in sample mission
  23. Devastator_cm

    ASR AI 3

    ah ok :/
  24. Devastator_cm

    ASR AI 3

    This is a bit suprise for me. I thought your mod overwrites the settings in editor totaly. So the skills which are set in editor has no effect if I run your mod. This is not the case? What is the best practice then? Setting the editor skills to 100% and use your mod to lower them or how?
  25. Devastator_cm

    gui_styles.hpp not found

    Thanks alot!
×