Reflected Posted December 16, 2016 Posted December 16, 2016 All week I worked on a mission full of trigger zones: https://www.digitalcombatsimulator.com/en/files/2255088/ Now I flew it after the update, and NOTHING happens when I enter the trigger zones. Before the update everything worked like a charm, I played the mission like 30 times. What is going on here? :( Facebook Instagram YouTube Discord
Reflected Posted December 17, 2016 Author Posted December 17, 2016 Bump. Can any one of you experienced mission makers check out my mission and let me know why the triggers don't work anymore please? Thanks a lot in advan e! Facebook Instagram YouTube Discord
feefifofum Posted December 17, 2016 Posted December 17, 2016 Uh oh this doesn't bode well haha... Do you remember what trigger you used to detect friendly units entering the area? THE GEORGIAN WAR - OFFICIAL F-15C DLC
feefifofum Posted December 17, 2016 Posted December 17, 2016 Okay, had a look. It appears you are using PART OF GROUP IN ZONE to detect whether the player aircraft has entered a specific area. Try changing these triggers to UNIT INSIDE ZONE, here's why: Since DCS 1.5 PART OF GROUP IN ZONE has been unable to detect client aircraft in a multiplayer session. If you were playing your mission in multiplayer or on a dedicated server PC, none of your triggers would fire as DCS doesn't recognize your client Hueys as part of the group. They can still detect client aircraft at the individual unit level, you'll just need to change the pilot name to something recognizable. Note that ALL OF GROUP IN ZONE and PART OF GROUP IN ZONE still work just fine for AI; if you need this function for client aircraft things can get a little messy. For a two ship it would look something like this: Triggers - All client in zone (1 ONCE, NO EVENT) Conditions- UNIT INSIDE ZONE (helo1, thezone) UNIT INSIDE ZONE (helo2, thezone) OR UNIT INSIDE ZONE (helo1, thezone) UNIT DEAD (helo2) OR UNIT INSIDE ZONE (helo2, the zone) UNIT DEAD (helo 1) Triggered actions- MESSAGE TO ALL ("Everyone who is alive is in thezone", 10) If you're handy with .lua you could probably set up something a little more elegant but for something small scale that should work fine. Only looked like a few triggers in there. :) Good luck! 1 THE GEORGIAN WAR - OFFICIAL F-15C DLC
Reflected Posted December 17, 2016 Author Posted December 17, 2016 Hey, thanks a lot for the advice, I would never have figured it out by myself. I will try as soon as I get home. Fingers crossed! Facebook Instagram YouTube Discord
Ranger79 Posted December 17, 2016 Posted December 17, 2016 Unfortunately, PART OF GROUP IN ZONE is not working in SP missions when the user is PLAYER since yesterday's patch. Many of my triggers in OPF use this command, hopefully it gets fixed soon. [sIGPIC][/sIGPIC] Ranger79 OEF/OIF Veteran YouTube Channel Twitch Channel Mods, Missions, & Tutorials: Operation Piercing Fury Campaign Ranger79's Object Pack ISIS CrisIS Campaign Mission Editing Video Series
feefifofum Posted December 17, 2016 Posted December 17, 2016 Haha yeah they're gonna need to fix that one...we need at least one working trigger to detect player aircraft. :lol: THE GEORGIAN WAR - OFFICIAL F-15C DLC
Reflected Posted December 18, 2016 Author Posted December 18, 2016 Thank you sooo much, I changed it to "Unit inside Zone", and it solved the problem!!!! Facebook Instagram YouTube Discord
FlightControl Posted December 18, 2016 Posted December 18, 2016 Maybe this is also a source of inspiration. Approach zones through coding... [TABLE][sIGPIC][/sIGPIC]| Join MOOSE community on: DISCORD :thumbup: Website of the MOOSE LUA Framework. MOOSE framework Downloads. Check out Example Missions to try out and learn. MOOSE YouTube Channel for live demonstrations and tutorials. [/TABLE]
MasterZelgadis Posted December 21, 2016 Posted December 21, 2016 Wow... I like ALWAYS use "Part of Group in Zone". Seems I have to change somewhat like 200 triggers now. Not to forget check my old missions... "Sieh nur, wie majestätisch du durch die Luft segelst. Wie ein Adler. Ein fetter Adler." http://www.space-view.net
Grimes Posted December 21, 2016 Posted December 21, 2016 You could wait for the next patch before deciding to do that. Considering these mission bugs effect a bunch of payware campaigns, fixing it is a high priority. The right man in the wrong place makes all the difference in the world. Current Projects: Grayflag Server, Scripting Wiki Useful Links: Mission Scripting Tools MIST-(GitHub) MIST-(Thread) SLMOD, Wiki wishlist, Mission Editing Wiki!, Mission Building Forum
feefifofum Posted December 21, 2016 Posted December 21, 2016 I do recommend ditching PART OF GROUP IN ZONE for anything you plan on using as a multiplayer mission; any GROUP related function has been broken in multiplayer since 1.5 for anyone besides the host of the session, including but not limited to PART OF GROUP IN ZONE, SEARCH THEN ENGAGE GROUP, and GROUP ALIVE LESS THAN to name a few. For single player ops, as Grimes said, I wouldn't bother. I expect we'll see a patch to resolve the SP issues sooner rather than later. THE GEORGIAN WAR - OFFICIAL F-15C DLC
Recommended Posts