Changes between Version 1 and Version 2 of content/CampaignMenu
- Timestamp:
- May 26, 2016, 3:31:12 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
content/CampaignMenu
v1 v2 1 1 '''How to add a leve to the Campaign Menu:'''[[BR]][[BR]] 2 2 There are severel steps you have to follow, if you want to add a level to the campaign menu: 3 * Create a button for the level in CampaignMenu.layout4 * Add the level to CampaignMenu.lua3 * Create a button for the level in !CampaignMenu.layout 4 * Add the level to !CampaignMenu.lua 5 5 * Add the level to the LevelManager: 6 6 * The LevelManager knows only the level listed in config/orxonox.ini. Therefore you have to add your level to this file. Search [LevelManager] and enter campaignMissions_[i]="yourlevelname".[[BR]]