alleycat 28 Posted January 27, 2016 How would one launch a dedicated server with only default missions selected? when using Tophe launcher it only shows custom missions in the MP folder. Share this post Link to post Share on other sites
Capwell 16 Posted February 25, 2016 The default missions are located within: ArmA 3 Directory > Addons > missions_f.pbo and missions_f_*.pbo You can find the names by copying the folder nam. e.g mission.terrain EDIT: this would be within your server.cfg file within your server. (you can also call it whatever you like; config.cfg, server.cfg, xxxx.cfg etc.) class Missions{ class Mission1 { template = "MyMission2.Altis"; difficulty = "Regular"; // "Recruit", "Regular", "Veteran", "Elite" }; class Mission2 { template = "MyMission2.Altis"; difficulty = "Regular"; // "Recruit", "Regular", "Veteran", "Elite" };}; This is also mentioned here: https://forums.bistudio.com/topic/163234-where-are-the-arma3-in-game-missions-pbo-files-stored-and-can-we-deconstruct-them/ Share this post Link to post Share on other sites