would it be possible for someone to make the farmers sprite smaller i dont like how she is larger then the male bachelors, it would be nice to have her the same height as penny or abigail please and thank you
Cant be done, a lot of the drawing is hardcoded and relies on the farmer being the exact height it is, people already tried, it just doesnt work >_<
It may be possible. The female player is already shorter than the male player, and when you swap gender in Jinxie and I's mod we change the height offset on the FarmerRenderer accordingly. Code: farmer.FarmerRenderer.heightOffset = farmer.isMale ? 0 : 4; Might be able to experiment further with the offset. Of course, you'd need to make a smaller character base file as well.
If its not possible to change up the scale of the player, maybe instead you could scale up the NPC? You can with your animals and I do see a <scale>1</scale> in the save file for NPC (example from Sam): <NPC><name>Sam</name><isEmoting>false</isEmoting><isCharging>false</isCharging><willDestroyObjectsUnderfoot>true</willDestroyObjectsUnderfoot><isGlowing>false</isGlowing><coloredBorder>false</coloredBorder><flip>false</flip><drawOnTop>false</drawOnTop><faceTowardFarmer>false</faceTowardFarmer><faceAwayFromFarmer>false</faceAwayFromFarmer><scale>1</scale>