SMAPI
SMAPI copied to clipboard
The modding API for Stardew Valley.
I've been facing this issue from the start. I use SMAPI on mobile. My non SMAPI SDV doesn't have that problem so I'm sure it the game issue. I'd love...
**Describe the bug** When using Content Patcher to change spouse rooms at a rate of DayUpdated or higher, no changes to the spouseroom seems to take effect. This seems to...
**Describe the bug** Mac and Linux allow trailing spaces in folder names, but SMAPI does not. **To Reproduce** 1. Download any mod on Mac or Linux. 2. Edit the directory...
Exposes a new method in `IInputHandler` named `SuppressScrollWheel`, which causes `SInputState` to update `Game1.oldMouseState` to a copy of itself with `ScrollWheelValue` synced to the latest value, each tick, so that...
**Describe the bug** When installing SMAPI to a Flapak Steam Stardew Valley, it will not automatically detect the install folder, despite https://github.com/Pathoschild/SMAPI/commit/76e08fc58b75be3dbcd852bfe53dfed40987871d **To Reproduce** 1. Install Linux, Flatpak, Steam in...
This adds `DoesAssetExist(IAssetName)` to `IGameContentHelper` and `IModContentHelper`. The method exists on the wrapped `IContentManager` instances, so we just need to pass it along. Super simple work.
Marked draft because I haven't extensively tested yet. This adds the ability to include arbitrary mods inside the release zips / mod deploy by specifying `` items in `ItemGroups`. Often,...
Adds some terminal emulator checking and detection to 'install on Linux.sh' to fix issue #929. Only checks a few terminals, but should be enough to get by. Alerts user via...
**Describe the bug** In the installer I select the "Light text" color scheme, but while the game is running it uses the "Dark text" color scheme. **To Reproduce** Exact steps...
**Describe the bug** Hi, obligatory _I'm not used to C#/.NET dev at all_ :). I'm trying to build the project on MacOS. The windows build seems to work fine, but...