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.
Mod that contains a library for making armor mods
Original Author: Lirikana
Original Mod Listing: Lirikana's Armor Library
-
Version 1.0.1
- Kobrakon
- 859 Downloads
//Updated for 2.2.0
-
Version 1.0.0
- Kobrakon
- 588 Downloads
SamaelCrimson#7346
the mod conflicts with "KMC mods", i found it with trial and error
Kobrakon Author
ill look into patching it
Arys
I fixed it on my end. The error stemmed from "MOD_BARREL_CREEDMOOR16.js" and "MOD_BARREL_CREEDMOOR20.js" from KMC Weapons (thanks Samael for narrowing it down).
Both the scripts were missing an "_id" property for the gas block slot.
Kobrakon Author
so nothings wrong on this mods end?
Arys
Yeah it's an issue on KMC's end.
Could implement a check for if it has a _id property but seems like a waste of effort imo when changing the two problematic files itself is easy enough.
All I did was add: "_id" : HashUtil.generate(), to the missing block.
Kobrakon Author
nice, you should probably let them know so they can add the patch
DrGhost
[ERROR] Trace:
TypeError: Cannot read property 'localeCompare' of undefined
at Lirikana_Armorlib.carrierAddPlate (G:\Games\AKI\AKI SPT 2.1.2\user\mods\A_2_Lirikana_Armorlib\src\Lirikana_Armorlib.js:213:57)
at Lirikana_Armorlib.plateAddAllCarrier (G:\Games\AKI\AKI SPT 2.1.2\user\mods\A_2_Lirikana_Armorlib\src\Lirikana_Armorlib.js:314:26)
at Lirikana_Armor_CarriersAndPlates.load (G:\Games\AKI\AKI SPT 2.1.2\user\mods\Z_1_Lirikana_Armor_CarriersAndPlates\src\Lirikana_Armor_CarriersAndPlates.js:125:18)
at Function.executeMods (G:\Games\AKI\AKI SPT 2.1.2\obj\bundle.js:26082:28)
at Function.load (G:\Games\AKI\AKI SPT 2.1.2\obj\bundle.js:25971:15)
at Object.load [as aki-mods] (G:\Games\AKI\AKI SPT 2.1.2\obj\bundle.js:16417:15)
at Function.load (G:\Games\AKI\AKI SPT 2.1.2\obj\bundle.js:27461:27)
at Function.main (G:\Games\AKI\AKI SPT 2.1.2\obj\bundle.js:15143:9)
at Object.103../Lib.js (G:\Games\AKI\AKI SPT 2.1.2\obj\bundle.js:15148:9)
at o (G:\Games\AKI\AKI SPT 2.1.2\obj\bundle.js:1:265)
i got this Error, when i install it.
Kobrakon Author
this is an issue with carriers and plates, not just the armor library, and since I'm not able to recreate it on my end just try reinstalling it, if it still doesn't work it might be because of a mod conflict
DrGhost
Thx. I´ll try it. I think too, its a mod conflict ^^.
WHLW97
This error relates to the missing _id property on those 2 files from KMC Weapons
ExiledBlood
I'm also getting this error. I tried reinstalling as suggested, and the error still appears.
Is it a mod conflict perchance?
Kobrakon Author
look at the top comment, in KMC weapons there's 2 missing _id s that are causing problems