User Tools

Site Tools


user:player:platforms

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

user:player:platforms [2026/07/05 10:14] – created carbonarauser:player:platforms [2026/07/05 10:19] (current) carbonara
Line 71: Line 71:
   * Game folder: Folder of the Player executable   * Game folder: Folder of the Player executable
   * WildMidi: Folder of the Player executable   * WildMidi: Folder of the Player executable
-  * Soundfont folder: /%USERPROFILE%/AppData/Roaming/EasyRPG/Player/Soundfont/ +  * Soundfont folder: ''/%USERPROFILE%/AppData/Roaming/EasyRPG/Player/Soundfont/'' 
-  * Font folder: /%USERPROFILE%/AppData/Roaming/EasyRPG/Player/Font/ +  * Font folder: ''/%USERPROFILE%/AppData/Roaming/EasyRPG/Player/Font/'' 
-  * Configuration: /%USERPROFILE%/AppData/Roaming/EasyRPG/Player/config.ini +  * Configuration: ''/%USERPROFILE%/AppData/Roaming/EasyRPG/Player/config.ini'' 
-  * Log: /%USERPROFILE%/AppData/Local/EasyRPG-Player.log+  * Log: ''/%USERPROFILE%/AppData/Local/EasyRPG-Player.log''
  
 === Mac OS === === Mac OS ===
Line 96: Line 96:
 The Android version asks the user to select a folder from which EasyRPG files will be read, upon which it will look for files in the following directories: The Android version asks the user to select a folder from which EasyRPG files will be read, upon which it will look for files in the following directories:
  
-  * Game folder: /<selected-Android-folder>/games/ +  * Game folder: ''/<selected-Android-folder>/games/'' 
-  * RTP (2000): /<selected-Android-folder>/rtp/2000/ +  * RTP (2000): ''/<selected-Android-folder>/rtp/2000/'' 
-  * RTP (2003): /<selected-Android-folder>/rtp/2003/ +  * RTP (2003): ''/<selected-Android-folder>/rtp/2003/'' 
-  * Soundfont folder: /<selected-Android-folder>/soundfonts/ +  * Soundfont folder: ''/<selected-Android-folder>/soundfonts/'' 
-  * Font folder: /<selected-Android-folder>/fonts/ +  * Font folder: ''/<selected-Android-folder>/fonts/'' 
-  * Configuration: /storage/emulated/0/Android/data/org.easyrpg.player/files/config.ini +  * Configuration: ''/storage/emulated/0/Android/data/org.easyrpg.player/files/config.ini'' 
-  * Log: /<selected-Android-folder>/saves/easyrpg-player.log+  * Log: ''/<selected-Android-folder>/saves/easyrpg-player.log''
  
