mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
mirrror
| assets | ||
| binding-mri | ||
| config/mruby | ||
| installer | ||
| journal | ||
| mrbgems | ||
| patches/mac | ||
| scripts | ||
| shader | ||
| src | ||
| steamshim | ||
| steamshim_parent | ||
| third_party | ||
| windows | ||
| .gitignore | ||
| .gitmodules | ||
| CMakeLists.txt | ||
| COPYING | ||
| install.command | ||
| libraries.rb | ||
| LICENSE.steamshim.txt | ||
| make-appimage.sh | ||
| make-journal-linux.sh | ||
| make-oneshot-linux.sh | ||
| make-oneshot-mac.command | ||
| mklang.rb | ||
| mklangsrc.rb | ||
| MODLOADER.md | ||
| oneshot.conf | ||
| PEOPLES.md | ||
| README.md | ||
| rpgscript.rb | ||
| steam_appid.txt | ||
| update-gamecontrollerdb.sh | ||
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)
TODOs
TODOs moved to github Issues