I have one level map that stores the large terrain for one big section of my map and a small group of objects. That has one big streaming volume around it. Then I have several other level maps 2-9 that store just objects (trees, grass, etc) for additional sections of that terrain. Each of these has it’s own streaming volume. I want the first level map to be loaded when the player is in volume 1. Then when the player is in streaming volumes 2-9, I want both the first level map and the level map for that section of objects to be loaded. How do I do this?
I don’t need the same terrain loaded for the entire game. This is just one island of the entire map.