Valentin

Results 65 comments of Valentin

For people coming here through google or something, a few things to try if you run into this issues like this: 1) Turn on LibK Debug and check your logs...

No it's an issue with 7000 items haha

Could you try and see if anything is further up the console? This looks like that at some point a function fails but i'm fairly sure the errors here are...

As @Marco15453 said, and please make sure to use all lowercase letters, e.g. `addons/libk` not `addons/LibK`

Check your console for errors, maybe try adding 1 dlc at a time

Looks like some code (TTT2 perhaps since you mentioned the update?) is using `callback` as a global variable which breaks any scripts trying to use that name. Not really anything...

We might need port the fix from the shopicons to inventory icons as well. Thanks for reporting

Looks like another addon that you have is overriding the `class` global that this addon depends on. Search your addons folder for the text `class =` and anything if it...

Workshop addons could also cause this

Just looking at the error I can only tell you that there is a module registered with your PS2 that doens't have mod.Blueprints set to a table - can't really...