Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/library/easyrpg.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ Content that can be loaded by the EasyRPG core have the following file extension

- .ldb
- .zip
- .lzh
- .easyrpg

### RTP files

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.
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".

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

**Frontend's system directory**

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

### Geometry and timing

Expand Down
Loading