Jump to content

Brute

Member
  • Content Count

    131
  • Joined

  • Last visited

  • Medals

Everything posted by Brute

  1. Brute

    Easy artillery??

    I tried to use the SCOM and disable all of its other abilities excluding the fire support feature however it simply didnt work, I would appreciate it if someone could actually explain how to do this in decent detail?
  2. Could you simply use the addrating command to make the choppers friendly to all? Therefore the choppers would never be fired upon by the enemies and would therefore not divert from their orders? _unit addRating 1000;
  3. I would like to know this as well actually
  4. If i run the same mission several times without changing anything half the time once the choppers have dropped off the troops they successfully take off again and fly away however the rest of the time they do moronic things like fly 5m off the ground into a bunch of trees?
  5. I have tried to initilize the group with "TS1 = group this; TS1 formation FILE" to try and get them to spawn in a compact lin however they dont? Nor do they spawn in a compact line if i specifically place them in a line in the editor?
  6. Forcing them to use a specific formation via using a waypoint is pretty simple, i simply cannot get them to spawn in formation.
  7. groupnamehere = group this; // example: FRS1 = group this
  8. If i wanted to use the position of say group S2 would i simply replace player with S2?
  9. That works perfectly however do you know how to change the smoke colour?
  10. Fantastic, thank you very much :)
  11. I have been looking around and cant seem to find how to add the task/briefing to a mission, im sure its a very easy answer however i would be greatful if someone could assist :)
  12. In the initilization field of your units put that command, you can do it either way
  13. This does not seem to work for me, I have placed a marker on the target and named it "x", i have copy/pasted that exact script and placed it in my missions folder. I have also created a trigger with the above command however nothing seems to happen?
  14. Very helpful, thank you :) I want the marker type to be the rough drawning like objective symbol however if i enter "Objective" it cannot find it? ---------- Post added at 09:29 PM ---------- Previous post was at 07:32 PM ---------- Anyone?
  15. If you want the enemy AIs to be able to use the first aid features should you create new modules for the enemies or use the exisiting ones that USMC forces are using?
  16. Please forgive my incompetence however how exactly do you use this?
  17. Create a trigger with unitname setCurrentTask task
  18. I would like to know this as well
  19. How do you automatically set the first task as the "Current Task"? The name of my unit is S1 so i put "S1 setCurrentTask tskSecurePulkovo" however it doesnt do it :(
  20. I will give that a try later on today and hope it works :p A couple of other things have been annoying me as well concerning the UH-1Ys, at the start of the mission they arent moving, they all simply hover for 10 seconds and then start going to the waypoint? Also when they drop off infantry some of the UH-1Ys leave extremely quickly after the troops get out however others seem to hover there for 15-20s before leaving?
  21. Could someone please explain to me how to make the FOB or High Command or whatever send custom radio messages to squads?
  22. I have put myself in a UH-1Y and given it a waypoint to transport unload in a field however when it reaches the waypoint it simply hovers and will not land? I am generally having trouble with this concept, coppers inserting infantry and then leaving and then fly away and be dismissed (deleted)? Any help would be greatly appreciated :)
  23. I might not have set the variables correctly, would you mind telling me how to set them so i know if i have done it correctly or not? I did what you said in the first section of your thread "S1 = group this;" etc. I really appreciate your help.
  24. I have put the .sqf file in the missions folder, added _xhandle = [s1,UH1YA] execvm "Eject.sqf"; in the get out waypoint however it doesnt see to be working?
×