#enabled hyperline with fox tail mod on
25 messages · Page 1 of 1 (latest)
are both mods up-to-date?
@median moss hi somethings wrong in drawTail
foxeline is and hyperline hasn't received an update in years
what skin mods do you use
can you replicate this with just foxeline, skinmodhelper and whatever skin mod you use
I have 2 immediate guesses.
- Somehow hyperline deletes the existence of node[0] from PlayerHair
- Floating point imprecision
Both sounds like genuine hell to fix
i would suspect skinmodhelper honestly
ive seen skins with 0 hair nodes
floating point imprecision would have to be impactful if the error term is more than 1, assuming we're on the same wavelength
In the newest update to foxeline i made the fox tail interpolate its colors if you have hyperline hair color definitions
It could be that the floating point imprecision is making it be some stupid number like 8.000000000001
Instead of 7.999999999
Actually in this case it would be -0.000000001
Also its the newest commit
hm
Havent worked on foxeline in a bunch
Uni taking priority
i was planning to add a feature but it turned out more complicated than expected