| 1 | == Module types == |
| 2 | |
| 3 | * Challenge - module available from Challenge menu, has own trophies, doesn't affect score.wad/player.wad |
| 4 | * Episode - module available from New Game menu, if 1 or more modules are present, instead of immedately new game screen, you'll have pick module - has own score.wad, doesn't affect player.wad |
| 5 | * Total Conversion - module available either at launch, or from Custom Game menu (relaunch) - has own score.wad, player.wad and configuration files! |
| 6 | |
| 7 | == Paths == |
| 8 | |
| 9 | Variables: |
| 10 | |
| 11 | * BINPATH - binary file path |
| 12 | * DATAPATH - static data path |
| 13 | * USERPATH - modifiable files path (user home directory subdir - .doomrl, DoomRL) |
| 14 | |
| 15 | Music directories: |
| 16 | |
| 17 | {{{ |
| 18 | DATAPATH/mp3 |
| 19 | DATAPATH/wav |
| 20 | DATAPATH/mid |
| 21 | DATAPATH/wavhq |
| 22 | }}} |
| 23 | |
| 24 | Root files: |
| 25 | |
| 26 | {{{ |
| 27 | DATAPATH/core.wad |
| 28 | DATAPATH/modules/doomrl.wad |
| 29 | }}} |
| 30 | |
| 31 | Config/user files: |
| 32 | {{{ |
| 33 | USERPATH/log.txt |
| 34 | USERPATH/error.log |
| 35 | USERPATH/doomrl/config.lua (and other .lua config files) |
| 36 | USERPATH/doomrl/score.wad |
| 37 | USERPATH/doomrl/player.wad |
| 38 | USERPATH/doomrl/mortem.txt |
| 39 | USERPATH/doomrl/mortem/* |
| 40 | USERPATH/doomrl/screenshot/* |
| 41 | }}} |
| 42 | |
| 43 | Module files: |
| 44 | |
| 45 | {{{ |
| 46 | USERPATH/module_id/config.lua (and other .lua config files) |
| 47 | USERPATH/module_id/score.wad |
| 48 | USERPATH/module_id/player.wad |
| 49 | USERPATH/module_id/mortem.txt |
| 50 | USERPATH/module_id/mortem/* |
| 51 | USERPATH/module_id/screenshot/* |
| 52 | USERPATH/modules/module_id.wad |
| 53 | }}} |