Fortune Hunter/Game Features: Difference between revisions

Jlew (talk | contribs)
Developer Dungeon Creation: Noted that it is modified
No edit summary
Line 76: Line 76:
:Sample null string, also used for an empty room: “000000000000000000000”
:Sample null string, also used for an empty room: “000000000000000000000”


:The header of the file contains (each on their own line): dungeon name, dungeon id, width by height, theme, and the next dungeon id.
:The very first line of the text file is the name of the level. This can be anything.


:Each room will be listed in the text file on a separate line.
:The second line is the level ID number. (found in XO metadata, auto-generated by Fortune Maker™)
 
:The third line of the text file is where the room dimensions are written in the format of column by row (CxR).
 
:The fourth line is the theme ID number. ‘0’ is the default level theme type.
 
:The fifth line is the next-level ID number. The exit to this level will link to the entrance of the next level.
 
:Finally, each additional line represents the rooms contained in the level. Each room will be listed in the text file on a separate line. Rooms are represented from left to right, top to bottom in order.