mirrror
Find a file
ZakatTeamI2P e29a3c366c h
2026-05-04 11:41:06 +04:00
assets efesdg 2026-04-19 11:30:25 +02:00
binding-mri h 2026-05-04 11:41:06 +04:00
chromasdk Debuging ruby error + added One shot mode 2026-04-12 12:49:07 +04:00
journal IAAAAAAAAAAAAAA PIDORAAAAAAAAAAAAAAAAAAAAAAAAAS 2026-04-19 10:58:40 +02:00
patches Bug fixes and other 2026-04-14 21:34:06 +02:00
scripts h 2026-05-04 11:41:06 +04:00
scripts-test wow 2026-05-03 16:39:50 +04:00
shader im tired 2026-04-19 14:13:45 +02:00
src h 2026-05-04 11:41:06 +04: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 efesdg 2026-04-19 11:30:25 +02:00
xxd+ i hate ruby 2026-04-04 01:25:41 +04:00
.gitignore added .vscode to .gitignore, cause local workspace includes 2026-03-30 20:46:12 +00:00
cleanup.sh IAAAAAAAAAAAAAA PIDORAAAAAAAAAAAAAAAAAAAAAAAAAS 2026-04-19 10:58:40 +02:00
CMakeLists.txt Debug 2026-05-01 04:02:29 -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 Bug fixes and other 2026-04-14 21:34:06 +02: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 Small changes, small brain 2026-04-30 14:18:18 -04:00
README.md b 2026-05-03 12:27:45 +04:00
rpgscript.rb Small changes, small brain 2026-04-30 14:18:18 -04:00
steam_appid.txt Basic Steamworks API support 2016-02-17 17:16:22 -05:00
update-gamecontrollerdb.sh iiiiiiiiii fuuuuuuuuuuuuuuuuuuuuckiiiiiiiiiiiiiiiiin hateeeeeeeeeeeeeeeeee rubyyyyyyyyyyyyy 2026-04-17 15:04:32 +02: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