Skip to content

Commit c197ace

Browse files
authored
Merge pull request #1159 from Mimigris/patch-3
Update EasyRPG Player core documentation
2 parents a50269d + e8906aa commit c197ace

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/library/easyrpg.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ Content that can be loaded by the EasyRPG core have the following file extension
2626

2727
- .ldb
2828
- .zip
29+
- .lzh
2930
- .easyrpg
3031

3132
### RTP files
3233

33-
You must download the RTP2000 and RTP2003 from [here](https://www.rpgmakerweb.com/run-time-package). They are exe/zip files but can be extracted with e.g. 7zip. Create `rtp` folder in `system` folder. Put the extracted data in "rtp/2000" and "rtp/2003" to `system/rtp` accordingly.
34+
You must download the RTP2000 and RTP2003 from [here](https://www.rpgmakerweb.com/run-time-package). They are exe/zip files but can be extracted with e.g. 7zip. Create a `rtp` folder in the `system` folder of the frontend. Put the extracted data from the RTP2000 in "rtp/2000" and the extracted data from the RTP2003 in "rtp/2003".
3435

3536
| | | | | |
3637
|---|---|---|---|---|
@@ -87,10 +88,14 @@ The EasyRPG core saves/loads to/from these directories.
8788
- Save##.dyn (Additional save file data used by some games)
8889
- Save.lgs (Global save data used by some games)
8990
- easyrpg_log.txt (EasyRPG log file)
91+
- Arbitrary files may be created in the game directory depending on the game
9092

9193
**Frontend's system directory**
9294

9395
- easyrpg-player/config.ini (configuration of the engine)
96+
- easyrpg-player/Soundfont (soundfont files)
97+
- easyrpg-player/Font (font files)
98+
- easyrpg-player/wildmidi.cfg (wildmidi configuration file, to combine with an instruments folder)
9499

95100
### Geometry and timing
96101

0 commit comments

Comments
 (0)