SweetPain-WEBFISHING_Patch112_Lure_Cosmetic_Mod_Fix icon

WEBFISHING Patch112 Lure Cosmetic Mod Fix

A simple fix for cosmetics not loading properly in 1.12 (FOR LURE COSMETIC MOD DEVELOPERS)

Last updated 2 days ago
Total downloads 272
Total rating 0 
Categories Tools Libraries
Dependency string SweetPain-WEBFISHING_Patch112_Lure_Cosmetic_Mod_Fix-1.0.5
Dependants 0 other packages depend on this package

README

WEBFISHING Patch 1.12 Lure Cosmetic Mod Fix

A simple fix for cosmetics not loading properly in 1.12

THIS IS NOT A MOD!! This is a RESOURCE for any old and new Cosmetic Modders for LureRefreshed

This also is a bug that seems to happen SPORADICALLY, meaning that you may have it or may not. PLEASE don't install this if you haven't already tried to export the mod into a pck and test it in the actual game. I have found no rhyme or reason as to what causes this.

This fix is only applicable to those who, upon loading in with LureRefreshed and their mod, lose all their accessories, clothes, hats, EVERYTHING! it also sometimes makes you the default white cat and removes your ability to edit your character. (Example of losing accessories below)

alt text

Another way to tell if you need this fix is by checking your Godot log. If it's full of parse errors related to cosmetic_resource.gd and rig_main_updated.gd, as well as a bunch of failed loadings of animations, accessories, and other things, this fix will probably help you as well.

For some reason, v1.12 broke dependencies for adding cosmetics UNLESS you used the mod "Lights n Stuff" (because it uses a custom rig)

This upload is some simple resources that seemed to have fixed accessories for me and other modders (shoutout Skunqu and TeaLovingLad for confirming this fixed it)

The download should contain two files; Assets and Resources

All you have to do is drop them into the res:// of your MOD PROJECT, not the decompiled game.

See below for an example:

alt text

After you've done this, all you have to do is re-export your mod into a pck file like normal.

Note: you do NOT have to tick the new files for the export, you can still just tick your mod file (Example below of an export)

alt text

After this is done, you SHOULD be good.

If your accessory still are not loading at all without the Lights n Stuff mod, do let me know and I can TRY to look into it, but my knowledge on Godot isn't phenomenal so you'll have to bear with me.

Hope this works for yah!

ps it's version 1.0.5 because of readme updates