Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 23, 2009, 3:44:34 AM (15 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
1 moved

Legend:

Unmodified
Added
Removed
  • 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" >
Note: See TracChangeset for help on using the changeset viewer.