Overview
ResEdit is a mod for Sky: Children of the Light that allows users to modify game assets and resources during initialization time. It loads resource packs, similar to Minecraft, and features a priority system where resource packs at the bottom have lower priority than those at the top. Mod can be used with Canvas.
Features
Getting Started
Preparation
Please do one of the following bellow:
ANDROID_NDK_HOME
environment variableANDROID_HOME
environment variable and use -DANDROID_NDK_VERSION={ndk_version}
flag when building the libStep above is needed because project does not use gradle, because there is no need for additional building overhead since we only need to build native code
git clone https://github.com/gxosty/sky-resedit.git
cd sky-resedit
mkdir build
cd build
cmake -GNinja .. [-DANDROID_NDK_VERSION={ndk_version} if needed]
cmake --build .. --parallel [parallel-compile-number]
Contributing
We welcome contributions from the community! If you're interested in contributing, please follow these guidelines:
License
sky-resedit is licensed under GNU General Public License v3.0