Jump to content

ESAc_matador

Members
  • Posts

    1605
  • Joined

  • Last visited

Everything posted by ESAc_matador

  1. Actually, you ll find HSI in every aircraft manual... just Google it, you'll be surprised.
  2. i cant use the popTask yet... any help?
  3. Yep, go to CTLD script. Awesome... Read the manual, download the example mission etc.
  4. I was not kidding at all!!! Also the flak scriptnis awesome, there is an option for enviroment flak
  5. Put. Lots of AAA and lota of AI... Youu can probably survive
  6. Need a script Check my one... Ot is on beta status but it will give you the opportunity to mark all groups that are line if sigth within a diatance. You can change the parameters editing the file with notebook++ or if you need Ill do it for you.
  7. The problem is only in the 1.5 indeed. Works fine in the 2.0. i read its fixed and ready in the next update
  8. I think, I can get the bearing to the average positiin of the group in zone through mist.getBRString then I can say if bearng is + - 15 degrees of players unit heading then add such group to a table.
  9. I think I understood. What I want is a string of all units betewn the teo bearings. I can do the filtering to get a sting of groups and remove duplicated. Ill let you know how is it going.
  10. Hi Grimes... I have a question fot GetLeadingBRString function. If I understand it gives you the latlong position of the average units of a group that are in a radial from a point (it can be the player position). Is it giving ONE group position? Or just average units position?. What I would like to do is to collect a table of groups in front of the unit. Then to put them in the F10 and call for CAS. This is for recon Gazelle, Since you cant pass coordenathes to a fligth you can have a menu with all groups located in front of you and choose the one by its positiin. The second part is done, the F10 menu and the CAS call is done, but I need to know better this function my idea is collect all group that are LOS in a radius and in a bearing from 345-015 degrees. Maybe with a modification of GetLeadingBRString I could get it. Ill make a snipet and may be you can add to the mist. That 'd be something like, getgroupsinBR or similar. Am I doing a good approach or I am missing something?
  11. Send your mission, seems like a trigger mistake.
  12. Ups! I didnt know! Thanks for the info! It did nt work thw las time in used it. However it is good for me this script because has many applications and improve my lua skills.
  13. Hello xcom. Did you find a solution?
  14. Ok, my option starts with engines shut off, but will work. Just put a trigger zone so when you pass makes him starts its engines and taxi. Ill make it for you but i cant do it yet. Out of home sorry.
  15. Dont worry, i finnally took the time to learn some lua!(you have just see it) and I know what I want and the function needed, i need sometimes some help calling variables and sintax. I still have problems with, when I need to put getByname, or getbyname or GetId etc...
  16. I am asking many things!... I try to keep the forum clean! And thanks for the answer! It make sense, i declare path4 ina function called at the beggining and the function is closed when I called the nrw one. i am in "starting to create lua things fever" mode!.
  17. 1 a lot of things, GRIMES's is muuuach better, but it doesnt work im 1.5!!!! This very simple. 2.the problem is the lethal range to activation should depend on the type off SAM, and I dont know how to reach the maximum range od fire, not detetion of the unit but is planned. By the by the way... I am very advanced on the recon script, remember? I eould need your help, we can combine with autolaase, works great but, you will see... Give me few days and I ll send to you the draft I have... It is awesome, seriously.
  18. Search in the forum, there is an answer... If I remember well... You have to select in the aircraft box, "non controlled aircraft" or something like that. And then in advanced tasks there is an order to "start". Then, go to the triggers and whenever you want put the contitiin Time more or whatever, then make PUSH AI TASK.
  19. I am quite buisy this week but script is really advanced! Now, the list of gtoups foundef appears into the F10 menu and you can Send fligths to attack! I eill update soon. I need to solve some problems.
  20. hello fellas, i have this problem. I add this. local _path1 = missionCommands.addSubMenuForCoalition(coalition.side.BLUE,"Ground units", nil) local _path2 = missionCommands.addSubMenuForCoalition(coalition.side.BLUE,"All groups", _path1) local _path3 = missionCommands.addSubMenuForCoalition(coalition.side.BLUE,"CAS Support", nil) local _path4 = missionCommands.addSubMenuForCoalition(coalition.side.BLUE,"CAS1", _path3) missionCommands.addCommandForCoalition(coalition.side.BLUE, "Mark enemy troops with blue smoke",_path2, function ()reconmarkerblue()end, nil) missionCommands.addCommandForCoalition(coalition.side.BLUE, "Report enemy situation",_path2, function ()reconadviseblue()end, nil) [code/] and in the middle of the game I add also this in the _path4 [code] missionCommands.addCommandForCoalition(coalition.side.BLUE,targetgrouppos, [b]_path4,[/b] function ()CASattack()end, nil) [code/] what happen is... instead of show in _path4 as ordered it goes to the main root of F10... it works, but not in the place it should.... I getting crazy here!!!
  21. Any fix coming with the spawned units? This killls a lot of missions!
  22. http://forums.eagle.ru/showthread.php?t=137772 there is also an wwII mod with jeeps, shermans and something eles
  23. That is the idea!!! I also want to put some restrictions in roll... So the camera does not work if rolled more than le say 15 degrees... For IIww instead of tv camera we can make pictures, i mean with a counter, you can take only 10-15 pics. So 10-15 opportunities to locate targets. Hehhe
  24. finished script for Recon Fligths http://forums.eagle.ru/showpost.php?p=2876862&postcount=5
×
×
  • Create New...