Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log Warning: Failed to initialize artifact "phase_boots": Not enough Modifiers. (1 needed) #81

Open
Krutoy242 opened this issue Feb 19, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@Krutoy242
Copy link

debug.log has this line:

[15:44:16] [Client thread/WARN] [tconevo]: Failed to initialize artifact "phase_boots": Armour modification produced error: Not enough Modifiers. (1 needed)

Probably, i dont have one of artifacts. How to fix this warning and return this artifact to game?

@SonicX8000
Copy link

The artifact didn't load because it didn't have enough free modifiers to apply the pre-set modifiers. In the phase_boots.json (config\tconevo\artifacts) increase the value for "free_mods" by 1 and the artifact should load correctly.

I ran into this issue myself since I have tools start out with 1 modifier instead of 3 due to tool leveling & such.

@Krutoy242
Copy link
Author

Krutoy242 commented Mar 2, 2021

increase the value for "free_mods" by 1 and the artifact should load correctly.

It works! Error fixed.
But i still wish default configs wouldn't cause any errors.

@SonicX8000
Copy link

SonicX8000 commented Mar 5, 2021

It works! Error fixed.

Nice that it was fixed.

But i still wish default configs wouldn't cause any errors.

Default config is fine if you have enough base modifiers, which normally is 3. It's only if you change the base modifiers via Tool Leveling / Construct's Armory that it may prevent some Artifacts from loading due to not having enough modifiers.

@phantamanta44 phantamanta44 added the bug Something isn't working label Mar 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants