Stardew Valley
0 of 0

File information

Last updated

Original upload

Created by

ShotFromGuns

Uploaded by

ShotFromGuns

Virus scan

Safe to use

Documentation

Readme

View as plain text

|-----------------------------------------|
| SFG's Farmer Age Dialogue Tweaks v1.2.1 |
|-----------------------------------------|

Tweaks various lines of dialogue based on your farmer's age range

|--------------|
| REQUIREMENTS |
|--------------|

* SMAPI
* Content Patcher

|----------|
| SETTINGS |
|----------|

* MiddleAge: Characters will speak to your farmer like they're a mature adult.
* Old: Characters will speak to your farmer like they're around the same age as Evelyn, George, and Linus.
* Ancient: Characters will speak to your farmer like they're hundreds (if not thousands) of years old.
* Immortal: Characters will speak to your farmer like they'll be living indefinitely.
* Off: The mod will not do anything to game dialogue. It works exactly as if you didn't have the mod installed.

|---------|
| INSTALL |
|---------|

1. Install the latest version of SMAPI.
2. Install Content Patcher.
3. Download this mod, and unzip it into Stardew Valley/Mods.
4. Run the game using SMAPI.

|----------------------------------|
| OPTIONAL: GENDER NEUTRAL VARIANT |
|----------------------------------|

1. Download the optional content.json file.
2. After installing the main mod, replace the original content.json with the new one.
3. Confirm anything that tells you the file is about to be overwritten.

|-----------|
| CUSTOMIZE |
|-----------|

1. Run the game using SMAPI at least once to generate a config.json file.
2. With the game closed, open config.json in a simple text editor.
3. Change the value from the default to whichever version you want (MiddleAge, Old, Ancient, or Immortal; or Off if you don't want the mod to do anything at all)
4. Save your changes to the config.json file.
5. Run the game using SMAPI, and you should start seeing dialogue that reflects your chosen age.

Repeat steps 2 through 5 anytime you want to make a change.

|-----------|
| UNINSTALL |
|-----------|

Delete the mod's folder from Stardew Valley/Mods. (If you want to temporarily disable the mod without completely uninstalling it, you could instead set it to Off.)

|---------------|
| COMPATIBILITY |
|---------------|

This mod should have zero compatibility issues, except with other mods that change these particular lines of dialogue. If two or more mods change the same line, Content Patcher will pick one and apply it (typically the one that was loaded last, which is usually the one that comes last alphabetically).

To actively control which mod's line is chosen:

1. With Stardew Valley closed, open each relevant mod's content.json file
2. Find the relevant line
3. In that line's "Action" block, look for "Enabled": "true" (add it if it doesn't exist)
4. Leave the value as "true" for the mod you want to use for that line, and change it to "false" for the rest
5. Save the content.json files, and you should see only the chosen line the next time you run the game using SMAPI

|-----------|
| CHANGELOG |
|-----------|

1.2.1: Added a handful of missed lines; fixed an error in Lewis's Egg Festival dialogue
1.2.0: Added more lines from random files; consolidated previous changes
1.1.0: Added events and festivals
1.0.0: Released

|-----------|
| THANKS TO |
|-----------|

* Pathoschild for creating SMAPI and Content Patcher
* Drogean for their Easy XNB Pack/UnPack Toolkit