About this mod
Shows the player's portrait along with dialogue boxes. You can choose between using the farmer sprite or a custom CP portrait, and optionally use a custom background for the portrait as well.
- Requirements
- Permissions and credits
-
Translations
- Mandarin
- Japanese
With this mod, a portrait for the player can be shown on the left side of dialogue boxes in customizable situations.
- To create a portrait for the mod, see the original mod's description
- Due to Aedenthorn's retirement from the SDV Modding Community, this work is being redistributed with proper permissions.
Compatible with 1.6. The mod's source code is here.
Also check out Salty's ESWF content pack! (Emotions, Seasons, Weather, and Festivals)
FOR MOD AUTHORS:
To update your pack, change the unique ID only in dependencies or HasMod
For example, if your patch looked like this:
{
"Action": "Load",
"Target":"aedenthorn.FarmerPortraits/portrait",
"FromFile": "assets/portrait.png",
"When": {
"HasMod": "aedenthorn.FarmerPortraits"
}
},
Change it to this:
{
"Action": "Load",
"Target":"aedenthorn.FarmerPortraits/portrait",
"FromFile": "assets/portrait.png",
"When": {
"HasMod": "mistyspring.aedenthornFarmerPortraits"
}
},