RequiredPCModsID.Add("com.me.gorillatag.mypcmod"); mapDescriptor.RequiredQuestModsID.Add("com.me.gorillatag.myquestmod"); } }Add your own data by adding to mapDescriptor.CustomData, which is a Dictionary<string, object>. To require your mod to be installed to load the map, add to ...