Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 3 and Version 4 of content/CampaignMenu


Ignore:
Timestamp:
May 26, 2016, 3:33:50 PM (8 years ago)
Author:
binderm
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • content/CampaignMenu

    v3 v4  
    44 * Add the level to !CampaignMenu.lua
    55 * Add the level to the LevelManager:
    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]]
     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]]
    77   * Next step is to include your level into the structure of the campaign.[[BR]]
    88    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]]