equirs / fashionscape-plugin

Fashionscape plugin for RuneLite
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Issue with Gauntlet Items #38

Open Brifrost opened 2 years ago

Brifrost commented 2 years ago

When using the Gauntlet armour (like LEGS:23894 (Crystal legs (perfected))), There are issues with clipping due to the legs extending down into the boot slot. Also, when wearing capes/backpacks with the (HEAD:23888 (Crystal helm (perfected))), the neck usually disappears on the character. I suspect this is because you do not wear capes at the gauntlet, however. The legs should be fixable though.

I hope this gets resolved soon!

Brifrost

equirs commented 2 years ago

I have a feeling these are issues with the models themselves, since they weren't intended to be worn with items outside of the gauntlet. The plugin doesn't do any sort of model manipulation, that would involve a lot more than what the RuneLite API can do.

Brifrost commented 2 years ago

I have a feeling these are issues with the models themselves, since they weren't intended to be worn with items outside of the gauntlet. The plugin doesn't do any sort of model manipulation, that would involve a lot more than what the RuneLite API can do.

Is it possible to hide the boot slot then? Would be nice to figure out the workaround. I did put on Elven boots and they look better so far, but would love to just go nothing on (if possible with the plugin).

equirs commented 2 years ago

Yeah, if you select a boot style in the "base" tab, it'll override any item equipped there. Basically the same effect as hiding the item.

Brifrost commented 2 years ago

Yeah just selecting a base feet look still makes the clipping weird. Just wanted to point it out to you if you didn't know :)

equirs commented 2 years ago

Oh, you're right. It looks like this is one of the only items in the game that does that. I'll look into hiding boots when those are equipped.

Brifrost commented 2 years ago

Let me know what you find out!