Difference between revisions of "RPG Maker"

From Linux Gaming
Jump to navigation Jump to search
(Created page with "[https://en.wikipedia.org/wiki/RPG_Maker RPG Maker] is a software series dedicated to RPGs development. Games made with these engines can usually be played through Wine or different source ports. == Native == === RPG Maker 2000/2003 === [https://easyrpg.org/player/ EasyRPG Player] can run games made with RPG Maker 2000 and 2003<ref>https://easyrpg.org/player/</ref>on Linux natively . You can install it from your distribution official repositories or download the exe...")
 
m
Line 5: Line 5:
=== RPG Maker 2000/2003 ===
=== RPG Maker 2000/2003 ===


[https://easyrpg.org/player/ EasyRPG Player] can run games made with RPG Maker 2000 and 2003<ref>https://easyrpg.org/player/</ref>on Linux natively .  
[https://easyrpg.org/player/ EasyRPG Player] can run games made with RPG Maker 2000 and 2003<ref>https://easyrpg.org/player/</ref>on Linux natively.  


You can install it from your distribution official repositories or download the executable from the website<ref>https://easyrpg.org/player/downloads/#release-linux</ref>. To start a game, put the EasyRPG Player binary in the same directory as "RPG_RT.exe". Open a [[terminal]] emulator and run <code>./easyrpg-player</code>. As it supports [[Misc#MIDI_playback_support|MIDI playback]], you don’t need another program. Download a SoundFont file, rename it to "easyrpg.soundfont" and EasyRPG Player will use it by default<ref>https://github.com/EasyRPG/easyrpg.org/issues/55#issuecomment-675758243</ref>. EasyRPG Player can also be started with environment variables<ref>https://easyrpg.org/player/manual/#_environment</ref>, custom settings from configuration files<ref>https://easyrpg.org/player/manual/#_files</ref> and command-line options<ref>https://wiki.easyrpg.org/user/player/command-line</ref><ref>https://easyrpg.org/player/manual/#_options</ref> like:
You can install it from your distribution official repositories or download the executable from the website<ref>https://easyrpg.org/player/downloads/#release-linux</ref>. To start a game, put the EasyRPG Player binary in the same directory as "RPG_RT.exe". Open a [[terminal]] emulator and run <code>./easyrpg-player</code>. As it supports [[Misc#MIDI_playback_support|MIDI playback]], you don’t need another program. Download a SoundFont file, rename it to "easyrpg.soundfont", move it next to EasyRPG Player and it will use it by default<ref>https://github.com/EasyRPG/easyrpg.org/issues/55#issuecomment-675758243</ref>. EasyRPG Player can also be started with environment variables<ref>https://easyrpg.org/player/manual/#_environment</ref>, custom settings from configuration files<ref>https://easyrpg.org/player/manual/#_files</ref> and command-line options<ref>https://wiki.easyrpg.org/user/player/command-line</ref><ref>https://easyrpg.org/player/manual/#_options</ref> like:
* <code>--soundfont <soundfont></code>, to use a custom path for your SoundFont
* <code>--soundfont <soundfont></code>, to use a custom path for your SoundFont
* <code>--project-path <path></code>, to change the path where "RPG_RT.exe" is located
* <code>--project-path <path></code>, to change the path where "RPG_RT.exe" is located

Revision as of 02:55, 13 May 2025

RPG Maker is a software series dedicated to RPGs development. Games made with these engines can usually be played through Wine or different source ports.

Native

RPG Maker 2000/2003

EasyRPG Player can run games made with RPG Maker 2000 and 2003[1]on Linux natively.

You can install it from your distribution official repositories or download the executable from the website[2]. To start a game, put the EasyRPG Player binary in the same directory as "RPG_RT.exe". Open a terminal emulator and run ./easyrpg-player. As it supports MIDI playback, you don’t need another program. Download a SoundFont file, rename it to "easyrpg.soundfont", move it next to EasyRPG Player and it will use it by default[3]. EasyRPG Player can also be started with environment variables[4], custom settings from configuration files[5] and command-line options[6][7] like:

  • --soundfont <soundfont>, to use a custom path for your SoundFont
  • --project-path <path>, to change the path where "RPG_RT.exe" is located
  • --engine
  • --disable-rtp
  • --encoding
  • --save-path
  • --show-fps --fps-limit --no-vsync

Now that you use EasyRPG Player, you shouldn't need .exe, .dll, .jar files and you can remove them from the game project directory except "RPG_RT.exe" (this one is needed). All RPG Maker 2000/2003 games aren't compatible with EasyRPG Player though[8].