SMAPI
SMAPI copied to clipboard
The modding API for Stardew Valley.
**Describe the bug** I came across issue #707 while looking for a solution on how to improve the readability of logs in SMAPI console and then followed the suggestion to...
**Describe the bug** When drawing to the world on zoom 100% and UI scale anything except 100% the draws don't appear in the correct location. They seem to appear in...
**Describe the bug** When launching the game through steam it creates a Terminal, that for some reason or other fails to set the locale, leading to a spurious error in...
**Describe the bug** It looks like that `Helper.Translation.LocaleEnum` is equal to `en` until a long time, making for exemple not possible to use localization for SMAPI commands description for exemple...
**Description** A meadowlands farm cannot be created. The problem is the function `menu.createdNewCharacter(true);` or one that follows. An exception is thrown when a new meadowlands farm is created. I think...
**Describe the bug** `Constants.SaveFolderName` returns a string of the form "_name_\__id_". The host/main farmer receives the expected result, e.g. "FooBar_304200428" for the farm with name "FooBar" and id "304200428". **A...
This PR converts all `C:\Users\...`, `/home/...` and similar to be simply `~` when shown in logs or log files.
This is the first part of adding gamemode support (#950). This PR adds gamemoderun to the unix launch script. I used the modified script on my laptop (AMD Ryzen 7...
On Linux many people use https://github.com/FeralInteractive/gamemode to boost their pc automatically when gaming. The support would be in two parts: - [x] run smapi using gamemode (#952) - [ ]...
New function for registering commands that has an auto-complete handler argument. Also added a config value for disabling the new console (in case it causes problems on some terminals).