You need to rename your .campaign, and add this to .campaign :
Something like this >
-- localized display name for the UI
displayName = "Campaign XXX"
-- 2 = Extra
contentType = 2
contentName = "Campaign_XXX"
contentOrdered = 0
contentChooseText = "Campaign XXX"
contentThumbName = "Name of ARC" -- If you have more one mission in the Campaign files
contentThumbDesc = "Description of ARC" -- IF you have more one mission in the Campaign files
contentSort = 0.4 -- Default is 1.0, so 0.4 will appear _before_ others.
Mission = { } -- create a mission structure
-- Mission 1
Mission[1] = {
postload = function () end,
directory = "MyMission",
level = "MyMission.level",
postlevel = function () postLevelComplete() end,
displayName = "",
}
You acces your mission in the new button created by Gearbox.




