Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5528 for data/media/levels/old


Ignore:
Timestamp:
May 23, 2009, 3:44:34 AM (16 years ago)
Author:
landauf
Message:

Cleaned up level directory.

Levels (*.oxw): /levels/
Includes (*.oxi): /levels/includes/ (for example weaponsettings1.oxi)
Templates (*.oxt): /levels/templates/ (formerly spaceshiptemplates_*)
Huds (*.oxo): /overlay/ (moved from /levels/ to /overlay/)

Old level files and other stuff was moved to /levels/old/. This directory is not used, but serves as an archive.

For the weapons branch (and the trunk after weapons will be merged), change line 37 in /levels/templates/spaceship_assff.oxt from weaponsettings1 to weaponsettings2 to be able to shoot again.

Location:
data/media/levels/old
Files:
1 added
10 moved

Legend:

Unmodified
Added
Removed
  • data/media/levels/old/CuboidSpaceStation.oxw

    r5527 r5528  
    11<?lua
    2         include("levels/hudtemplates.oxw")
     2        include("overlay/hudtemplates3.oxo")
    33?>
    44
    55<?lua
    6         include("levels/spaceshiptemplates.oxw")
     6        include("levels/templates/spaceship_assff.oxt")
    77?>
    88
     
    2020<!-------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
    2121<?lua
    22         dofile("../../media/levels/CuboidSpaceStation.lua")
     22        dofile("../../media/levels/includes/CuboidSpaceStation.lua")
    2323?>
    2424
  • data/media/levels/old/physicstest2.oxw

    r5527 r5528  
    11<?lua
    2   include("levels/spaceshiptemplates_physics.oxw")
     2  include("levels/old/spaceshiptemplates_physics.oxw")
    33?>
    44<?lua
    5   include("levels/hudtemplates.oxw")
     5  include("overlay/hudtemplates3.oxo")
    66?>
    77
     
    2020    <SpawnPoint position="0,   0, -700" yaw  =180 spawnclass=SpaceShip pawndesign=spaceshipassff />
    2121    <SpawnPoint position="0, 300, -300" pitch=-90 spawnclass=SpaceShip pawndesign=spaceshipassff /-->
    22        
     22
    2323        <!-- axes in ogre's origin of coordinate system for phsics engine testing purposes-->
    2424        <StaticEntity
     
    3636      </collisionShapes>
    3737        </StaticEntity>
    38        
     38
    3939        <!-- red sphere for phsics engine testing purposes-->
    4040        <!--StaticEntity position="40,0,0">
     
    5050      </attached>
    5151        </StaticEntity-->
    52    
     52
    5353    <MovableEntity
    5454     name            = "blubb"
     
    6666        </StaticEntity>
    6767      </attached>
    68      
     68
    6969      <!--attached>
    7070        <SphereCollisionShape name = "secondSphere" radius=0.4 position="1,1,1"/>
     
    7474      </attached-->
    7575    </MovableEntity>
    76  
     76
    7777    <MovableEntity
    7878     name            = "blubb2"
     
    8989      </collisionShapes>
    9090    </MovableEntity>
    91    
     91
    9292    <StaticEntity
    9393     name            = "blubbStatic"
     
    103103      </collisionShapes>
    104104    </StaticEntity>
    105    
     105
    106106    <!--SpawnPoint position="0,   0,  100"           spawnclass=SpaceShip pawndesign=spaceshipassff />
    107107    <SpawnPoint position="0,   0, -700" yaw  =180 spawnclass=SpaceShip pawndesign=spaceshipassff />
    108108    <SpawnPoint position="0, 300, -300" pitch=-90 spawnclass=SpaceShip pawndesign=spaceshipassff /-->
    109  
     109
    110110    <MovableEntity
    111111     name            = "apple1"
     
    122122      </collisionShapes>
    123123    </MovableEntity>
    124  
     124
    125125    <MovableEntity
    126126     name            = "apple2"
     
    138138      </collisionShapes>
    139139    </MovableEntity>
    140  
     140
    141141    <MovableEntity
    142142     name            = "apple3"
  • data/media/levels/old/planettest.oxw

    r5527 r5528  
    11<?lua
    2   include("levels/hudtemplates.oxw")
     2  include("overlay/hudtemplates3.oxo")
    33?>
    44
    55<?lua
    6   include("levels/spaceshiptemplates.oxw")
     6  include("levels/templates/spaceship_assff.oxt")
    77?>
    88
  • data/media/levels/old/presentation_physics.oxw

    r5527 r5528  
    11<?lua
    2   include("levels/hudtemplates3.oxw")
     2  include("overlay/hudtemplates3.oxo")
    33  include("overlay/stats.oxo")
    4   include("levels/spaceshiptemplates_presentation.oxw")
     4  include("levels/templates/spaceship_assff.oxt")
    55  math.randomseed(344)
    66?>
     
    3131      </collisionShapes>
    3232        </StaticEntity>
    33    
     33
    3434        <MovableEntity
    3535     position        = "0,250,500"
     
    4747        <BlinkingBillboard position="17,-1.5,0" material="Examples/Flare" colour="1.0, 0.5, 0.3" amplitude=0.1 frequency=0.5 quadratic=1 />
    4848        <BlinkingBillboard position="-17,-1.5,0" material="Examples/Flare" colour="0.5, 1.0, 0.3" amplitude=0.1 frequency=0.5 phase=180 quadratic=1 />
    49        
     49
    5050        <!--Model position="0,0,0" yaw=90 pitch=-90 roll=0 scale=4 mesh="assff.mesh" />
    5151        <Model position="0,0,0" scale3D="10, 3, 5" mesh="cube.mesh" />
     
    6565      </collisionShapes>
    6666        </MovableEntity>
    67    
     67
    6868    <?lua
    6969    for i = -20, 20, 8
  • data/media/levels/old/princessaeryn.oxw

    r5527 r5528  
    11<?lua
    2   include("levels/hudtemplates3.oxw")
     2  include("overlay/hudtemplates3.oxo")
    33  include("overlay/stats.oxo")
    4   include("levels/spaceshiptemplates_presentation.oxw")
     4  include("levels/templates/spaceship_assff.oxt")
    55?>
    66
    77<?lua
    8         dofile("../../media/levels/CuboidSpaceStation.lua")
     8        dofile("../../media/levels/includes/CuboidSpaceStation.lua")
    99?>
    1010
     
    9797            </subquests>
    9898        </GlobalQuest>
    99    
     99
    100100        <!-- Create spaceship spawner: -->
    101101        <ParticleSpawner position="0,0,100" source="Orxonox/BigExplosion1part3" lifetime=2.0 loop=0 autostart=0>
     
    187187                </attached>
    188188            </StaticEntity>
    189      
    190      
    191      
     189
     190
     191
    192192            <!-- Spacestations -->
    193      
     193
    194194            <!-- Serenity Station -->
    195195            <StaticEntity scale=1 position="0,0,5000" yaw=30>
     
    260260                </attached>
    261261            </StaticEntity>
    262              
     262
    263263            <!-- Trail -->
    264264            <EventDispatcher>
     
    275275                </events>
    276276            </EventDispatcher>
    277        
     277
    278278            <?lua
    279                 for i = 1, 25 
     279                for i = 1, 25
    280280                do
    281281            ?>
     
    284284                end
    285285            ?>
    286        
     286
    287287            <!-- Hideout -->
    288288            <StaticEntity position="5000,5000,5000" >
  • data/media/levels/old/questsystem.oxw

    r5527 r5528  
    11<?lua
    2   include("levels/hudtemplates3.oxw")
     2  include("overlay/hudtemplates3.oxo")
    33  include("overlay/stats.oxo")
    4   include("levels/spaceshiptemplates_presentation.oxw")
     4  include("levels/templates/spaceship_assff.oxt")
    55?>
    66
     
    2828            </hints>
    2929        </GlobalQuest>
    30        
     30
    3131                                <ParticleSpawner position="0,0,100" source="Orxonox/BigExplosion1part3" lifetime=2.0 loop=0 autostart=0>
    3232                                  <events>
  • data/media/levels/old/sample4.oxw

    r5527 r5528  
    11<?lua
    2   include("levels/hudtemplates.oxw")
     2  include("overlay/hudtemplates3.oxo")
    33?>
    44
    55<?lua
    6   include("levels/spaceshiptemplates2.oxw")
     6  include("levels/templates/spaceship_assff.oxt")
    77?>
    88
Note: See TracChangeset for help on using the changeset viewer.