#Player age mechanic

55 messages · Page 1 of 1 (latest)

flint spade
#

The mod https://www.curseforge.com/minecraft/mc-mods/gender allows for players to set their age to values from 3 to 18, changing the hurt sound and model size accordingly. However, the mod is only for Forge and has not been updated past 1.18. There are already mods that do the female gender thing, so could an implementation of the age aspect also be done?

flint spade
#

Screenshot from the 1.18.2 version of the mod (again, the whole "specific female player model" aspect would be relegated to other, existing Fabric mods):

#

As for player hitboxes: they wouldn't be changed by this to avoid exploits (although perhaps there could be a gamerule or config setting to override this if desired for some reason).

#

Maybe also an option for keeping head size constant like is the case for baby zombies and other baby animals.

flint spade
#

is that even allowed

torpid canyon
#

thats.. an interesting offer

#

im going to assume you're relatively new to the modding community

#

and this is just to create a reputation of a kind?

#

its.. difficult to say but that is a little frowned upon, its not an explicit rule or anything though

#

you get downloads if you're a client/hybrid side modder and have a good mod

#

telling other people wont impact that, theres only a few people who need to be told; the modpack creators

#

anyone whos presence is renowned in the fabricord is genuinely good at modding like patboxs server side wizardry or llamalads mixin support

#

yeah that might make things worse

#

what theyre asking for is just to allow the player model to be scaled

#

but while also having multiple forms

#

/ genders

flint spade
torpid canyon
#

thats a great solution yeah that would probably work

torpid canyon
#

best is if you wait for 1.20.5's generic.scale attribute but otherwise squirrel's solution is easily the best

flint spade
#

i mean the old mod did other things as well (damage sound pitch scaling, etc.)

#

also an option where you can keep head size constant like with other baby entities would be useful

torpid canyon
#

squirrel leaving the head size part this is actually a pretty good request to get started on

#

if you want downloads just maintain it for a bit and modpack creators will start adding it, pretty simple. prolly a 30 minute job

#

sure you can

#

you add pekhui as a library

#

adjust the armor / health attributes of a player

#

mixin to the pitch of the player and have some kind of accessor for the size of the player

#

well a mod

#

or better yet just do it with generic.scale

#

no pekhui required

#

yeah its upto you but its a good one to get your feet wet

#

just notably ignore the additional feature requests they make and the head size thing

#

its a free request :P unless specified, good to ask tho

#

alright im out ciao

#

(you could ask for a little more than just that, perhaps ask them to pitch it to different modpack authors to add it)

flint spade
#

we'll see

#

if this specific request is too hard then some of the older mos requests I've made might be easier

#

there's a few vanilla bugs relating to particle rendering that I've yet to see any mods do a fix for

#

load up a creative world in 1.8.9, feed a sheep/cow/pig/chicken its breeding item, note how it continuously creates heart particles while able to breed, then do the same in a 1.9 creative world or the latest version and notice that it doesn't happen

heavy quarry
#

ok.

flint spade
#

idk i'm evidently not the target audience

#

this specific mod predates release 1.0.0

flint spade
#

remember this was back when the hurt sound was very not female

flint spade
#

on the topic of hurt sounds: here are the three files from the mod (1.12.2), but aside from male adult I don't know the source so idk if it'd be possible to actually use them in a port of this specific feature

flint spade
#

wait did a bunch of messages in here get deleted or something

woeful kiln
#

Looks like it, just arriving now. I would just like to point out the Pekhui mod - it already supports changing player attributes like size, jump height, health, attack damage, all sorts of things and is ideal for creating a custom species, when paired with a mod that allows model tweaks - there was one, I forget the name of it. An age mod could use that as a library.

flint spade
#

Could, but that would change hitboxes as well, would it not?

#

I've been trying to scale down the Fresh Moves player model using EMF but with no luck.

light moat
#

1.21 already supports player scaling and other attributes like that

flint spade
gilded ravine
flint spade
#

I might