Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 1 and Version 2 of content/CampaignMenu


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

Legend:

Unmodified
Added
Removed
Modified
  • content/CampaignMenu

    v1 v2  
    11'''How to add a leve to the Campaign Menu:'''[[BR]][[BR]]
    22There 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.layout
    4  * Add the level to CampaignMenu.lua
     3 * Create a button for the level in !CampaignMenu.layout
     4 * Add the level to !CampaignMenu.lua
    55 * Add the level to the LevelManager:
    66   * 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]]