mirrror
Find a file
whitecum1488 e86d90927f mrow
2026-07-08 13:04:14 +04:00
assets a 2026-06-23 15:26:47 +04:00
binding-mri bruh2 2026-07-06 23:31:50 +04:00
changelogs mrow 2026-07-08 02:34:29 +04:00
journal Meow 2026-05-20 10:47:32 +04:00
patches/mac more Android Support! 2026-07-02 22:16:31 +03:00
scripts bruh2 2026-07-06 23:31:50 +04:00
shader sorry 2026-07-02 17:24:37 +03:00
src Some changes meow 2026-07-08 02:07:36 +04:00
steamshim Some changes meow 2026-07-08 02:07:36 +04:00
steamshim_parent Optimizations for steamshim 2026-07-03 00:24:06 +03:00
third_party added stable mruby as submodule 2026-06-01 00:16:42 +00:00
windows efesdg 2026-04-19 11:30:25 +02:00
.gitignore a 2026-05-23 23:08:36 +04:00
.gitmodules added stable mruby as submodule 2026-06-01 00:16:42 +00:00
CMakeLists.txt bruh 2026-07-06 23:30:39 +04:00
COPYING Add GPLv2 license text 2013-09-01 16:42:10 +02: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 Bug fixes and other 2026-04-14 21:34:06 +02:00
make-journal-linux.sh Bug fixes and other 2026-04-14 21:34:06 +02:00
make-oneshot-linux.sh JIT 2026-06-15 07:43:37 -04:00
make-oneshot-mac.command mrow 2026-07-08 02:34:29 +04:00
mklang.rb Bug fixes and other 2026-04-14 21:34:06 +02:00
mklangsrc.rb DYNAMIC LIGHT OMG MEOW MEOW MEOW 2026-07-01 00:00:07 +03:00
oneshot.conf mrow 2026-07-08 02:34:29 +04:00
PEOPLES.md mrow 2026-07-08 13:04:14 +04:00
PORTING.md mrow 2026-07-08 02:34:29 +04:00
README.md some changes by DepressedTWM 2026-06-21 18:53:49 +03:00
rpgscript.rb mrow 2026-07-08 02:34:29 +04:00
steam_appid.txt Basic Steamworks API support 2016-02-17 17:16:22 -05:00
update-gamecontrollerdb.sh JIT 2026-06-15 07:43:37 -04:00

mkxp-sunshine

This is a specialized fork of mkxp-oneshot designed for OneShot: sunshine mod. Target of sunshine mod - improve original game.

xScripts.rxdata

./rpgscript.rb scripts/ [GameDir]

Build

1.Install required packages

  • Cmake
  • C/C++ compiler
  • xxd
  • Ruby 3+
  • Boost
  • SDL3
  • pixman
  • SDL3_image
  • SDL3_ttf
  • SDL3_sound
  • OpenAL
  • PhysFS
  • sigc++-2.0
  • OpenSSL
  • libzip
  • GTK3(Linux only!)
  • libxfconf(Linux only!)

2.build

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