{"id":28956045,"url":"https://github.com/xetrinityz/thatskyloader","last_synced_at":"2026-07-18T09:36:03.340Z","repository":{"id":293124957,"uuid":"983021989","full_name":"XeTrinityz/ThatSkyLoader","owner":"XeTrinityz","description":"A mod loader for the game Sky: Children of the Light","archived":false,"fork":false,"pushed_at":"2025-06-04T18:20:58.000Z","size":21944,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-07-18T09:35:46.368Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/XeTrinityz.png","metadata":{"files":{"readme":"Readme.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-13T18:54:52.000Z","updated_at":"2026-07-15T16:11:50.000Z","dependencies_parsed_at":"2025-06-23T20:46:30.532Z","dependency_job_id":null,"html_url":"https://github.com/XeTrinityz/ThatSkyLoader","commit_stats":null,"previous_names":["xetrinityz/thatskymodloader","xetrinityz/thatskyloader"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/XeTrinityz/ThatSkyLoader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XeTrinityz%2FThatSkyLoader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XeTrinityz%2FThatSkyLoader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XeTrinityz%2FThatSkyLoader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XeTrinityz%2FThatSkyLoader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XeTrinityz","download_url":"https://codeload.github.com/XeTrinityz/ThatSkyLoader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XeTrinityz%2FThatSkyLoader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35614490,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-18T02:00:07.223Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-23T20:31:09.893Z","updated_at":"2026-07-18T09:36:03.323Z","avatar_url":"https://github.com/XeTrinityz.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img2.storyblok.com/fit-in/0x300/filters:format(webp)/f/108104/368x415/436d2e239c/sky-logo-white.png\" alt=\"Sky: Children of the Light\" width=\"300\"/\u003e\n\u003c/p\u003e\n\n\u003e **Note:** This repo is by [XeTrinityz](https://github.com/XeTrinityz) created from the [original project](https://github.com/lukas0x1/sml-pc) by [Lukas](https://github.com/lukas0x1) which is no longer maintained. This repo includes significant optimizations and enhancements to the original codebase.\n\n## Overview\n\nThatSkyLoader is a powerful mod loader for Sky: Children of the Light on PC. It integrates with the game through a Vulkan layer, allowing for dynamic loading and management of mods without modifying the original game files.\n\n## Features\n\n- **Dynamic Mod Loading**: Load and unload mods at runtime\n- **User-Friendly Interface**: ImGui-based interface for managing mods\n- **Mod Management**: Enable/disable mods individually\n- **Custom Font Support**: Configurable font settings for the mod interface\n- **Vulkan Integration**: Seamless integration with the game's rendering pipeline\n\n## Prerequisites\n\n- Windows 10 or later\n- Visual Studio 2022 with C++ development tools\n- CMake 3.20 or higher\n- x64 Native Tools Command Prompt for VS 2022\n\n## Installation\n\n### 1. Clone the Repository\n\n```sh\ngit clone https://github.com/XeTrinityz/ThatSkyLoader.git\ncd ThatSkyLoader\n```\n\n### 2. Extract Dependencies\n\nBefore building, extract the compressed library files:\n\n```sh\n# Extract libmem.7z in the lib/release directory\n7z x lib/release/libmem.7z -o./lib/release/\n```\n\n### 3. Build the Project\n\nDue to linking issues with libmem in Visual Studio, build using the command line:\n\n```cmd\n# Open x64 Native Tools Command Prompt for VS 2022\nmkdir build\ncd build\ncmake .. -G \"NMake Makefiles\" -D CMAKE_BUILD_TYPE=\"Release\"\nnmake\n```\n\n### 4. Installation\n\nAfter building, the mod loader will be available as `powrprof.dll` in the `lib/release` directory. To install:\n\n1. Copy `powrprof.dll` to your Sky: Children of the Light installation directory\n2. Create a `mods` folder in the same directory if it doesn't exist\n3. Place your mod files (`.dll`) in the `mods` folder\n\n## Usage\n\n1. Launch Sky: Children of the Light\n2. Use the interface to enable/disable mods\n3. Enjoy your modded gameplay experience!\n\n## Creating Mods\n\nMods for ThatSkyLoader are DLL files that follow a specific API. A basic mod structure includes:\n\n```cpp\n// Example mod structure\nextern \"C\" {\n    // Required mod info function\n    __declspec(dllexport) ModInfo GetModInfo() {\n        ModInfo info;\n        info.name = \"Example Mod\";\n        info.version = \"1.0.0\";\n        info.author = \"Your Name\";\n        info.description = \"A simple example mod\";\n        return info;\n    }\n    \n    // Called when the mod is loaded\n    __declspec(dllexport) bool OnLoad() {\n        // Initialization code\n        return true;\n    }\n    \n    // Called when the mod is unloaded\n    __declspec(dllexport) void OnUnload() {\n        // Cleanup code\n    }\n}\n```\n\n\n## Project Structure\n\n- `src/` - Source code files\n  - `layer.cpp` - Vulkan layer implementation\n  - `mod_loader.cpp` - Core mod loading functionality\n  - `menu.cpp` - ImGui interface implementation\n  - `main.cpp` - Entry point\n- `include/` - Header files\n- `lib/` - External libraries\n\n## Contributing\n\nContributions are welcome! This fork is actively maintained by [XeTrinityz](https://github.com/XeTrinityz). Please feel free to submit a Pull Request.\n\n1. Fork the project\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the terms of the license included with the repository.\n\n## Contact\n\nFor questions or issues specific to this optimized fork, please contact [XeTrinityz](https://github.com/XeTrinityz) or open an issue on GitHub.\n\n---\n\n\u003cp align=\"center\"\u003e\n  Made with ❤️ for the Sky: Children of the Light community\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxetrinityz%2Fthatskyloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxetrinityz%2Fthatskyloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxetrinityz%2Fthatskyloader/lists"}