- Server version
- 3.2.3
- Game client version
- 19428
- Client log file
- codepaste.sp-tarkov.com/?a54e3…zfbhHJT4QjR6Z4ErU6fwiNBQH
- BepInEx log file
- codepaste.sp-tarkov.com/?39270…1oYu91oh2mg8zxQ1j2Ui1THAN
- Server log file
- codepaste.sp-tarkov.com/?41121…yvEgDAWkzAmWUPfZ8wxzdUZJH
- Have you read the FAQ?
- Yes
- Where did you download your game from?
- Official Tarkov site / cdn server for latest update
- List of used mods
- Valens-AIO_1.6.1
Setting bots to "medium" difficulty (still) results in no bots spawning at all, despite the latest hotfix attempting to fix the issue (game calling the setting both "normal" and "medium" etc.). Other difficulties work fine.
error log:
"In response to http://127.0.0.1:6969/client/game/bot/generate: Error converting value "Medium" to type 'BotDifficulty'. Path '[3].Info.Settings.BotDifficulty', line 1, position 39305."
From bothelper.js:
// Translate into bot difficulty when medium is chosen from menu dropdown
if (difficultySetting.toLowerCase() === "medium") {
difficultySetting = "normal";
}
if (difficultySetting.toLowerCase() === "random") {
difficultySetting = this.chooseRandomDifficulty();
}
From what I can tell this isn't working.