Jump to content

TonyStarkBR

Member
  • Content Count

    50
  • Joined

  • Last visited

  • Medals

Everything posted by TonyStarkBR

  1. TonyStarkBR

    [MP] =BTC= Hearts and Minds

    Yes, https://github.com/Vdauphin/HeartsAndMinds/blob/c7c46da54c9b63646f941040355f9a82187620ee/%3DBTC%3Dco%4030_Hearts_and_Minds.Altis/core/def/param.hpp#L146-L151 in "default = 7;" change by the desired quantity
  2. TonyStarkBR

    KP Fuel Consumption Script

    Spectacular script, me and my friends, in all our missions! Is it possible to cancel it in a particular vehicle? In UAVs it consumes much faster than other vehicles. I Tried: if ((_this select 0) isKindOf "UAV_01_base_F") exitWith {}; did not work, I do not have much experience in .sqf = [
  3. TonyStarkBR

    [MP] =BTC= Hearts and Minds

    no no, "M2/Snorkel". I'll search again calmly.
  4. TonyStarkBR

    [MP] =BTC= Hearts and Minds

    RHS mod, exemple: M1025A2 (M2/Snorkel): rhsusf_m1025_w_s_m2. I search again...
  5. TonyStarkBR

    [MP] =BTC= Hearts and Minds

    Without suggestion?
  6. TonyStarkBR

    [MP] =BTC= Hearts and Minds

    How to add vehicles in the garage? It only shows a limited amount of vehicles in the garage.
  7. TonyStarkBR

    [MP] =BTC= Hearts and Minds

    How did you see solver? It happened to me, it only solved when I just add 1 btc_veh and I removed all the others in the editor, I currently create a vehicle in the logistics box.
  8. I'm from Brazil, I do not speak English, I did not understand much of the video. rsrsrs Could you summarize for me?
  9. I tested it on my computer and it works perfectly, I upload the mission to a dedicated server and I notice a very great delay to furnish the houses, sometimes neither furnishes. Anyone else going through this?
  10. TonyStarkBR

    [MP] =BTC= Hearts and Minds

    *1.19.1 sorry
  11. TonyStarkBR

    [MP] =BTC= Hearts and Minds

    IED is being born every time we go through the same place. Image of the test: https://imgur.com/a/DxUyR5b I went to the city once, disassembled an IED, moved to another city, went back to the city and had another IED armed. I'm using version 19.1.1
  12. TonyStarkBR

    R_Unfold - Unfoldable Map

    the map is inside the table: http://tinypic.com/r/119aurk/9
  13. TonyStarkBR

    [MP] =BTC= Hearts and Minds

    Perfect, that's exactly what I had done. I'm getting good at H&M scripts =] Thanks!
  14. TonyStarkBR

    [MP] =BTC= Hearts and Minds

    When requesting a sidemission I want to increase the chances of requesting the supplies mission, suggestions?
  15. TonyStarkBR

    Combat Realism Scripts

    Arma crashed when opening in eden. Error: common\client\AFAR\ui\defines.hpp not found
  16. TonyStarkBR

    R_Unfold - Unfoldable Map

    https://steamcommunity.com/sharedfiles/filedetails/?id=953917696&searchtext=R_Unfold are you?
  17. TonyStarkBR

    R_Unfold - Unfoldable Map

    Script version avaliable?
  18. TonyStarkBR

    [MP] =BTC= Hearts and Minds

    in mission.sqf, line 248: //Supplies btc_supplies_mat = "Land_FoodSacks_01_cargo_white_idap_F"; btc_supplies_water = "Land_WaterBottle_01_stack_F"; btc_supplies_box = "Land_PaperBox_01_small_stacked_F"; in supply.sqf, line 34~47: btc_supplies = [btc_supplies_mat, btc_supplies_water, btc_supplies_box] call BIS_fnc_selectRandom; waitUntil {sleep 5; (btc_side_aborted || btc_side_failed || count (nearestObjects [_pos, [btc_supplies], 30]) > 0)}; [[_area,_marker], [(nearestObjects [_pos, [btc_supplies], 30]) select 0], [], []] call btc_fnc_delete; it works!
  19. TonyStarkBR

    [MP] =BTC= Hearts and Minds

    Can I add more items to the secondary supply mission? In mission.sqf vi " btc_supplies_mat = "Land_Cargo20_IDAP_F "; ", I tried " btc_supplies_mat = ["Land_Cargo20_IDAP_F", "Land_PaperBox_01_small_stacked_F", "Land_WaterBottle_01_stack_F", "Land_FoodSacks_01_cargo_white_idap_F"]; " and I returned error. Is it allowed to add more supplies to this mission? what am I doing wrong?
  20. TonyStarkBR

    [MP] =BTC= Hearts and Minds

    @Vdauphin Some links from github you posted here are broken, just to inform! =]
  21. TonyStarkBR

    GF Blood Stains and SFX LITE Script

    Sorry for the dumb question, what difference is the Lite version and normal?
  22. -AI will attempt to heal themselves or others when out of combat -AI will attempt to rearm themselves from dead bodies, vehicles, and etc when low i have never actually seen any of these two happening. does it potentially not work with RHS or other moddedweapons/ammo types, or ACE medical respectively?
  23. TonyStarkBR

    [MP] =BTC= Hearts and Minds

    Is it possible to change the composition of the históriadeout? Me and my friends are going to play H&M for the second time and I'm doing a deeper editing.
  24. TonyStarkBR

    [MP] =BTC= Hearts and Minds

    Do I need to add the "ACE_key_lockpick" and "ACE_key_master" items in the arsenal, any suggestions?
  25. AI drag the unconscious to a safe place would also be cool.
×