补丁介绍
《星露谷物语》SlingShotFramework框架 v0.1允许模组开发者为 eslilingue 创建自己的武器模组,允许他们向其中添加任何物品、其伤害以及是否具有爆炸性。
额外的机器配置安装
1、解压缩
2、安装MOD管理器SMAPI,并按照安装说明配置MOD文件夹:点此下载。
3、将解压后得到的MOD文件夹放入/Steam/steamapps/common/Stardew Valley/Mods文件夹下
4、通过Start StardewModdingAPI.exe启动,开始游戏。
SlingShotFramework框架 v0.1介绍
(机翻)
该模组是模组开发者为 eslilingue 创建自己的武器模组的框架,允许他们向其中添加任何物品、其伤害以及是否具有爆炸性。
要创建自定义弹弓模组,您必须创建必要的文件:
manifest.json
{
"Name": "nameMod",
"Author": "authorName",
"Version": "0.1",
"Description": "Description mod.",
"UniqueID": "authorName.nameMod",
"ContentPackFor": {
"UniqueID": "alichan.SlingShotFramework", //reference for framework
"MinimumVersion": "0.1"
}
}
SlingShot.json
{
"validItemIds": [
"(O)392",
"(O)288" //Add the items you want to add to the slingshot here, in this example we added the Nautilus Shell -> item code (O)392 and the Mega Bomb -> item code (O)288
],
"ammoDamageValues": {
"(O)392": 300,
"(O)288": 900 //Add damage to items added in the list above (O)392 receives 300 of damage and (O)288 receives 900 of damage
},
"explosiveAmmunitionIds": [
"(O)392",
"(O)288" // Add items as explosive item ammunition
],
"explosionItemIds": [
"(O)392",
"(O)288" // Add items as explosive item sound of explosion
],
"validCategories": [
-74 // Add all items in the category to be used in the slingshot
]
}
只需要这 2 个文件即可在您的 mod 中使用该框架。
更多内容:星露谷物语补丁大全
普通下载:
资源地址收录规则:
玩家还下载了这些补丁
游戏工具最新更新
游戏工具下载TOP10
1
大小:2.2MB
2
大小:102.2MB
3
大小:98.4MB
4
大小:2.2MB
5
大小:6.3M
6
大小:96MB
7
大小:38.1M
8
大小:720M
9
10
大小:74.50MB