mirrror
Find a file
DepressedTWM 4b13fed3e1 meow
2026-06-01 14:07:41 -04:00
assets meow 2026-05-18 09:57:51 +04:00
binding-mri fix 2026-06-01 10:56:11 -04:00
chromasdk Debuging ruby error + added One shot mode 2026-04-12 12:49:07 +04:00
config/mruby 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
installer UNTESTED BULLSHIT IN MASTER BRANCH YAPPPII 2026-05-27 00:22:18 +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 Security Sandbox 2026-06-01 05:47:20 -04:00
shader dynamic water 2026-05-29 22:02:33 +03:00
src meow 2026-06-01 14:07:41 -04: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
xxd+ i hate ruby 2026-04-04 01:25:41 +04: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 Added stacktrace info in crashlogs 2026-06-01 09:26:48 -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 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 a 2026-05-26 22:39:55 +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
oclint.sh Bug fixes and other 2026-04-14 21:34:06 +02:00
oneshot.conf im looks like shit 2026-05-28 12:33:48 +04:00
README.md b 2026-05-03 12:27:45 +04: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 Работа по переписыванию на SDL3 стандартную библеотеку C 2026-05-30 10:07:56 -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 or higher)
  • Boost
  • SDL3
  • pixman
  • SDL3_image
  • SDL3_ttf
  • SDL3_sound
  • OpenAL
  • PhysFS
  • sigc++-2.0
  • 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)

TODOs

TODOs moved to github Issues