原址:https://hub.sp-tarkov.com/files/file/239-lua-s-playerbossscav/
以boss或raider的视角游玩scav模式,需要手动在mod的config.json中开启(把disable改成enable),将GenerateScavProfileOnStartup改成enable,并删除playerscav文件,先游玩一次现有的scav就会刷新出boss了,可以修改mod中的config文件中的chance数值,数值越高成为boss的几率越大(有2个数值,第一个是raider,第二个是boss),scav的技能修改Aki_Data/Server/database/templates/profiles.json(作者说在这里改,但是我试过好像没有用,可能需要修改boss的技能,boss和玩家boss可能共用一个数据,且在mod中添加技能会报错)
也可以在rolelist下面添加其他bot类型(在这里找Aki_Data/Server/database/bots/types)
{
“Config”: {
“Enabled”: false,
“GenerateScavProfileOnStartup”: false,
“ScavPlayCooldown”: 0,
“Scav”: {
“Energy”: 100,
“Hydration”: 100,
“HealthMultiplier”: {
“Head”: 1.0,
“Chest”: 1.0,
“Stomach”: 1.0,
“LeftArm”: 1.0,
“RightArm”: 1.0,
“LeftLeg”: 1.0,
“RightLeg”: 1.0
},
“RoleList”: [
“assault”
],
“Skills”: {
}
},
“Raider”: {
“Chance”: 15.0,
“Energy”: 100,
“Hydration”: 100,
“HealthMultiplier”: {
“Head”: 1.0,
“Chest”: 1.0,
“Stomach”: 1.0,
“LeftArm”: 1.0,
“RightArm”: 1.0,
“LeftLeg”: 1.0,
“RightLeg”: 1.0
},
“RoleList”: [
“pmcbot”,
“cursedassault”,
“followerbully”,
“followergluharassault”,
“followergluharscout”,
“followergluharsecurity”,
“followergluharsnipe”,
“followerkojaniy”,
“followersanitar”,
“sectantpriest”
],
“Skills”: {
}
},
“Boss”: {
“Chance”: 6.9,
“Energy”: 100,
“Hydration”: 100,
“HealthMultiplier”: {
“Head”: 1.0,
“Chest”: 1.0,
“Stomach”: 1.0,
“LeftArm”: 1.0,
“RightArm”: 1.0,
“LeftLeg”: 1.0,
“RightLeg”: 1.0
},
“RoleList”: [
“bossbully”,
“bossgluhar”,
“bosskilla”,
“bosskojaniy”,
“bosssanitar”,
“bosstagilla”,
“sectantwarrior”
],
“Skills”: {
“BotReload”: 0
}
}
}
}
隐藏内容需要付费才可以看见
没找到playerscav这个文件,mod安装了不起作用
我的是最新版本的,这个是什么情况?
66666666666666
更新新版本了,大佬能代下一下嘛
貌似不适用于2.2.0
遇到无效的版本字符串咋办啊