These are needeed for the md branch (should already be installed for most)
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 0.1.2
++ Revamped API
+ [API] Hook function now has a check to see if the function is already hooked.
+ [API] Added more scanning methods. (Pattern Scanning and Data Scanning)
+ [API] Added back Restore function from v1.0.0-alpha
+ [API] Added an unpatching method.
+ [API] Added fastfunctions (read source for details).
+ Changed ImGUI menu style.
+ Added more debug information (for developers!)
+ [INFO] Added logging for window snapshot information
+ [INFO] Added DeltaTime logging for ImGUI
+ Possible fix for VulkanHooking issue.
+ Added fix for Auto-Installer (renamed file from SML_PC.0.1.2.zip to sml-pc.zip)
+ Addition to sml_config.json (7/26/2024)
Overview Sky Mod Loader (SML) is a mod/plugin loader with IMGUI support for Sky: Children of the Light. It provides a solid foundation for modders to create native mods for the game.
Installation Instructions
Download SML: Obtain the SML zip file.
Extract the Files: Unzip the contents of the file into the root directory of your Sky: Children of the Light installation.
Default Path: C:\Program Files (x86)\Steam\steamapps\common\Sky Children of the Light
Verify Placement: Ensure all extracted files are in the same directory as the game’s executable.
Mod Installation
Finding Mods: Mods are hosted by their creators and can be found independently. For links and releases of some mods, you can join my Discord server.
Installing Mods:
Download the desired mod's .dll file.
Place the .dll file into the mods folder within the SML directory.
The loader will automatically detect and load the mod.
Development Resources
Source Code & Templates: The SML source code and plugin templates using its API are available on GitHub for developers looking to create their own mods.