Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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
1 moved

Legend:

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