2017-07-31 12:56:32 +08:00
|
|
|
**Build Endurance** is a [Stardew Valley](http://stardewvalley.net/) mod which lets you level up
|
|
|
|
your endurance to increase your max stamina as you play.
|
|
|
|
|
|
|
|
Compatible with Stardew Valley 1.2+ on Linux, Mac, and Windows.
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
1. [Install the latest version of SMAPI](https://github.com/Pathoschild/SMAPI/releases).
|
|
|
|
2. Install [this mod from Nexus mods](http://www.nexusmods.com/stardewvalley/mods/445).
|
|
|
|
3. Run the game using SMAPI.
|
|
|
|
|
2017-08-06 03:51:44 +08:00
|
|
|
**NOTE:** to undo the mod's changes to your player, edit the `data\*.json` file for your save and
|
|
|
|
change the "ClearModEffects" field to `true`.
|
2017-07-31 12:56:32 +08:00
|
|
|
|
|
|
|
## Usage
|
|
|
|
You'll automatically get XP for...
|
|
|
|
|
|
|
|
* using tools;
|
|
|
|
* sleeping;
|
|
|
|
* eating or drinking;
|
|
|
|
* running out of stamina (becoming exhausted);
|
|
|
|
* passing out (either by working while exhausted or or staying up late).
|
|
|
|
|
|
|
|
Get enough XP, and your endurance will level up.
|
|
|
|
|
2017-08-06 03:51:44 +08:00
|
|
|
Edit `config.json` to configure the mod settings.
|
2017-07-31 12:56:32 +08:00
|
|
|
|
|
|
|
## Versions
|
|
|
|
1.0
|
|
|
|
* Initial release.
|
|
|
|
|
|
|
|
1.1:
|
|
|
|
* Updated to Stardew Valley 1.1 and SMAPI 0.40 1.1-3.
|
2017-08-06 03:20:15 +08:00
|
|
|
|
|
|
|
1.3:
|
|
|
|
* Updated to Stardew Valley 1.2 and SMAPI 1.12.
|
|
|
|
|
|
|
|
1.4:
|
2017-08-06 03:20:46 +08:00
|
|
|
* Updated for SMAPI 2.0.
|
2017-08-06 03:51:44 +08:00
|
|
|
* Switched to standard JSON config & data files.
|
|
|
|
* Fixed issue where saves with the same name would overwrite each other's endurance level data.
|
2017-08-06 11:00:37 +08:00
|
|
|
* Fixed minor bugs when you load a save after exiting to title.
|
2017-08-06 03:20:15 +08:00
|
|
|
* Internal refactoring.
|
2017-10-12 04:20:46 +08:00
|
|
|
|
|
|
|
1.4.1:
|
|
|
|
* Enabled update checks in SMAPI 2.0+.
|