lanarey
Newcomer
Uhm, hi! I'm new here and I'm new to modding.
So I've been searching (totally not for personal reasons) for a mod that lets you play as the female farmer body type while still being a male farmer (NPCs still refer to you as a boy, still adopt kids with a male spouse, etc.), but I haven't been in luck so far besides the gender neutrality mod (that mod modifies all dialogue to be gender neutral, but I still want to be a male).
I have some experience with modding using content patcher, so I want to try to make my own mod by replacing the male farmer sprite with the female sprite. Seems simple enough, but the problem is that the male farmer is exactly 1 pixel taller than the female farmer. And I will assume that if I simply just
So my question is, how can I change the coordinates of the farmer overlay sprites (clothing, hair, etc) with content patcher? I've been searching through the game assets .json files and haven't found data that references this :/
Is it hardcoded into the game? If so, can I still change it? Do you have any other ideas? Or perhaps there is already a mod that does this?
Sorry for the long post and thank you for reading ;-;
So I've been searching (totally not for personal reasons) for a mod that lets you play as the female farmer body type while still being a male farmer (NPCs still refer to you as a boy, still adopt kids with a male spouse, etc.), but I haven't been in luck so far besides the gender neutrality mod (that mod modifies all dialogue to be gender neutral, but I still want to be a male).
I have some experience with modding using content patcher, so I want to try to make my own mod by replacing the male farmer sprite with the female sprite. Seems simple enough, but the problem is that the male farmer is exactly 1 pixel taller than the female farmer. And I will assume that if I simply just
EditImage
the farmer_base.png
with farmer_girl_base.png
, there will be a visual offset for outfits, hair, amongst other visibly broken things.So my question is, how can I change the coordinates of the farmer overlay sprites (clothing, hair, etc) with content patcher? I've been searching through the game assets .json files and haven't found data that references this :/
Is it hardcoded into the game? If so, can I still change it? Do you have any other ideas? Or perhaps there is already a mod that does this?
Sorry for the long post and thank you for reading ;-;