A Chants Of Sennaar mod loader, using MonoMod.
If you're a mod developer, there are examples in the repo.
Feel free to join the modding discord server.
- Download COSML in the releases.
- Unzip the content in your game folder:
Chants of Sennaar\Chants Of Sennaar_Data\Managed\
. - Create manually a folder named
Mods
within theManaged
folder and put your mods there. - Launch the game and enjoy!
To uninstall COSML, do Verify integrity of game files...
on the game's property on Steam.
You can replace in-game translations or add custom languages. Simply duplicate template.txt
in Managed\I18n\
and name it after its language code. Then fill it with your translations.
Any i18n file named in the following list will replace their corresponding in-game language: en, fr, es, es-419, pt, de, it, zh, zh-tw, ja, ko, ru, cs, pl
.
All sprites of the game: https://drive.google.com/drive/folders/1ISNfrq57yj26VVAu6vrk9cHR6tlRqGDr?usp=sharing
All fonts of the game: https://drive.google.com/drive/folders/1sn8N94b-fIlBANODLGepdt_WyhPYvYO6?usp=sharing
If you want to use the API, for making mods or using them, please use a release or the installer.
- Clone the repository.
- Copy the Managed folder from your Hollow Knight installation into the solution folder and name it
Vanilla
. - Build the solution using an IDE or
dotnet build
. - The result will be in
OutputFinal
.
- Rundisc_ for making this gorgeous game <3
- Hollow Knight Modding API used as a template to make this mod loader.
Distributed under the MIT license.