Stardew_Valley_Mods/GeneralMods/BuyBackCollectables/README.md

39 lines
1.1 KiB
Markdown
Raw Normal View History

2017-07-31 12:56:32 +08:00
**Buy Back Collectables** is a [Stardew Valley](http://stardewvalley.net/) mod which lets you buy
items from the collectables menu by pressing a key, at a configurable markup.
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/507).
3. Run the game using SMAPI.
## Usage
Press `B` to open the buy-collectibles menu. Edit `config.json` to change the key or the price
markup.
2017-07-31 12:56:32 +08:00
## Versions
1.0:
* Initial release.
1.0.1:
* Corrected price display to reflect markup.
1.0.2:
* Fixed issues where unintended items were bought.
1.1:
* Updated to Stardew Valley 1.1 and SMAPI 0.40 1.1-3.
* Fixed mouse not appearing in menu.
2017-08-06 03:20:15 +08:00
* Fixed bug where you sometimes couldn't buy an item even if you had enough money.
1.3:
* Updated to Stardew Valley 1.2 and SMAPI 1.12.
1.4:
* Switched to standard JSON config file.
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+.