=EXPEND=Dendro Posted August 6, 2018 Posted August 6, 2018 Hi guys I have a check zone that activates a trigger that spawns a T34 and its supposed to travel to a waypoint. It spawns but then just stays where it is.... any ideas. I shared the mission below, https://drive.google.com/file/d/1nVlH-VKUvq0YWiV337KNTvasATk0-Efq/view?usp=sharing
Sketch Posted August 6, 2018 Posted August 6, 2018 (edited) I can't see the mission until later today, but here are some common issues to check: Do the checkzones have a begin mission MCU on them? They're not active by default and must be activated some how. The most common way is via begin mission MCU. Are the T34's spawned in or activated? If spawned in, do you have the correct logic to the waypoint? (use onSpawnReport -> CMD to spawner -> Target to waypoint) Is the waypoint activated? Like the checkzones, they're not active by default. If you have multiple waypoints, only the first needs to be activated, then the others should get activated by the waypoint before it. Do you have formation logic? Are the vehicles offroad or onroad? If they're spawned in, then you can't use formation logic. Does the waypoint have an object connection to the T34? If spawned in, you have to have object connect to each spawned vehicle (and the onSpawnReport logic too). Can the tanks get to the waypoint? Is the waypoint to far away? (Maybe adjust waypoint location?) Edited August 6, 2018 by [TWB]Sketch 1
Gambit21 Posted August 6, 2018 Posted August 6, 2018 Dendro - have you referenced JimTM or Prangster’s guides?
=EXPEND=Dendro Posted August 6, 2018 Author Posted August 6, 2018 Yes.... I am mucking about trying to figure things out... just not sure why I can't get this one right.
Gambit21 Posted August 6, 2018 Posted August 6, 2018 Ok - either Sketch or I will look at your mission later. Like him I’m away from my computer till a bit later.
Thad Posted August 6, 2018 Posted August 6, 2018 (edited) Salutations, I added a Complex trigger and a trigger timer to activate the Waypoint. The tank now moves towards the waypoint. The first image below shows how one of my SP mission MCUs and WP were connected to set up an attack on the convoy. I hope this helps. The second image shows the changes I made to yours. Your Check Zone is under the Complex Trigger. The complex trigger advanced settings check to see if the selected objects enter the zone. But that has nothing to do with getting your tank to move in this case. TankAttack.rar Edited August 6, 2018 by Thad
SAS_Bombsaway Posted August 6, 2018 Posted August 6, 2018 Hi Thad. I too am trying to learn about making missions. Sketch has been a big help to me. In a video he made in my thread he has the formation command linked to a timer and the lead ship. In your top pic, yours is only linked to the lead light tank. In Sketch's video he was showing me how to make ships move. Is the method different between vehicles and ships?
Thad Posted August 6, 2018 Posted August 6, 2018 (edited) Yes, vehicles are target linked to the lead vehicle or craft and the waypoint are linked to only the lead vehicle/craft. If the lead vehicle/craft is destroyed the next one in line become the lead vehicle... etc. I haven't personally worked with ships yet, but I would expect the same procedure to apply. Gambit, I try to help if I can. Edited August 6, 2018 by Thad 2
SAS_Bombsaway Posted August 6, 2018 Posted August 6, 2018 Should the formation command be connected to a timer and the lead vehicle or does it matter?
Thad Posted August 6, 2018 Posted August 6, 2018 (edited) The trigger timer formation should occur 2-3 seconds after the waypoint in question is activated. No need to connect the trigger timer formation to the vehicle. The Command Formation MCU is. Edited August 6, 2018 by Thad
=EXPEND=Dendro Posted August 6, 2018 Author Posted August 6, 2018 Thanks Thad... ill have a look asap. Appreciate everyones input.
Gambit21 Posted August 6, 2018 Posted August 6, 2018 Bombs - if you place the first ship waypoint - or any other waypoint too far away, the ship will not proceed. So watch that one.
Thad Posted August 6, 2018 Posted August 6, 2018 Good luck and enjoy the challenge of mission creations. ? 2 minutes ago, Gambit21 said: Bombs - if you place the first ship waypoint - or any other waypoint too far away, the ship will not proceed. So watch that one. I'll try to remember that when I start experimenting with the ships. Thanks.
SAS_Bombsaway Posted August 6, 2018 Posted August 6, 2018 1 minute ago, Gambit21 said: Bombs - if you place the first ship waypoint - or any other waypoint too far away, the ship will not proceed. So watch that one. Yes, Sketch filled me in on that one the other day as that was the mistake I was making. It's hard for me to read a manual and do it. I learn by seeing and doing. Right now after learning to make a mission and get the ships to move, my X52 joystick decided to take a dump on me. So now I'm switching to tanks. I've made a mission and set tanks, waypoints, timers, command formantion and such but I have six tanks, three in each column but only one tank will move. Any who, thanks for the advice from everyone. I'll keep plugging away at it.
Thad Posted August 6, 2018 Posted August 6, 2018 (edited) Target Link all of the following tanks to the Lead tank in each column. EACH following tank in order. Edited August 6, 2018 by Thad
Sketch Posted August 6, 2018 Posted August 6, 2018 Bombs - Have you seen this video? All vehicles, ships, and planes work exactly the same way for waypoint logic. 1
Sketch Posted August 6, 2018 Posted August 6, 2018 11 minutes ago, =EXPEND=DendroAspis said: Cant open your rar file, Thad? Works fine for me. What extractor are you using? I recommend 7zip. https://www.7-zip.org/
=EXPEND=Dendro Posted August 6, 2018 Author Posted August 6, 2018 I have 7-zip... not working☹️... Ill try figure it out.
Sketch Posted August 6, 2018 Posted August 6, 2018 If it works for most, but not one; then probably issue with the one. You may have an older version of 7zip? I recommend uninstalling your version, and downloading the latest version from their site. 1
=EXPEND=Dendro Posted August 6, 2018 Author Posted August 6, 2018 (edited) I opened 7zip and then opened the rar file from there and it worked. OK... but why use the complex trigger instead of check zone to enable the tank and waypoint? What is the complex trigger actually checking for with "object entered" as the tank is outside the zone of the complex trigger? Edited August 6, 2018 by =EXPEND=DendroAspis
Sketch Posted August 6, 2018 Posted August 6, 2018 You know guys, we can respond a lot faster in discord. Let's chat in the unofficial IL-2 Great Battles Discord here: https://discord.gg/SJdjFgW
Thad Posted August 6, 2018 Posted August 6, 2018 14 minutes ago, =EXPEND=DendroAspis said: I opened 7zip and then opened the rar file from there and it worked. OK... but why use the complex trigger instead of check zone to enable the tank and waypoint? What is the complex trigger actually checking for with "object entered" as the tank is outside the zone of the complex trigger? You may have been able to just as trigger timer (2 sec delay) and connected it to the Waypoint and the Activate MCU. The complex trigger may not be needed just to get the tank moving. I strongly recommend using Prangster's Mission Building Guide. It can lead you step by step in many mission building procedures. 2
=EXPEND=Dendro Posted August 6, 2018 Author Posted August 6, 2018 I will read the mission building guide. Thanks Thad....appreciated.
SAS_Bombsaway Posted August 6, 2018 Posted August 6, 2018 1 hour ago, [TWB]Sketch said: Bombs - Have you seen this video? All vehicles, ships, and planes work exactly the same way for waypoint logic. Yes, that is the video I was referring to when asking Thad about his timer not being set to the command formation like yours is in your video. 32 minutes ago, [TWB]Sketch said: You know guys, we can respond a lot faster in discord. Let's chat in the unofficial IL-2 Great Battles Discord here: https://discord.gg/SJdjFgW How do I find you on there? I've never used it before. Just made an account. 1
=EXPEND=Dendro Posted August 8, 2018 Author Posted August 8, 2018 Thanks gents.... i successfully got a column to move along the waypoints. But.... what i still dont understand is how the complex trigger activates the tanks when they are not in its zone. My plane cant be triggering it because that too is not in the zone?? Am i misunderstanding the "on entered" function? I also want to now add AA to my column which i did but they dont shoot. I suppose i need to set up an attack mcu?
Sketch Posted August 8, 2018 Posted August 8, 2018 (edited) Setup a normal waypoint system for your vehicle entities -> Use Trigger Proximity MCU to detect when planes/vehicles get near -> Once enemy planes get near, notify player and have all vehicles stop -> AAA *should* start shooting at the enemy planes, but adjust Ai level (to normal or lower level) to have Ai shoot before plane passes vehicles -> Also, when enemy planes get near, fire of another Proximity MCU to check to see when enemy planes leave -> When enemy planes leaves convoy alone, convoy continues on route to waypoint and notifies player Zipped file is a group of the above image. ConvoyWithAAA.zip Edited August 8, 2018 by [TWB]Sketch Clarity of steps 1
=EXPEND=Dendro Posted August 8, 2018 Author Posted August 8, 2018 Aaaah ok..... so the convoy HAS to stop to shoot? Is it the same with AAA on ships?
Sketch Posted August 8, 2018 Posted August 8, 2018 (edited) Convoy doesn't have to stop and shoot, but the Ai trucks have to stop and setup their AAA guns and stabilize the truck. They have a better chance of having the Ai setup their guns if you force the convoy to stop somehow. For boats, I don't think you have to have the same logic. Boats are bigger, and will shoot at you on the move - especially the destroyers. You can see them deploy in this video: Edited August 8, 2018 by [TWB]Sketch 1
=EXPEND=Dendro Posted August 8, 2018 Author Posted August 8, 2018 OK thank you Sketch... much appreciated.
The-Doctor Posted August 8, 2018 Posted August 8, 2018 A quick question to you guys , can we increase tanks speed ?? They are unable to catch my friends in tigers and panzer III
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