个人杂乱的蔚蓝 mod, 然后没啥好说的了(
统一的个人蔚蓝 mod 更新贴在这里
本项目采用 sap 的蔚蓝 mod 教程 中的 模板.
如果你需要自行构建项目的话请到 SaladimHelper.csproj
文件中将 CelesteRootPath
更改为你的蔚蓝游戏路径.
mod 的 dll/pdb 资源都将由 msbuild 复制. 默认会将 ModFolder
目录复制到到 蔚蓝游戏路径/Mods/<ModName>_copy
, 所以对于资源文件建议放到 ModFolder
文件夹内,
并且不要将项目文件放置到 Mods 文件夹里.
A personal random mod for Celeste.
This project uses the Saladim.CelesteModTemplate.
If you want to build this project on your own, please change the CelesteRootPath
in SaladimHelper.csproj
to your Celeste game path.
dll/pdb resources of the mod will be copied by msbuild. The ModFolder
directory will be copied to <Celeste game path>/Mods/<ModName>_copy
by default, so it is recommended to put resource files in the ModFolder
directory.
And by the way, do not put project files in the Celeste Mods
directory though some of mods do.