Sorry, but there's a new error
[ERROR] bot bossTest does not have properly defined chance values.
[ERROR] bot followerTest does not have properly defined chance values.
Sorry, but there's a new error
[ERROR] bot bossTest does not have properly defined chance values.
[ERROR] bot followerTest does not have properly defined chance values.
1.12.3.2应该已经解决了该问题。事实证明,它需要比额外的if语句稍微复杂一些的东西。
血腥的Javascript。
Thanks a lot
Display MoreThat looks like something is adding a type of bot that doesn't have an equipment entry, assuming you're using 1.12.3.1.
I can't be certain this will fix it, but if you go into mod.js and ctrl-f for the line:
let a = botTypes[i].chances.equipment
and then add this right under it:
if (a)
That should fix the issue. If it doesn't, setting factionIdentifiers to false will definetely solve it, but will also remove AI armbands.
Sorry, by only doing this doesn't it work
when using the mod on AKI-1.3.0, it crashed while loading into the main interface,even if i disable the options related to AI's gear tweaks
here comes the error report
TypeError: Cannot read property 'equipment' of undefined
at Function.addFactionIdentifiers (C:\EFT\user\mods\Fin-AITweaks\src\mod.js:2434:32)
at Object.interceptWeather [as aitweaks] (C:\EFT\user\mods\Fin-AITweaks\src\mod.js:1942:13)
at Function.getResponse (C:\EFT\obj\routers\HttpRouter.js:17:57)
at Function.sendResponse (C:\EFT\obj\servers\HttpServer.js:112:29)
at Inflate.cb (C:\EFT\obj\servers\HttpServer.js:147:22)
Does the lastest version of the mod suit the AKI 1.3.0?