Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4448


Ignore:
Timestamp:
Jan 22, 2007, 5:06:37 PM (17 years ago)
Author:
snellen
Message:

reorganized scripts (put them in folders), implemented levelchange by script, put some npcs in spaceshiptower

Location:
data/trunk
Files:
7 added
2 deleted
3 edited
9 moved

Legend:

Unmodified
Added
Removed
  • data/trunk/worlds/DefaultCampaign.oxc

    r4441 r4448  
    9191   </SinglePlayerWorld>
    9292
     93<SinglePlayerWorld>
     94      <identifier>10</identifier>
     95      <nextid>0</nextid>
     96      <name>Tower</name>
     97      <path>worlds/sp_level_spacestation1.oxw</path>
     98      <menu-entry>1</menu-entry>
     99   </SinglePlayerWorld>
     100
    93101    <MultiPlayerWorld>
    94       <identifier>10</identifier>
     102      <identifier>200</identifier>
    95103      <nextid>0</nextid>
    96104      <path>worlds/mp_level_arena.oxw</path>
  • data/trunk/worlds/desert.oxw

    r3874 r4448  
    1717
    1818    <Script>
    19      <file>movechopper.lua</file>
     19     <file>desert/movechopper.lua</file>
    2020     <object>Helicopter, helo</object>
    2121    </Script>
  • data/trunk/worlds/sp_level_ambush_at_uranus.oxw

    r4248 r4448  
    1818
    1919    <Script>
    20      <file>guard.lua</file>
    21     </Script>
    22 
    23     <Script>
    24      <file>secondguard.lua</file>
    25     </Script>
    26 
    27     <Script>
    28      <file>prisoner.lua</file>
    29     </Script>
    30 
    31     <Script>
    32      <file>secondprisoner.lua</file>
    33     </Script>
    34 
    35     <Script>
    36      <file>falldown.lua</file>
    37     </Script>
    38 
    39     <Script>
    40      <file>floorguy.lua</file>
    41     </Script>
    42 
    43     <Script>
    44      <file>hangar.lua</file>
    45     </Script>
    46 
    47     <Script>
    48      <file>spaceship_flight.lua</file>
     20     <file>ambush_at_uranus/guard.lua</file>
     21    </Script>
     22
     23    <Script>
     24     <file>ambush_at_uranus/secondguard.lua</file>
     25    </Script>
     26
     27    <Script>
     28     <file>ambush_at_uranus/prisoner.lua</file>
     29    </Script>
     30
     31    <Script>
     32     <file>ambush_at_uranus/secondprisoner.lua</file>
     33    </Script>
     34
     35    <Script>
     36     <file>ambush_at_uranus/falldown.lua</file>
     37    </Script>
     38
     39    <Script>
     40     <file>ambush_at_uranus/floorguy.lua</file>
     41    </Script>
     42
     43    <Script>
     44     <file>ambush_at_uranus/hangar.lua</file>
     45    </Script>
     46
     47    <Script>
     48     <file>ambush_at_uranus/spaceship_flight.lua</file>
    4949    </Script>
    5050
Note: See TracChangeset for help on using the changeset viewer.