Juice805.StardewConfigFramework 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Juice805.StardewConfigFramework --version 1.0.1
NuGet\Install-Package Juice805.StardewConfigFramework -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Juice805.StardewConfigFramework" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Juice805.StardewConfigFramework --version 1.0.1
#r "nuget: Juice805.StardewConfigFramework, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Juice805.StardewConfigFramework as a Cake Addin
#addin nuget:?package=Juice805.StardewConfigFramework&version=1.0.1

// Install Juice805.StardewConfigFramework as a Cake Tool
#tool nuget:?package=Juice805.StardewConfigFramework&version=1.0.1

StardewConfigMenu

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!

StardewConfigFramework Menu

Contents

Contributers

Setup Instructions

  1. Download the repo
  2. Open Solution in Visual Studio
  3. Redownload the SMAPI NuGet package
  4. 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
  • More robust testing mods
  • CODE CLEANUP/ORGANIZATION
  • Code documentation
  • Complete Wiki

Modders

For a walkthrough of how to use the framework in your mods check out the Wiki

Users

Requirements

NOTE: This is mod is used as a utility for other mods and on it's own only adds an empty Settings page. Beside other mods which take advantage of the framework the requirements are as follows:

Mods

Credit

The idea and look of the tab comes from UiModSuite by demiacle

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,152 9/10/2018
2.0.0-beta.3 624 7/7/2018
2.0.0-beta.1 611 7/1/2018
2.0.0-beta 789 6/30/2018
1.1.1 1,000 6/22/2018
1.1.0 965 6/11/2018
1.0.1 1,055 11/28/2017
1.0.0 978 7/24/2017
0.9.0 937 7/9/2017
0.7.1 965 7/8/2017

Added dictionary for dropdown hovertext