Juice805.StardewConfigFramework 2.0.0-beta

This is a prerelease version of Juice805.StardewConfigFramework.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Juice805.StardewConfigFramework --version 2.0.0-beta
NuGet\Install-Package Juice805.StardewConfigFramework -Version 2.0.0-beta
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="2.0.0-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Juice805.StardewConfigFramework --version 2.0.0-beta
#r "nuget: Juice805.StardewConfigFramework, 2.0.0-beta"
#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=2.0.0-beta&prerelease

// Install Juice805.StardewConfigFramework as a Cake Tool
#tool nuget:?package=Juice805.StardewConfigFramework&version=2.0.0-beta&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

  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

Requirements

Mods

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 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. 
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,133 9/10/2018
2.0.0-beta.3 623 7/7/2018
2.0.0-beta.1 608 7/1/2018
2.0.0-beta 787 6/30/2018
1.1.1 998 6/22/2018
1.1.0 964 6/11/2018
1.0.1 1,053 11/28/2017
1.0.0 977 7/24/2017
0.9.0 935 7/9/2017
0.7.1 963 7/8/2017

Beta version of the refactored framework