dangne
Newcomer
Hi everyone,
I’m playing Stardew Valley multiplayer on a dedicated BisectHosting server. The host is basically a bot, and my friends and I join as farmhands.
I’m trying to use Em’s Farm Animals with Alternative Textures so that each animal on the farm can have its own unique skin. For example, one cow could have one skin, another cow could have a different skin, etc.
What I’m hoping for is:
If not, would this be possible with a custom SMAPI mod? My rough idea is:
Has anyone tried doing something like this before? Is there an existing mod that already handles this kind of multiplayer sync, or would I need to make a custom SMAPI mod for it?
Thanks!
I’m playing Stardew Valley multiplayer on a dedicated BisectHosting server. The host is basically a bot, and my friends and I join as farmhands.
I’m trying to use Em’s Farm Animals with Alternative Textures so that each animal on the farm can have its own unique skin. For example, one cow could have one skin, another cow could have a different skin, etc.
What I’m hoping for is:
- The host/server stores which skin each animal should have
- All players automatically see the same skins
- Players don’t each have to manually apply the skins on their own PC
- Everyone would still install SMAPI, Alternative Textures, and the texture pack locally, I understand the actual texture files need to exist on each client
If not, would this be possible with a custom SMAPI mod? My rough idea is:
- Host keeps a saved mapping like animal unique ID -> selected texture/skin ID
- When a player joins, the host sends that mapping to the farmhand
- When a new animal is bought/born, the host assigns a skin and broadcasts it
- Each client applies the correct Alternative Textures skin locally
Has anyone tried doing something like this before? Is there an existing mod that already handles this kind of multiplayer sync, or would I need to make a custom SMAPI mod for it?
Thanks!