Changes between Version 4 and Version 5 of content/CampaignMenu
- Timestamp:
- May 26, 2016, 3:34:15 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
content/CampaignMenu
v4 v5 4 4 * Add the level to !CampaignMenu.lua 5 5 * Add the level to the LevelManager: 6 * The LevelManager only knows 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]]6 * The LevelManager only knows the level listed in config/orxonox.ini. Therefore you have to add your level to this file. Search for [LevelManager] and enter campaignMissions_[i]="yourlevelname".[[BR]] 7 7 * Next step is to include your level into the structure of the campaign.[[BR]] 8 8 When you know where you want to include the level, you go to the LevelManager, search for the function buildallLevelStatus() and add your level where you want.[[BR]]