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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/media/levels/empty_level.oxw

    • Property svn:eol-style set to native
    r5499 r5528  
    11<?lua
    2   include("levels/hudtemplates.oxw")
     2  include("overlay/stats.oxo")
     3  include("overlay/hudtemplates3.oxo")
    34?>
    45
    56<?lua
    6   include("levels/spaceshiptemplates.oxw")
    7   include("levels/spaceshiptemplates_pirate.oxw")
     7  include("levels/templates/spaceship_assff.oxt")
     8  include("levels/templates/spaceship_pirate.oxt")
    89?>
    910
Note: See TracChangeset for help on using the changeset viewer.