Juice805.StardewConfigFramework
2.0.0-beta.3
See the version list below for details.
dotnet add package Juice805.StardewConfigFramework --version 2.0.0-beta.3
NuGet\Install-Package Juice805.StardewConfigFramework -Version 2.0.0-beta.3
<PackageReference Include="Juice805.StardewConfigFramework" Version="2.0.0-beta.3" />
paket add Juice805.StardewConfigFramework --version 2.0.0-beta.3
#r "nuget: Juice805.StardewConfigFramework, 2.0.0-beta.3"
// Install Juice805.StardewConfigFramework as a Cake Addin #addin nuget:?package=Juice805.StardewConfigFramework&version=2.0.0-beta.3&prerelease // Install Juice805.StardewConfigFramework as a Cake Tool #tool nuget:?package=Juice805.StardewConfigFramework&version=2.0.0-beta.3&prerelease
StardewConfigFramework
Ever want to add a settings menu to your Stardew Valley mod, but didn’t want to go through the hassle of building one from scratch? Well, you’re in luck! I did it for you!
Contents
Contributers
Setup Instructions
- Download the repo
- Open Solution in Visual Studio
- Redownload the SMAPI NuGet package
- Profit
Pull Requests
Feel free to submit pull requests. This is my first C# project so it is quite sloppy I'm sure.
Todo
- Centralized Saving
- Dropdown Component
- Checkbox Component
- Button Component
- Slider Component
- Plus/Minus Component
- Text Input Component
- Keybind Setting Component
- Unit Tests
- CODE CLEANUP/ORGANIZATION
- Code documentation
- Complete Wiki
Modders
For a walkthrough of how to use the framework in your mods check out the Wiki
Requirements
Mods
- None yet! But you can be the first!
Users
This repo is for modders to enable StardewConfigMenu support, users generally do not need to worry themselves with the contents of this repo. You may be looking for the StardewConfigMenu mod?
Credit
The idea and look of the tab comes from UiModSuite by demiacle
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Pathoschild.Stardew.ModBuildConfig (>= 2.1.0-beta-20180630)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0 | 1,232 | 9/10/2018 |
2.0.0-beta.3 | 642 | 7/7/2018 |
2.0.0-beta.1 | 626 | 7/1/2018 |
2.0.0-beta | 808 | 6/30/2018 |
1.1.1 | 1,030 | 6/22/2018 |
1.1.0 | 992 | 6/11/2018 |
1.0.1 | 1,080 | 11/28/2017 |
1.0.0 | 1,004 | 7/24/2017 |
0.9.0 | 957 | 7/9/2017 |
0.7.1 | 983 | 7/8/2017 |
Completely refactored and cleaned up framework.