#capes are small for some reason

1 messages · Page 1 of 1 (latest)

sour jackal
#

this issue has persisted since ver 1.10.4 (1.10.3 works fine)

#

yes this is a skytils issue i have troubleshooted for many moons

supple thorn
#

do you have the smolpeople secret?

sour jackal
#

nop

supple thorn
#

Also modlist would be cool to have

sour jackal
#

also not a problem with dulkir it happens on vanilla with only skytils

#

i do however use feather

#

oki

uncut hearth
supple thorn
sour jackal
#

has anyone come in with a similar issue b4

warm veldtBOT
#

Why feather is bad:

  • had a paid beta version that scammed users with a "fake" beta server
  • had stolen free mods and put them behind a paywall

Stole code directly from popular mods like Sk1er's Patcher while violating Copyright

  • completely obfuscated (unreadable)

Mod devs can't fix issues since they don't know what feather does

We don't know if they're sending your information elsewhere (it's known that they send data to sketchy servers, possibly sensitive data)

  • Their support team uses remote access software to access user PCs
  • Modifies Forge a lot, breaking compatibility with mods
  • They have an FPS Boost which relies on stolen code and simply fake-displaying a higher framerate
  • They stay stubborn unless a large backlash occurs
  • Lie to their users to contradict the other developers
  • Refuse to ban ratters from their discord server

The Solution:
Uninstall Feather.

sour jackal
#

is there a usable alternative for 1.7 anims?

supple thorn
#

pretty sure there is

sour jackal
#

ive found none without more problematic compatibility issues than feather gives

#

that is why ive stayed on for several years the essentials are kinda just missing from forge somehow nowadays

#

or cause big issuez

supple thorn
#

I can't remember the feather alternatives list sadly

sour jackal
#

yeah i think the main thing is just 1.7 anims

#

some1 made a sprint mod recently that i think fixes that part of the issue

#

but that used to also suck youd have to enable sprint on startup every time which was annoying

sour jackal
supple thorn
# sour jackal nop

btw you sure about that? Cause I'm pretty sure that's one of the only features that could cause that

#

(Since iirc feather messes with your player resulting in it not being able to be resized)

sour jackal
#

never downloaded small people mod or anything adjacent but dulkir

#

and dulkir out doesnt fix the issue

sour jackal
#

what is the smolpeople secret?

#

or wdym sorry

uncut hearth
#

and it appears the cape mixin is active

#

on a full size player model

sour jackal
uncut hearth
sour jackal
#

ive never like used smolpeople and dont know what it is

uncut hearth
sour jackal
#

like, what cover

#

what does secret have to do with it

#

idk

uncut hearth
sour jackal
sour jackal
uncut hearth
#

yeah, it shouldn't be modifying the cape size unless the model is registered as a child

misty agate
misty agate
#

I guess I got it cause i opened the websocket pr with the basic fix but i closed it since a better one with channels opened and merged after, also got mentioned on release notes

Pretty wholesome to still get credit even if the pr was closed, I appreciate it lol

supple thorn
uncut hearth
#

whar
I should go get green
or orange

#

surely I can clean up my code enough

supple thorn
uncut hearth
supple thorn
misty agate
supple thorn
uncut hearth
#

the experimentation solvers aren't on github

supple thorn
#

I just forgot to remove it from the list D:

uncut hearth
#

if you can figure it out you should add it

misty agate
#

the main branch is a merge hell so likely have to cherry pick and add commits over a fresh base lol

@uncut hearth why have you never opened PRs for them?

#

contributing to upstream is always good

misty agate
# uncut hearth code is also hell

i didnt check all commits, but other than personal changes like songreaver luck instead of skytils user luck (lol) i think it looks fine

#

you even added entries in the locale file instead of hardcoding which i would just hardcode if i was making something for personal use, so it almost looks like a pr but it's not

uncut hearth
uncut hearth
misty agate
#

ah understandable

#

you'd have to split all features to single branches and create seperate prs which will be quite bit of work with current git history

uncut hearth
#

and im fairly sure loads of it doesn't work or isn't finished too

supple thorn
#

I'm gonna do some of the simpler stuff

uncut hearth
#

instead

supple thorn
#

maybe I'm blind but I don't see a matches any of function in those commits at least

supple thorn
#

uhh what matches any of function

#

these?

uncut hearth
#

why not just use the in case by case

supple thorn
#

good question lmao

#

@quick reef is there any reason not to do the x?

#

ig I got a commit ready with in listOf and depending on what lily answers I'll push it

uncut hearth
supple thorn
#

contains just does indexOf(stuff) >= 0 and indexOf basically is an equals check against all elements

quick reef
supple thorn
#

I can't be bothered to look into it a lot, but equalsAnyOf (I accidentally named it ...OneOf) looks like it'd be faster since it only has the array which it goes over, while listOf approach creates an array and a list