Update directory structure for lua, and scripts/maps
This commit is contained in:
parent
a991d1a7fb
commit
78b9f7179d
1 changed files with 6 additions and 5 deletions
|
@ -50,8 +50,8 @@ Proposal for the new Stratagus data directory structure:
|
|||
| `-- <b>data/campaigns/<i>{race-campaign}</i>/interface</b>
|
||||
| Contains special backgrounds images for the campaign.
|
||||
|
|
||||
}-- <b>data/ccl</b>
|
||||
| Contains all global CCL - Craft Configuration Language files.
|
||||
}-- <b>data/scripts</b>
|
||||
| Contains all global Configuration Language files.
|
||||
|
|
||||
}-- <b>data/graphics</b>
|
||||
| | Contains all available graphics.
|
||||
|
@ -131,10 +131,11 @@ Proposal for the new Stratagus data directory structure:
|
|||
| Contains the cursors special to this race.
|
||||
|
|
||||
|
|
||||
}-- <b>data/puds</b>
|
||||
| | Contains all 'puds' the original level format.
|
||||
}-- <b>data/maps</b>
|
||||
| | Contains all maps 'pud' format is used currently.
|
||||
| | Structure here is not required, you can use your own.
|
||||
| |
|
||||
| }-- <b>data/puds/demo</b>
|
||||
| }-- <b>data/maps/demo</b>
|
||||
| | Contains the demo levels.
|
||||
| |
|
||||
| }-- <b>data/puds/multi</b>
|
||||
|
|
Loading…
Add table
Reference in a new issue