0 of 0

File information

Last updated

Original upload

Created by

EnnRiccia

Uploaded by

ennRiccia

Virus scan

Safe to use

About this mod

Adds player's dummy as a custom NPC so that player can use their own Portraits & Dialogue in events.

Requirements
Permissions and credits
Changelogs
Hi! Since I am giving some narratives to my player character as an OC,
I wanted to add some player's own portraits & dialogue into the in-game events.
I figured it out by adding player's dummy as a custom NPC. Quite old trick lol



< installation >
1. Download the main file.
2. Make sure you have installed Content Patcher and Anti-Social NPCs.
3. Unzip the file then put it into Stardew Valley\Mods

4. Edit yourCharacterName from content.json
5-1. Replace PlayerDummy.png to your own portrait png file then rename it PlayerDummy.png
5-2. Or if you want to use Portraiture, put your own portrait png file into
Portraiture\Portraits\(your folder name) folder then rename it PlayerDummy.png

6. Edit events as you normally did.
for example:
Data\Events\Farm.json line 37
"65/m 25000/t 600 1200/H": "continue/64 15/farmer 64 16 2 Demetrius 64 18 0 PlayerDummy 0 0 0/pause 1500/speak PlayerDummy \"Hi, Demetrius.\"/pause 1500/speak Demetrius \"Hi @! I have some good news for you. (...)
* this event is Demetrius's door-to-door saling for mushroom-fruit cave.

Done!


< Questions someone might ask >
1. If you edited events 'propperly' but it doesn't works, check that some other mods are overwriting events you edited.
2. If you are editing events from mod and that mod uses i18n, you may use i18n too.
i18n key to content.json, your dialogue lines to i18n\default.json.
(second one wasted 2 hours... hope you don't need to do so like me)