This is a little difficult to explain, I'll try my best.
I have two separate terrains that are meant to be used together (I can't merge them into single terrain, too many MCDs):
- FARM (the "main" terrain)
- FARM_INFECTED (the "slave" terrain)
Therefore what I'd do is to slip some FARM_INFECTED map blocks into a FARM map, using the mapScript:terrain command.
Everything should be doable.
The problem is that the missions that are going to use these hybrid maps, are supposed to have aliendeployment:objectiveType, that is a bunch of MCDs you have to destroy to complete the mission.
First problem:
What should aliendeployment:objectiveType indicate? The index of the MCD within the whole terrain or the specialType (AKA Target_Type:59)?
I have two different MCDs that needs to be destroyed and they can appear together on the same map. They share the same specialType (AKA Target_Type:59). So, if objectType refers to specialType this problem is solved. If not.. how do I solve it (if even possible)?
Second problem:
Within both terrains, the wannabe-objective MCDs have same index (it's also the same specific MCD library), see picture attached. But the actual MCDs placed on the map are from the FARM_INFECTED terrain, and these map blocks are placed in the map by the mapScript:terrain command. If aliendeployment:objectiveType refers to specialType, again this problem is solved. If not.. how to correctly define the objectiveType to the MCDs inside the FARM_INFECTED terrain?
Thanks.