Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; Super Mario Limitless
- ; Project File Specification
- ; Revision 1 (10/12)
- [project]
- name = Super Mario and the Green Star Story ; name displayed on menus
- author = LevelDesignerGuy ; taken automatically from the config file, can be changed later
- gametype = smb3 ; Determines which game to use elements from (smb/smb2/smb3/smw/neutral)
- maxplayers = 2 ; The maximum number of players for this project
- [worlds]
- world1.wld ; Worlds are listed in the order they are created (that is, when they're added to the world section list).
- world2.wld ; The order of the worlds are critical, pipes use indexes to determine which section to go to.
- world3.wld
- world_etc.wld
- [levels]
- level1.lvl ; The order is far less critical for levels.
- level2.lvl
- level3.lvl
- level4.lvl
- ; TODO: determine collectible data or if we even want collectibles to be tracked
- ; Subject to change.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement