11# rpgxp
22
33rpgxp is a project that seeks to be able to create games compatible with
4- [ mkxp] ( https://github.com/Ancurio/mkxp ) .
5- It's written in Ruby on GTK+3.
4+ [ mkxp] ( https://github.com/Ancurio/mkxp ) .
5+ It's under development and many features are missing.
6+ Code is written to work, so sometimes it's a mess.
7+ Contributions and bug reports are welcome.
8+ It's written in Ruby on GTK+3.
69
710It is licensed under the GNU General Public License v3.
811
912## Dependencies
10- Ruby, rake and the following gems (and their dependencies):
13+ Ruby, rake and the following gems (including their dependencies):
1114- gtk3
1215- ruby-filemagic
1316- launchy
@@ -17,15 +20,16 @@ Ruby, rake and the following gems (and their dependencies):
1720They can downloaded running ` $ rake deps `
1821
1922## Install
23+
2024### On GNU systems
21- First download a mkxp executable from
22- [ here] ( https://github.com/Ancurio/mkxp/#prebuilt-binaries ) or a
25+ First download a mkxp executable (licensed under GPLv2) from
26+ [ here] ( https://github.com/Ancurio/mkxp/#prebuilt-binaries ) or an
2327amd64 Ubuntu-compatible statically linked binary from
2428[ here] ( https://www.dropbox.com/s/x0pwgn2fw72t27k/mkxp_linux?dl=0 ) .
2529Once extracted, get the binary and rename it "mkxp_linux" in the data/system/
2630directory.
2731
28- Download the public domain font :
32+ Download the public domain soundfont :
2933[ GMGSx.sf2] ( https://www.dropbox.com/s/qxdvoxxcexsvn43/GMGSx.sf2?dl=0 ) and place
3034it in the data/system/ directory.
3135
@@ -40,5 +44,5 @@ To run just execute:
4044` $ rpgxp `
4145
4246### Other platforms
43- GNU instructions should work on Darwin. Win32 is not supported.
47+ GNU instructions should work on Darwin. Win32 is not supported (yet?) .
4448
0 commit comments