Jump to content

meat147

Member
  • Content Count

    89
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by meat147

  1. well there are quite a few methods that you can choose. I am not too familiar with extensions but: First would be setup a web server on a certain port and receive post request with that and when work with them with the extension if that works would be awesome. Other way could be setting up a web server and write jobs in a database and read them with the extension from a queue in a database. (possible)
  2. meat147

    TF47 Launchers [WIP]

    Hi the AT4 is already in. SMAW is in progress as Pixxel Stated above.
  3. So Time to open up the Public Slack from ACE3. If you want to get an invite to the chat message me your Mail Adress here via PM. We use slack for our developer coordination and chat. You'll need to either use the slack web client, or install the desktop client if you wish. Please keep the chat in ace3public ACE related, but feel free to ask questions and discussion things with us. There is also the Team Internal Slack so please dont expect to much. PLEASE KEEP FEATURE REQUESTS AND SPECULATION TO A MINIMUM With bananas the ACE3 Team
  4. meat147

    Authentic Gameplay Modification

    And why is that ? ACE 2 already happend right?
  5. meat147

    Authentic Gameplay Modification

    Only with bananas
  6. meat147

    losing leadership after respawn

    If you mean the Group Leadership, it is intended to be like it is. Since if a soldier dies, he is not in the Battle anymore so he is not able to control the AI on the field anymore.
  7. 3 more videos ! Yes!
  8. meat147

    Ingame 9Liners & Notepad

    a view only hotkey would be nice. :)
  9. Easy way is but you will not catch mods like blastcore : place in the editor ammo, boxes units from the addons / mods. Complex way but will work!: 1. Start your arma 3 with logs enabled. 2. open up the mission in the editor 3. Click Preview 4. press escape and in the Code box (http://i.imgur.com/eaooJdu.jpg) enter this code { diag_log format["Addon: '%1'", _x]; } foreach activatedaddons; 5. Open your latest RPT (can be found here: %userprofile%\AppData\Local\Arma 3) 6. Cut all that starts with "Addon: " (http://i.imgur.com/2H6ZVQQ.png) and paste in a new window. 7. Then get rid of the unneeded info with http://i.imgur.com/BDvq0PU.png (.* ') and http://i.imgur.com/BDvq0PU.png ('") using the replace funktion. 8. Bring that in the right format with http://i.imgur.com/OlFqJV7.png (find ^ replace with ") and http://i.imgur.com/pk6py8D.png (find $ replace with ",) and then remove in the last line the , 9. Add this code in the mission.sqm to Addons and addonsauto 10. enjoy. They may be even easier ways that are not that complex but yeah. if you have questions add me on skype : nevada13589
  10. meat147

    TF47 Launchers [WIP]

    nice to see !
  11. meat147

    ACRE2 Public Beta Release

    I even had these problems before i installed TFAR.
  12. meat147

    Authentic Gameplay Modification

    Yeah i already did that i dont want the People to press the Respawn button. :)
  13. meat147

    Authentic Gameplay Modification

    yeah but that is what i dont want. i want the People to be 5 minutes unconscious then respawn. Not i okay no one will come i will press respawn and have to wait 5 minutes agian.
  14. meat147

    Authentic Gameplay Modification

    I am making a TvT mission and i want the People to wait the Time and then auto respawn. And you cant is wrong! i will do it. :D https://community.bistudio.com/wiki/Arma_3_Respawn#Respawn_Button AGM should check that setting somehow for the future.
  15. meat147

    Authentic Gameplay Modification

    Hey guys how can i deactivate the respawn button ?
  16. How do i archive the array in a string parsed as a above stated here (_missing select 0)+,+(_missing select 1) because if select 10 for example is not returned it is an error Or ?
  17. Cool thread i have a question.. missingaddons = ["air_c130j","blastcoretracers"] [missingaddons,"and some other variables"] call showdialog; _missing = _this select 0; "and some other variables" _debug = "http://dev.taskforce47.de/missingAddons.php?map=" + _map + "&mission=" + _mission + "&player=" + _player + "&missing=" + (format _missing); That would work _debug = "http://dev.taskforce47.de/missingAddons.php?map=" + _map + "&mission=" + _mission + "&player=" + _player + "&missing=" + (_missing select 0)+,+(_missing select 1); But _missing could also be: missingaddons =["air_c130j","burnes_m1a2_public","bwa3_tracked","bwa3_units","cse_sys_advanced_interaction","cse_sys_backblast","cse_sys_equipment","cse_sys_gestures","cse_sys_groups","cse_sys_ieds","cse_sys_logistics","cse_sys_medical","cse_sys_misc","cse_sys_weaponrest","dar_mtvr","ewk_m1151","hafm_arma2_helis","js_jc_fa18","kyo_mh47e","peral_a10","rav_lifter_a3","task_force_radio_items","cba_xeh","blastcoretracers","us_helo_hmds_kimi"]
  18. We have currently Issues with CSE medsys some how the ArmA medsys is still active is that fixed now ?
  19. meat147

    ACRE2 Public Beta Release

    restart from pc solved for me i have had it one time.
  20. meat147

    ACRE2 Public Beta Release

    Yep i mean the bug is also occuring when you pick them up from boxes put them in your belt and put them back in the uniform. A friend told me that.
×