Lirikana's Armor Library / Port for latest AKI 1.0.1

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.

Port of Lirikana's Armor Library

Mod that contains a library for making armor mods


Original Author: Lirikana

Original Mod Listing: Lirikana's Armor Library

  • the mod conflicts with "KMC mods", i found it with trial and error

    • ill look into patching it

    • 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.

    • so nothings wrong on this mods end?

    • 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.

    • nice, you should probably let them know so they can add the patch

  • [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.

    • 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

    • Thx. I´ll try it. I think too, its a mod conflict ^^.

    • This error relates to the missing _id property on those 2 files from KMC Weapons

    • I'm also getting this error. I tried reinstalling as suggested, and the error still appears.

      Is it a mod conflict perchance?

    • look at the top comment, in KMC weapons there's 2 missing _id s that are causing problems

      Thanks 1