Hi I was wondering if I could suggest something and its making the transparency feature enabled by default. I know it exists to prevent exploits in multiplayer but as you may have seen in the texture-help channel people seem to be still forgetting to activate it. The idea is that making the texturepack I'm making and another that may come online (Better Animations by Creato lily with animated eyes) like you install it and it runs without further setup aside from the skin modification. (Also because I'll be adding the first person hand fix in the code)
#Allow player transparency skins by default in ETF
1 messages · Page 1 of 1 (latest)
And also I thought about this since Bedrock already allows player transparency in its own multiplayer
but I'm aware that if player makes a completely transparency skin then the complete skin turns black.
Or something I could think about is that ETF has a another option in the "Allow skin transparency" that say behaves similar to the transparency with ETF skins.
This new default option would something like allow skin transparency if a resourcepack that alters the player model is detected.
I believe it already is
I mean that the option that allows it comes enabled without having to enter their menu
I haven't touched my ETF settings
Those are ETF skins
to use texturepacks like Fresh Moves the option has to be set to "All skins"
but people keep forgetting to activate this so the same issue is coming over and over
even with the fact I put the fixes in the resourcepack page, the wiki, the tutorial
I mean I know this is mostly due to other people not paying enough attention, but could also simplify the usage of the pack, they install it, it works and that's it.
ah
I will consider doing this if a player model is detected
however there are concerns for making it the always default
not only the multiplayer cheating potential
but also for people who use the ears mod and have data encoded in their transparency layer
my perspective is:
it's better for a player who is actively choosing to add a player model that requires transparency to have to enable it rather than have players who don't even know etf is installed in their downloaded modpack have invisible / broken player textures and dont know why and have to fix
I guarantee you 95%+ of people using ETF don't even know it, because modpacks
a possible suggestion
if users add these pixels to their skin they will be transparent by default
this just enables etf skin features but doesnt actually apply any
actually
I have something that solves all of this
by default i'll have it not remove transparency in the unused pixels area
stupidly obvious when you think about it
keep the bahaviour in the actually used arm sections
Or maybe that all cubes added inside bones nested within the head bone in the model would have the transparency enabled
that would be a rather tricky thing to back calculate
i'll show you what im thinking of doing for the default for now
alright
vanilla makes this area be not transparent
i'll change it to allow transparency in all teh white parts here
vanilla is just lazy and does it in 3 boxes because you never see those parts anyway
thats even more convenient
this preserves the vanilla behaviour and wont cause problems but also allows your pack to auto work
and then full transparency works as normal
sounds good for me. I didnt know vanilla worked like that
easier to code