mirrror
Find a file
2026-03-31 01:08:11 +04:00
assets Fix gtk messageboxes, copyright 2020-06-18 17:40:37 -07:00
binding-mri SAPF{DOGPFOSG 2026-03-31 00:10:53 +04:00
binding-null Implement F12 game reset (MRI only) 2014-09-26 06:25:47 +02:00
chromasdk remove some unnecessary stuff 2018-01-19 00:38:41 -04:00
journal Added https://github.com/elizagamedev/mkxp-oneshot/pull/44, added https://github.com/elizagamedev/mkxp-oneshot/pull/51, added Debug mode! 2026-03-30 14:42:20 +04:00
patches Linux changes (#62) 2019-04-21 03:50:20 -07:00
scripts binding-mri changes for SDL3 2026-03-30 16:52:49 +04:00
shader Merge remote-tracking branch 'MKXP/master' into new-mkxp 2018-03-06 18:43:36 -08:00
src alstream.cpp changes 2026-03-30 20:54:52 +00:00
steamshim Corrected minor issues with steamshim and documented the building 2018-08-06 22:27:41 +02:00
steamshim_parent Linux changes (#62) 2019-04-21 03:50:20 -07:00
windows windows: move windows specific files 2017-08-10 21:58:31 +02:00
xxd+ Initial commit 2013-09-01 16:27:21 +02:00
.gitignore added .vscode to .gitignore, cause local workspace includes 2026-03-30 20:46:12 +00:00
cleanup.sh Linux changes (#62) 2019-04-21 03:50:20 -07:00
CMakeLists.txt dgjmfrslkghr 2026-03-31 01:08:11 +04:00
COPYING Add GPLv2 license text 2013-09-01 16:42:10 +02:00
install.command Fix install script 2018-05-03 02:07:02 -07:00
libraries.rb Fix library blacklist and GTK dialogs 2019-04-22 23:03:35 +02:00
LICENSE.steamshim.txt Updated documentation 2016-02-29 15:39:51 -05:00
make-appimage.sh Fix gtk messageboxes, copyright 2020-06-18 17:40:37 -07:00
make-journal-linux.sh Even more linux/itch fixes 2020-06-17 19:11:11 -07:00
make-oneshot-linux.sh Reverted previous commit; fixed Ruby version default on Linux 2019-04-21 22:37:16 +02:00
make-oneshot-mac.command Fix an embarrassing typo 2019-04-21 03:33:30 -07:00
mklang.rb Fixing mklang file problems on windows and adding some errors to catch in SaveLoad 2017-05-07 15:18:35 -07:00
mklangsrc.rb Added cleaned-up language scripts 2017-03-30 18:46:55 -04:00
mkxp.pro Grab a localized documents directory variant on Linux 2019-04-25 02:50:24 +02:00
oclint.sh Add OCLint command (for macOS) 2018-03-21 01:52:32 -07:00
oneshot.conf.sample Merge remote-tracking branch 'MKXP/master' into new-mkxp 2018-03-06 18:43:36 -08:00
README.md dgjmfrslkghr 2026-03-31 01:08:11 +04:00
rpgscript.rb Fix October bug 2018-10-13 18:49:57 +00:00
steam_appid.txt Basic Steamworks API support 2016-02-17 17:16:22 -05:00

mkxp-sunshine

This is a specialized fork of mkxp-oneshot designed for OneShot: sunshine.

xScripts.rxdata

./rpgscript.rb scripts/ [GameDir]

Build

1.Install required packages Cmake,C/C++ compiler,Ruby,Boost,SDL3,pixman,SDL3_image,SDL3_ttf,SDL3_sound,OpenAL,PhysFS,sigc++-2.0 (Linux only!)GTK3,libxfconf,

2.build

In project dir make build dir. cmake -S . -B build cd build make -jn n - count of threads for compilation