JG7_X-Man Posted November 20, 2020 Posted November 20, 2020 (edited) Here is what I have: Built a small mission to test the idea: The Fw 190 to take off when the B-25 reaches 5KM to base roughly. I seems the Fw 190 takes off when triggered. Can someone please take a look? Thanks. Test.rar Edited November 21, 2020 by JG7_X-Man
JG7_X-Man Posted November 21, 2020 Author Posted November 21, 2020 (edited) 7 hours ago, DN308 said: I use that kind of Logic really often @DN308That's great! Can you paste a screen shot of the logic? Edited November 21, 2020 by JG7_X-Man
DN308 Posted November 21, 2020 Posted November 21, 2020 I’ll do. I’m away from my computer but will do on Monday night 1
JG7_X-Man Posted November 21, 2020 Author Posted November 21, 2020 19 minutes ago, DN308 said: I’ll do. I’m away from my computer but will do on Monday night Thanks mate!
Gambit21 Posted November 21, 2020 Posted November 21, 2020 A couple things... First, again isolate the logic that you're having doubts/trouble with first. Meaning, put a subtitle on your proximity logic to make sure it's firing as intended. (I did this for you) If it is, then you know the trouble is with your aircraft/takeoff logic etc. Second, use a separate Mission Begin MCU for such items, rather than using the same Mission Begin for multiple things and sending target links from one side of the map to the other. It makes things easier to check/debug both for you and for anyone else attempting to help you. You can use as many Mission Begin MCU's as you want on a map. Next, when I went to run a quick test I realized that my game isn't updated...grrrrr...so can't test it right now. Run this version and make sure that your proximity MCU is firing (again I added the subtitle) Test 2 1 1
JG7_X-Man Posted November 21, 2020 Author Posted November 21, 2020 54 minutes ago, Gambit21 said: A couple things... First, again isolate the logic that you're having doubts/trouble with first. Meaning, put a subtitle on your proximity logic to make sure it's firing as intended. (I did this for you) If it is, then you know the trouble is with your aircraft/takeoff logic etc. Second, use a separate Mission Begin MCU for such items, rather than using the same Mission Begin for multiple things and sending target links from one side of the map to the other. It makes things easier to check/debug both for you and for anyone else attempting to help you. You can use as many Mission Begin MCU's as you want on a map. Next, when I went to run a quick test I realized that my game isn't updated...grrrrr...so can't test it right now. Run this version and make sure that your proximity MCU is firing (again I added the subtitle) Test 2 Thank for help! It seems the issue is with the takeoff logic. Much appreciated!
JimTM Posted November 21, 2020 Posted November 21, 2020 43 minutes ago, JG7_X-Man said: Thank for help! It seems the issue is with the takeoff logic. Much appreciated! If you haven't already, you need to remove the target link from timer "2s" (id: 284) to "command AttackArea" (id: 282). The attack area command should be triggered only by event message OnPlaneTookOff from the FW190. 1 1
JG7_X-Man Posted November 21, 2020 Author Posted November 21, 2020 37 minutes ago, JimTM said: If you haven't already, you need to remove the target link from timer "2s" (id: 284) to "command AttackArea" (id: 282). The attack area command should be triggered only by event message OnPlaneTookOff from the FW190. Ahh! The "command AttackArea" (id: 282) MCU was triggering the Fw 190 to take off 1st because it was triggering at mission start, thus over ridding the Proximity MCU. Outstanding! Never in a million years would have figured that one out! It works now! Thank you! I guess I need to re-read the section on MCUs in your manual
JimTM Posted November 22, 2020 Posted November 22, 2020 2 hours ago, JG7_X-Man said: Ahh! The "command AttackArea" (id: 282) MCU was triggering the Fw 190 to take off 1st because it was triggering at mission start, thus over ridding the Proximity MCU. Outstanding! Never in a million years would have figured that one out! It works now! Thank you! I guess I need to re-read the section on MCUs in your manual Great! I find that when you have a problem, it's always a good idea to go back and review the proper setup for MCUs and objects related to the problem first. If they are set up correctly, then look for logic problems such as multiple triggers for one event (sometimes they make sense and other times they do not). 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now