BONEYARD SPAWNS INVASION NOT WORKING...

SO basically I’m making this awesome invasion map on Boneyard and whenever the game switches to the second phase all the elites start spawning outside the map. I have it so respawn points spawn in on phases and starting points never move but still it always spawns us outside the map. How do I fix this feedback would be appreciated.

Oh and all my spawns have the correct properties they are set to INV_WEAPON Spawn sequence 2. Spawn Time 1. This should spawn all my invasion spawns for phase 2 and 3 in the game.

> Oh and all my spawns have the correct properties they are set to INV_WEAPON Spawn sequence 2. Spawn Time 1. This should spawn all my invasion spawns for phase 2 and 3 in the game.

You’re doing it wrong. INV_WEAPON is for objects, not spawn points.

Read this. Phased spawns are ‘INV_RES_P1’, ‘INV_RES_P2’, ‘INV_RES_P3’. Set the spawn sequence to match the fireteam number you want to support.

(p.s. I found this by simply searching for “halo reach invasion forging guide” - not hard)

I have tried this… It says to use hill markers . I’ve tried with hill markers and respawn zones, but if I have to go through each spawn and do the INV_RES_P1 P2 or P3 I don’t know if I will have enough spawns. I am at the max item limit at the current moment so the 70 or so Spawns placed should hopefullbe enough. Thank you for the advice I will try.