制作泰拉瑞亚的拼豆流程:
- 进入泰拉瑞亚文件夹:在 steam 下载的文件里进入 steamapps/common/Terraria/Content/Images/类似目录(点击
浏览游戏文件) - 在 wiki 上[https://terraria.wiki.gg/] 搜索需要的物品或者人物
- 在右侧找到类似下面的 id 说明(这里以 Royal Delight 为例):
Internal Item ID: 4797
Internal Buff ID: 284
Internal Projectile ID: 881
- 分别对应了:物品 id,buff id,投射物(召唤物)id
- 根据此 id 与所属搜索对应的 xnb 文件,例如
Projectile 881,使用[https://github.com/LeonBlade/xnbcli] 这里给出的工具进行解包 - 使用[https://ezgif.com/sprite-cutter] 对精灵图进行切分,一般来说,填入 cols 为 1,rows 为图中包含的帧数即可
- 使用拼豆图纸生成器[https://fusebead.sulian-blog.com/] 生成拼豆图纸
- 根据生成的图纸进行拼豆制作
- 完成!