Jump to content

Wrecking Crew

Members
  • Posts

    1935
  • Joined

  • Last visited

Everything posted by Wrecking Crew

  1. That's an interesting solution, Hardcard. If I can grab a height/altitude value when any Blue plane is in a cylinder zone then it could work in Mist script. What I did was put a spherical (Mist) zone and a cylinder zone in the same spot. The spherical zone controls the height while the cylinder sets the radius from center. The spherical zone, in this case, has to be much larger than it would need to be if I could place the center of it at the desired altitude.
  2. Yes an altitude setting would be a nice feature to use with a spherical zone. https://forums.eagle.ru/showthread.php?t=228642
  3. The solution needs to be for any Blue Plane.
  4. I'm getting CTDs since yesterday whilst doing mission editing in the Persian Gulf. Attached is the latest DCS log. Logs Wrecking Crew 20190102T1645.zip
  5. Thank you Wrench, That is a good technique. My events are based upon a client takeoff event. It is really quite specific in this case to the particular client who takes off. In any case, I really do not know how to join these two attributes to the uName I have :-) I've had my head stuck in some other code recently, but will get to adding these Client Name & Callsign values in soon.
  6. I'm having ME crash problems, too, while working on an F/A-18C mission in the Persian Gulf. The game will randomly exit to the desktop. Attached are the logs from the latest. Logs WreckingCrew 20190102.zip
  7. Can a Spherical Zone have an altitude assigned to it? For instance, I want this small-diameter (~70 feet) spherical zone to be about 100 feet off the ground. I am using the zone to detect an aircraft flying through it. Is there a possible Mist solution? I'd like to use something like this - mist.flagFunc.units_in_zones{ units = {'[blue][plane]'}, zones = {'30 Keyhole Zone'}, flag = 93056, zone_type = 'sphere', [color="SeaGreen"]zone_altitude = 100,[/color] interval = .02, } Somehow the ground height is known. From my experience a spherical zone is centered at the 'x' and 'y' coordinates on the ground with half below and half above. The .miz file code for this zone is - [13] = { ["y"] = -114081.72458564, ["radius"] = 23.7744, ["zoneId"] = 253, ["x"] = -114237.40133295, ["color"] = { [1] = 1, [2] = 1, [3] = 0, [4] = 0.14901960784314, }, -- end of ["color"] ["properties"] = { }, -- end of ["properties"] ["hidden"] = false, ["name"] = "30 Keyhole Zone", }, -- end of [13] Is there a Height property or some other attribute that can be assigned in order to get a spherical zone completely above the ground?
  8. This ^^^ script has been working well. The text output contains the client Pilot Name, like "F-15C 01". This value is assigned in the Mission Editor for the Unit within its Airplane Group - see the green arrow in the screenshot. The complete code is also attached. I need a little bit more help with this. I want to include two more values in the text output, but I don't see these values in the S_EVENT_TAKEOFF data or in the mist.DBs.humansByName table. The values are: The Client's handle, like "Wrecking Crew". The Callsign, like "Dodge 1-1" in the screenshot at the blue arrow. The result would be in the text out, something like this: trigger.action.outText('Blue Client ' ..clientHandle.. ' in ' .. airborneUnitName .. ', Callsign ' ..unitCallsign.. ' just tookoff!', 5) And would look like: Blue Client Wrecking Crew in F-15C 01, Callsign Dodge 1-1 just tookoff! My questions: Where do I get "Wrecking Crew" and "Dodge 1-1"? And how to link those to what I know which is the "F-15C 01" unitName? Blue Sky Scripts.lua
  9. ME Unit of Measure for Zone Radius The values for Zone Radius should be the same in both fields, regardless of the measurement system. See the screenshot red arrows.
  10. I heard that suggestion before :-) The values should be the same regardless of the measurement system.
  11. ME Unit of Measure in UNITS SPEED LOWER THAN The Arguments include SPEED in 'kts'. In the screenshot it is set to 2 - see the red arrows. In the Conditions panel the value is shown as 1.02777..
  12. ME Event Action MESSAGE...: Make a Comment by setting Seconds = 0 Enable a "Comment" capability in the Mission Editor Events simply by setting the Seconds to Zero for any Action of MESSAGE...
  13. For Mission Editor Events, for the Action of LOAD MISSION: Add a checkbox labeled "RELOAD THIS MISSION". When it is checked, the dialog box for the .miz file name is greyed out and disabled. When the Event Condition is met then the same mission will be reloaded/restarted. When the checkbox is unchecked then the dialog box for the file name will be open and enabled. This update will be especially helpful for multiplayer servers where a mission is designed to restart after completion. Currently, when a mission name is changed, all related LOAD MISSION actions also need changing; sometimes this gets forgotten and the server will stop when it tries to load an old mission that no longer exists.
  14. Thank you Deltaalphalima1! I got mine installed last night - works perfectly - #338. Great instructions including your calibration process. I used the square opening. Looking forward to many enjoyable hours with this new slew control.
  15. Red Jets Stuck Inside Hardened Hangers at Krymsk Su-27s with Takeoff From Ramp at Krymsk are stuck inside the hangers, particularly parking spots 9 and 39, others. These are AI in groups of 2 jets / flight. The Su-27 spawned with its nose outside of the hanger door. This group spawned with lights on and I could hear their engines but the doors never opened.
  16. Your MLRS is too close to your fire point. Look for the MLRS range Rings and you will see the inner one is beyond your target.
  17. There are some nice coop missions on the Wrecking Crew Projects site. See the link in the sig.
  18. In DCS v2.5 there are new chain link fences around airbases. I just took this screenie of Kutasi's fence. These fences are impassable. Missions that were won based upon Coalition Captures Airbase are not achievable because the attacking vehicles cannot run over the fence. This is Kutasi's fence -
  19. I use the calendar that Spez posted, the 2011 year. Up north in the Caucasus it is 0900 at sunrise in the winter. The calendar is good for full moon night missions. Here is my old link, same I think - https://forums.eagle.ru/showpost.php?p=1590249&postcount=21
  20. This is one contribution And, here's a screenshot of setting up zones. One of the many aspects of mission design in DCS. If you want some help, let us know what you want to do. Put together a starting mission to review.
  21. Read the mission briefing and ask yourself if it told you what you needed to know. I have no problem with using any intelligence available. The mission designer has options to limit the views in the game. If the view is available, use it if you want to. Enjoy! Labels if On can be toggled with LSHft-F10.
  22. Last evening I was adding a couple of Blue US tankers at Maykop to an older mission with about 20 aircraft there. I notice one of the tankers would not go into my desired slot, and it doubled up with another client a/c. I had to make several passes through all of the aircraft there in order to get a single a/c at each parking location. A little bit of time to straighten it out, but all seems fine now.
  23. Airbase Chain Link Can't Be Broached, Coalition Has Airdrome Effectively Broken v2.5 brings new chain link fencing around airports. These screenshots are from Vaziani. The chain link cannot be knocked down by Bradleys and M1-A1s. Missions with objectives to capture airports are effectively broken - there is no way to enter the base. The Mission Editor does not show where this new fencing runs, so half of a group is inside and the other half is outside.
  24. I pity the fool who doesn't like a tracer every five rounds! :smartass:
×
×
  • Create New...