mkxp-sunshine/README.md
user 2ac06653d9 Small changes, small brain
Committer: ZakatTeamI2P <zakatteam@proton.me>
2026-04-30 14:18:18 -04:00

34 lines
672 B
Markdown

# mkxp-sunshine
This is a specialized fork of [mkxp-oneshot](https://github.com/elizagamedev/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
* Ruby (3 or higher)
* Boost
* SDL3
* pixman
* SDL3_image
* SDL3_ttf
* [SDL3_sound](https://github.com/icculus/SDL_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