Dialogue Help

Discussion in 'Mods' started by smallegghere, Jan 23, 2019.

  1. smallegghere

    smallegghere Void-Bound Voyager

    Howdy, I just started dabbling in adding some dialogue and I've been following this guide, along with what's on the Stardew Valley Dialogue wiki. I have some understanding of how to write the dialogue but I can't seem to figure out how to get into the game itself. I'm using Visual Studio Code and have XNB Mod Toolkit, and am trying to follow the Content Patcher Dialogue Template.
    For example, lets say I wanted to add a simple line to Shane. Would this be the correct format for the content.json?
    {
    "Format": "1.3",
    "Changes": [
    {
    "Action": "EditData",
    "Target": "Characters/Dialogue/Shane",
    "entries": {
    "fall8_15": "I could use a beer right about now."
    }
    }
    If so, how do I get it into the game to test it?
    Sorry if this has been asked before, I'm very new to this. Please let me know if you need more clarification.
     

    Share This Page