安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
The idea behind that is it checks when the trigger is true and fires. When the trigger is no longer true, it resets and will fire again when the trigger is true again.
Only issue is that if your trigger looks for any plane to be in the zone, then ALL planes must leave the zone for it to reset.
When i enter the zone - trigger activates - smoke fires.
I leave the zone, wait for smoke to run out (usually around 5 minutes) and then enter the zone again - trigger won´t activate again.
The "Activate continiously" option will activate your trigger when your plane will enter the trigger zone and will stay in this trigger zone. So it is not the best option.
The "Switched condition" option will activate your trigger each time your plane entering the trigger zone. So to reactivate the trigger, you have to leave the trigger zone and enter it again.
Also when you set the trigger condition, keep in mind that you can set it for a group. So when all the planes of a group will enter the trigger zone, only then the trigger will activate. You can set it for a part of a group in zone. But as I already learned from my own experience, it is not the best solution, because ED can change the meaning of the "Part of a group" and the trigger could stop working. For example in one version "Part of a group" can be one plane from a group, in other version it can be a 2/4 (1/2) planes from a group, in the next version it can change to a 3/4 planes from a group. So it is better to set the trigger condition for an "Object in zone" and than set your speciffic plane. So if you are making an online mission, it is better to create a trigger for each object (plane) of your mission that will enter this zone. The only bad thing about it is, if all of the planes will enter the zone, they smoke will activate for every plane that entered the zone.
I also used the Smoke and Fire effect instead of the smoke signal since I could easily stop the smoke/fire effect when I left the zone.
I can send you the mission if you want. It's a whopping 3 triggers. :)
The trigger type "switched condition" makes perfect sense - and it works.
Thing is, it is labeled as "Vorbedingung" in german, which means something more like "precondition". And i always wondered "which precondition ?"
Thanks for the quick response.