Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 11, 2014, 3:51:27 PM (10 years ago)
Author:
maxima
Message:

Final version for presentation.

Location:
code/branches/storymodeHS14/data/gui/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/storymodeHS14/data/gui/scripts/CampaignMenu.lua

    r10157 r10174  
    5252   
    5353function P.CheckLevel(filename)
    54         local file = io.open("/home/pmao/pmao-extra-0/orxonox/storymodeHS14/data/gui/scripts/campaign.txt", "r+")
     54        local file = io.open("/home/pmao/pmao-extra-0/orxonox/storymode/campaign.txt", "r+")
    5555        local index = 0
    5656        local returnvalue = false
     
    134134end
    135135
     136
     137
    136138return P
  • code/branches/storymodeHS14/data/gui/scripts/campaign.txt

    r10157 r10174  
    22spacebar!!!                                                .
    33missionOne.oxw 1                                           .
    4 fightInOurBack.oxw 1                                       .
    5 pirateAttack.oxw 1                                         .
     4fightInOurBack.oxw 0                                       .
     5pirateAttack.oxw 0                                         .
    66iJohnVane_TriptoArea51.oxw 0                               .
    77............................................................
Note: See TracChangeset for help on using the changeset viewer.