mirrror
Find a file
2026-06-25 20:52:46 +03:00
assets a 2026-06-23 15:26:47 +04:00
binding-mri CONTROLS SETTINGS LJG:LSFGLH:JNSGFL:JHKSHJ:LFK:SHLJKF 2026-06-25 20:52:46 +03:00
installer meow 2026-06-12 07:12:36 -04:00
journal Meow 2026-05-20 10:47:32 +04:00
mrbgems going to drop mri for mruby, added some files will be used soon. i'll try to modify our CMakeLists.txt tommorow for mruby building 2026-06-01 03:36:27 +00:00
patches/mac Cleanup 2026-05-18 07:39:57 +04:00
scripts CONTROLS SETTINGS LJG:LSFGLH:JNSGFL:JHKSHJ:LFK:SHLJKF 2026-06-25 20:52:46 +03:00
shader lin shader fix 2026-06-22 23:33:21 +03:00
src CONTROLS SETTINGS LJG:LSFGLH:JNSGFL:JHKSHJ:LFK:SHLJKF 2026-06-25 20:52:46 +03:00
steamshim Работа по переписыванию на SDL3 стандартную библеотеку C 2026-05-30 10:07:56 -04:00
steamshim_parent Работа по переписыванию на SDL3 стандартную библеотеку C 2026-05-30 10:07:56 -04: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 CONTROLS SETTINGS LJG:LSFGLH:JNSGFL:JHKSHJ:LFK:SHLJKF 2026-06-25 20:52:46 +03:00
COPYING
install.command Small changes bcz im stupiid and trash 2026-06-01 23:49:16 +03: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 Fix an embarrassing typo 2019-04-21 03:33:30 -07:00
mklang.rb Bug fixes and other 2026-04-14 21:34:06 +02:00
mklangsrc.rb Bug fixes and other 2026-04-14 21:34:06 +02:00
MODLOADER.md ModLoader and hooks 2026-06-08 15:13:23 -04:00
niga.rb Aded profiler efkdlgm 2026-06-23 13:51:17 +04:00
oneshot.conf meow 2026-06-12 07:12:36 -04:00
PEOPLES.md Emscriptein port 2026-06-12 10:14:21 -04:00
README.md some changes by DepressedTWM 2026-06-21 18:53:49 +03:00
rpgscript.rb rpgscript.rb fix for riby 3 2026-05-22 10:13:57 +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)