You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/library/easyrpg.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,11 +26,12 @@ Content that can be loaded by the EasyRPG core have the following file extension
26
26
27
27
- .ldb
28
28
- .zip
29
+
- .lzh
29
30
- .easyrpg
30
31
31
32
### RTP files
32
33
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".
34
35
35
36
||||||
36
37
|---|---|---|---|---|
@@ -87,10 +88,14 @@ The EasyRPG core saves/loads to/from these directories.
87
88
- Save##.dyn (Additional save file data used by some games)
88
89
- Save.lgs (Global save data used by some games)
89
90
- easyrpg_log.txt (EasyRPG log file)
91
+
- Arbitrary files may be created in the game directory depending on the game
90
92
91
93
**Frontend's system directory**
92
94
93
95
- 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)
0 commit comments