marcost Posted January 15, 2021 Posted January 15, 2021 I have created a group with several check zone MCU's that need to be linked to the player plane. When I place the group in a mission, I have to object link every single check zone to the player plane. Is there an intermediate MCU or object etc that I can link to all the check zones in my group to and add it to the group, such that I then only have to link that one item to the player plane when I add it to a mission? Thanks
JimTM Posted January 15, 2021 Posted January 15, 2021 (edited) No, you need to object link to the player plane. Do the following: 1. Set the group as the working group. 2. Select all of the check zone MCUs that you want to in the group. For example, press Cntl and click on each check zone. 3. Press Shift+O. Your cursor changes to Object. 4. Right click in a blank space and choose Reset Working Group. 5. Click on the player plane. Object links are created from all of the check zone MCUs to the player plane. Edited January 15, 2021 by JimTM 1
marcost Posted January 16, 2021 Author Posted January 16, 2021 Ok thank you JimTM, will be a real pain as there are a lot of check zone mcu's and a lot of missions to add them to.
marcost Posted January 18, 2021 Author Posted January 18, 2021 (edited) Been thinking about this some more but I'm away from my PC. Is it possible to do this quickly and in bulk, by editing the .mission file e.g. To find player plane: >search for AILevel = 0 Get the index number of that object, e.g. Index = 43 >search for my added MCU's by using a unique name: MCU_Timer { Index = 52; Name = "Find me"; Desc = ""; Targets = []; Objects = []; ...} Change the line Objects to Objects = [43] Is this a possible and safe way to edit the .mission files? Many thanks, M Edited January 18, 2021 by marcost
LLv34_Temuri Posted January 18, 2021 Posted January 18, 2021 Use the Search and its functionalities to find all checkzones, select them all, right-click on map area, properties, then object link?
marcost Posted January 18, 2021 Author Posted January 18, 2021 (edited) 1 hour ago, LLv34_Temuri said: Use the Search and its functionalities to find all checkzones, select them all, right-click on map area, properties, then object link? Thanks, yes I'm sure this works as you have said but I have many many missions to edit and therefore was exploring the possibility of doing it outside the ME. Regards Edited January 18, 2021 by marcost
IckyATLAS Posted January 19, 2021 Posted January 19, 2021 A small remark. When you copy and paste or cut and paste an entity that has many object, target or event links, the newly created entity is without any links, it is a blank slab. This is something I would have liked to have, to be able to have the copied or pasted entity to retain all the links of the original one. I have some very heavily linked entities and to recreate all the links is a pain. However if you wanted to cancel all the links of the newly created entity that is very quick and straightforward. This is why the default mode would have been with all links attached. What I say here is for the work done on the same map. When you copy or cut and paste from one mission to another then for sure links cannot be maintained. 1
marcost Posted January 19, 2021 Author Posted January 19, 2021 @IckyATLAS yes that is what I was hoping for, a kind of 'placeholder' mcu that would act as an intermediary for an MCU to object O-link. Groups of MCU's that have a lot of links (e.g. to the player plane) would then be much more portable between missions. I tried editing the .mission file as I outlined above, but the links didn't get made. I'll try again, but I'm still interested if anyone knows if it's possible to text-edit missions in this manner. Regards, M
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