Please do not ask when mod authors will update their mods to 3.9.X
Bothering mod authors will lead to warnings and repeat offenses will lead to eventual bans.
Bothering mod authors will lead to warnings and repeat offenses will lead to eventual bans.
-
Version 1.0.0
- iguana365play
- 580 Downloads
iguana365play Author
The problem is now fixed
blubberi
Still showing "Thursday, 6:49 pm"
iguana365play Author
I update it on the Google drive, not in the aki version tab
Andr2
it's a pity there are only clothes without equipment
iguana365play Author
Check this out, if you haven't already
Brave_Damage
can you show which line needs to be edited?
blubberi
Using answer from andr2
const enLocale = require("G:/AkiTarkov/user/mods/AdditionalClothing_DigitalFloraPack/db/locales/en.json"); Replace it with this: const enLocale = require("../db/locales/en.json");
blubberi
Getting error. This one is about Digital Flora, but when I delete one mod folder I'm getting same error with the next one
Luigi
Exactly the same problem
cwhandersen
Had the same problem. But I have a fix for it.
Go into the mod, then the "src" folder. Open the "mod.js" file in notepad and replace line 13 with "const enLocale = require(`../db/locales/en.json`);"
(without the quotes of course).
Andr2
const enLocale = require("G:/AkiTarkov/user/mods/AdditionalClothing_DigitalFloraPack/db/locales/en.json"); Replace it with this: const enLocale = require("../db/locales/en.json");
iguana365play Author
Sorry for that, that is a mistake on my side since its my game directory. I didn't quite catch that. Going to update the mod in a sec