Skip to content

Version 1.01

Latest
Compare
Choose a tag to compare
@pk-2000 pk-2000 released this 15 Jan 09:34
· 2 commits to master since this release
657da03
  • set minimum window resolution to 800x600
  • set maximum window size to the resolution of the monitor
  • minor bug fixed (restore window position when exiting fullscreen on some games)
  • default maximum resolution 1280x960 (can be changed by editing the mkxp.config)
  • Windows version
    md5 hash: 639D00754092F397477066DA76AD7A17
  • Linux x64 versions:
    (A) compatible with fluidsynth v1
    md5 hash: E3AD3FACB1B4CC37748CF70057149DB7
    (B) compatible with fluidsynth v2
    md5 hash: C48E04D9288528845736EDEDF7C47356

Linux Instructions:

To run it, edit the permissions of the file "Falcon-mkxp.desktop" and enable the option "Allow this file to run as a program".
It will be renamed to "Game".... double-click it to run Falcon-mkxp. (you need to install a helper like "dh-runit", "runit-helper", etc.)
Or you can simply open the terminal and type:
./Falcon-mkxp.bin

In case you get warnings of missing dependencies open the folder "lib64" and delete the files "libopenal.so.1", "libSDL2-2.0.so.0" "libSDL2_image-2.0.so.0", "libSDL2_ttf-2.0.so.0" and libfluidsynth.so.(1 or 2). Then install them from the repositories of your distro.
e.g. for Ubuntu and debian based distros open the terminal and type:
sudo apt-get install libopenal1 libsdl2-2* libsdl2-image-2* libsdl2-ttf-2* libfluidsynth*

for other distros search the repositories for the libraries "openal" (or "openal-soft"), "sdl2-2", "sdl2-image-2", "sdl2-ttf-2" and "fluidsynth".