After finishing creating a mission and putting the final touches on it, I discovered that the "MenuPosition" respawn template is no longer working. It allows me to respawn on the markers that I have defined as normal (as if just "respawn = 3" was in description.ext) but the actual menu won't pop up. Thinking it may have something to do with the mods I have loaded or the scripts in my mission, I load Arma only with CBA, and the CUP Maps + Core mod and create a new mission on Takistan. I create the following markers: "respawn_westGarm" "respawn_west_Feruz" "respawn_west_1" "respawn_west3" and place them randomly around the map and I try to set the respawn settings via the Attributes menu in the Eden Editor, under the Multiplayer tab as "respawn on custom position" and "select respawn position". I place down a BLUFOR unit as player and start the game as multiplayer - click respawn, no dice. I go back, save the mission as test.takistan, add a description.ext reading:
respawn = 3;
respawnTemplates[] = {"MenuPosition"};
respawnOnStart = 1;
Try it again, still no dice. I unloaded CBA and CUP and tried on Stratis with a different array of markers, still nothing.