Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

307 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

《杀戮尖塔2》模组制作指南

支持版本:public-beta

《杀戮尖塔2》原生支持模组,所以你可以直接制作模组并使用。

由于游戏目前处于抢先体验阶段,教程可能不是最优解,且代码更改频繁,如有错误请指正。

点击上方文件夹或者打开 https://tutorials.sts2modding.com/ 查看文档。

如果浏览太卡,请尝试打开图形加速。

mod开发交流群:542370192

以防你有网络问题下载工具:https://pan.baidu.com/s/1yuxPkDpCV8EVLkDubqiirg?pwd=apar

一些常用文档网址:

Godot: https://docs.godotengine.org/zh-cn/4.x/

Harmony: https://harmony.pardeike.net/articles/intro.html

C#教程: https://learn.microsoft.com/zh-cn/dotnet/csharp/tour-of-csharp/

RitsuLib: https://github.com/BAKAOLC/STS2-RitsuLib

BaseLib: https://github.com/Alchyr/BaseLib-StS2

Slay the Spire 2 Modding Guide

Supported version: public-beta

Slay the Spire 2 natively supports mods, so you can create and use mods directly.

Since the game is in early access, these tutorials may not be optimal and the code changes frequently. Corrections are welcome.

Click the folders above or visit https://tutorials.sts2modding.com/en/ to browse the docs.

If browsing is laggy, try enabling graphics acceleration.

Useful documentation links:

Godot: https://docs.godotengine.org/en/4.x/

Harmony: https://harmony.pardeike.net/articles/intro.html

C# Tutorial: https://learn.microsoft.com/en-us/dotnet/csharp/tour-of-csharp/

RitsuLib: https://github.com/BAKAOLC/STS2-RitsuLib

BaseLib: https://github.com/Alchyr/BaseLib-StS2