mirrror
Find a file
2026-08-14 15:35:40 +03:00
assets gdfg 2026-08-10 12:17:19 +04:00
binding-mri Engine SEGFAULT on crash() when ruby is not initialized fixed 2026-08-14 12:30:10 +04:00
changelogs Master Volume 2026-08-12 13:08:19 +03:00
journal gaysex 2026-08-04 12:23:18 +04:00
patches/mac more Android Support! 2026-07-02 22:16:31 +03:00
scripts windows blacklist 2026-08-13 23:14:13 +03:00
scripts_benchmark banchmrask bullshit 2026-08-07 13:49:59 +04:00
shader УЕЗХЩОЦ;КЕ(ЦК;_ХПРХЦЗКТП_+КЦ(РТПХ+)КЫПШ 2026-08-05 17:51:33 +04:00
src you forgor somemeow 2026-08-14 15:35:40 +03:00
steamshim Replacing standart C library methods with SDL methods 2026-07-14 12:43:43 -04:00
steamshim_parent Test 2026-08-01 00:10:23 +04:00
toolchain/arch a 2026-08-12 11:52:18 +04:00
windows efesdg 2026-04-19 11:30:25 +02:00
.gitignore ga 2026-08-10 01:18:41 +04:00
CMakeLists.txt windows bandling script 2026-08-13 21:24:37 +03:00
COPYING
libraries.rb Windows Bundle building fix 2026-08-14 15:06:19 +04:00
LICENSE.steamshim.txt
make-appimage.sh Silly changes 2026-07-16 01:14:20 +03:00
make-journal-linux.sh Silly changes 2026-07-16 01:14:20 +03:00
make-oneshot-bsd.sh ngpfoigfip[dhgh 2026-08-06 16:29:57 +04:00
make-oneshot-linux.sh Use strong compression in Linux bundles 2026-08-12 23:34:02 +04:00
make-oneshot-mac.command Test 2026-08-01 00:10:23 +04:00
make-oneshot-windows.sh windows bandling script 2026-08-13 21:24:37 +03:00
mklang.rb Silly changes 2026-07-16 01:14:20 +03:00
mklangsrc.rb Silly changes 2026-07-16 01:14:20 +03:00
MODDING.md Test 2026-08-01 00:10:23 +04:00
oneshot.conf i want KYS 2026-08-05 22:11:32 +04:00
PEOPLES.md f 2026-08-08 12:16:51 +04:00
README.md FIXESSSSSSS 2026-08-12 17:37:28 +04:00
rpgscript.rb mrow 2026-07-08 02:34:29 +04:00
steam_appid.txt
tests.sh УЕЗХЩОЦ;КЕ(ЦК;_ХПРХЦЗКТП_+КЦ(РТПХ+)КЫПШ 2026-08-05 17:51:33 +04: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, GCC 14+ or MinGW
    • xxd
    • Ruby 3.4+
    • Boost
    • SDL3
    • pixman
    • SDL3_image
    • SDL3_ttf
    • SDL3_mixer
    • PhysFS
    • sigc++-2.0
    • GTK3(*NIX only!)
    • libxfconf(*NIX only!)
    • libseccomp(Linux only)

(*NIX - Linux,FreeBSD and other UNIX and UNIX-like systems.)

  1. build
    • In project dir create build dir
    • cmake . -B build -DDEBUG=(ON/OFF) -DCMAKE_TOOLCHAIN_FILE=toolchain/arch/(x86/arm64/ia-64).cmake
    • cd build
    • make -jn (n - count of threads for compilation)

also you can use build scripts like make-oneshot-linux.sh