-Additionally, the /<selected-Android-folder>/saves/ folder is used to write the save data of games that are stored in zip, lzh and easyrpg files.+Additionally, the ''/<selected-Android-folder>/saves/'' folder is used to write the save data of games that are stored in zip, lzh and easyrpg files.
 While WildMidi is displayed in the settings, it currently cannot be set and as such cannot be used (see [[https://github.com/EasyRPG/Player/issues/3598|Player issue #3598]]). While WildMidi is displayed in the settings, it currently cannot be set and as such cannot be used (see [[https://github.com/EasyRPG/Player/issues/3598|Player issue #3598]]).
  
Line 114: Line 114:
 The libretro version looks for files in the following directories: The libretro version looks for files in the following directories:
  
-  * RTP (2000): /<libretro-path-set-for-system-and-bios-files>/rtp/2000/ +  * RTP (2000): ''/<libretro-path-set-for-system-and-bios-files>/rtp/2000/'' 
-  * RTP (2003): /<libretro-path-set-for-system-and-bios-files>/rtp/2003/ +  * RTP (2003): ''/<libretro-path-set-for-system-and-bios-files>/rtp/2003/'' 
-  * WildMidi: /<libretro-path-set-for-system-and-bios-files>/ +  * WildMidi: ''/<libretro-path-set-for-system-and-bios-files>/wildmidi.cfg'' 
-  * Soundfont folder: /<libretro-path-set-for-system-and-bios-files>/easyrpg-player/Soundfont/ +  * Soundfont folder: ''/<libretro-path-set-for-system-and-bios-files>/easyrpg-player/Soundfont/'' 
-  * Font folder: /<libretro-path-set-for-system-and-bios-files>/easyrpg-player/Font/ +  * Font folder: ''/<libretro-path-set-for-system-and-bios-files>/easyrpg-player/Font/'' 
-  * Configuration: /<libretro-path-set-for-system-and-bios-files>/easyrpg-player/config.ini+  * Configuration: ''/<libretro-path-set-for-system-and-bios-files>/easyrpg-player/config.ini''
  
 The libretro version does not need a dedicated game folder location: instead, the user has to select the EasyRPG core, and then can load a game by selecting to open a file of its folder (like selecting the ldb file of the game), or by loading a zip, lzh or easyrpg archive to let EasyRPG Player open it and then select a game within it. The libretro version does not need a dedicated game folder location: instead, the user has to select the EasyRPG core, and then can load a game by selecting to open a file of its folder (like selecting the ldb file of the game), or by loading a zip, lzh or easyrpg archive to let EasyRPG Player open it and then select a game within it.
Line 144: Line 144:
 The Wii version looks for files in the following directories on the used SD card or USB drive: The Wii version looks for files in the following directories on the used SD card or USB drive:
  
-  * Game folder: /apps/easyrpg-player/ +  * Game folder: ''/apps/easyrpg-player/'' 
-  * RTP (2000): /data/rtp/2000/ +  * RTP (2000): ''/data/rtp/2000/'' 
-  * RTP (2003): /data/rtp/2003/ +  * RTP (2003): ''/data/rtp/2003/'' 
-  * WildMidi: /data/ +  * WildMidi: ''/data/wildmidi.cfg'' 
-  * Soundfont folder: /data/easyrpg-player/Soundfont/ +  * Soundfont folder: ''/data/easyrpg-player/Soundfont/'' 
-  * Font folder: /data/easyrpg-player/Font/ +  * Font folder: ''/data/easyrpg-player/Font/'' 
-  * Configuration: /data/easyrpg-player/config.ini +  * Configuration: ''/data/easyrpg-player/config.ini'' 
-  * Log: /data/easyrpg-player/EasyRPG-Player.log+  * Log: ''/data/easyrpg-player/EasyRPG-Player.log''
  
 === Wii U === === Wii U ===
Line 157: Line 157:
 The Wii U version looks for files on the SD card in the following directories: The Wii U version looks for files on the SD card in the following directories:
  
-  * RTP (2000): /wiiu/data/easyrpg-player/rtp/2000/ +  * RTP (2000): ''/wiiu/data/easyrpg-player/rtp/2000/'' 
-  * RTP (2003): /wiiu/data/easyrpg-player/rtp/2003/ +  * RTP (2003): ''/wiiu/data/easyrpg-player/rtp/2003/'' 
-  * WildMidi: /wiiu/data/easyrpg-player/wildmidi.cfg+  * WildMidi: ''/wiiu/data/easyrpg-player/wildmidi.cfg''
   * Soundfont folder:   * Soundfont folder:
   * Font folder:   * Font folder:
Line 181: Line 181:
 The 3DS version looks for files on the (Micro) SD Card in the following directories: The 3DS version looks for files on the (Micro) SD Card in the following directories:
  
-  * Game folder: /3ds/easyrpg-player/ +  * Game folder: ''/3ds/easyrpg-player/'' 
-  * RTP (2000): /data/rtp/2000/ +  * RTP (2000): ''/data/rtp/2000/'' 
-  * RTP (2003): /data/rtp/2003/ +  * RTP (2003): ''/data/rtp/2003/'' 
-  * Soundfont folder: /data/easyrpg-player/Soundfont/ +  * Soundfont folder: ''/data/easyrpg-player/Soundfont/'' 
-  * Font folder: /data/easyrpg-player/Font/ +  * Font folder: ''/data/easyrpg-player/Font/'' 
-  * Configuration: /data/easyrpg-player/config.ini +  * Configuration: ''/data/easyrpg-player/config.ini'' 
-  * Log: /data/easyrpg-player/EasyRPG-Player.log+  * Log: ''/data/easyrpg-player/EasyRPG-Player.log''
  
 If you use the .cia version, WildMidi is bundled inside the EasyRPG Player and reads its configuration from it, so an external WildMidi configuration cannot be provided. If you use the .cia version, WildMidi is bundled inside the EasyRPG Player and reads its configuration from it, so an external WildMidi configuration cannot be provided.
Line 198: Line 198:
 The Nintendo Switch version looks for files on the Micro SD Card in the following directories: The Nintendo Switch version looks for files on the Micro SD Card in the following directories:
  
-  * RTP (2000): /switch/easyrpg-player/rtp/2000/ +  * RTP (2000): ''/switch/easyrpg-player/rtp/2000/'' 
-  * RTP (2003): /switch/easyrpg-player/rtp/2003/+  * RTP (2003): ''/switch/easyrpg-player/rtp/2003/''
   * WildMidi:   * WildMidi:
   * Soundfont folder:   * Soundfont folder:
Line 212: Line 212:
 The PlayStation Vita version looks for files on the memory card in the following directories: The PlayStation Vita version looks for files on the memory card in the following directories:
  
-  * Game folder: /data/easyrpg-player/ +  * Game folder: ''/data/easyrpg-player/'' 
-  * RTP (2000): /data/easyrpg-player/rtp/2000/ +  * RTP (2000): ''/data/easyrpg-player/rtp/2000/'' 
-  * RTP (2003): data/easyrpg-player/rtp/2003/ +  * RTP (2003): ''/data/easyrpg-player/rtp/2003/'' 
-  * WildMidi: /data/easyrpg-player/wildmidi.cfg+  * WildMidi: ''/data/easyrpg-player/wildmidi.cfg''
   * Soundfont folder:   * Soundfont folder:
   * Font folder:   * Font folder:
user/player/platforms.txt · Last modified: by carbonara

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki