Owen3H.BepInEx.CSync
1.0.4
It is recommended to update to v2.0.0 as this contains breaking changes that help reduce boilerplate!
Any mods still on v1 may encounter issues if the user updates to v2 but the dev has not migrated.
See the version list below for details.
dotnet add package Owen3H.BepInEx.CSync --version 1.0.4
NuGet\Install-Package Owen3H.BepInEx.CSync -Version 1.0.4
<PackageReference Include="Owen3H.BepInEx.CSync" Version="1.0.4" />
paket add Owen3H.BepInEx.CSync --version 1.0.4
#r "nuget: Owen3H.BepInEx.CSync, 1.0.4"
// Install Owen3H.BepInEx.CSync as a Cake Addin #addin nuget:?package=Owen3H.BepInEx.CSync&version=1.0.4 // Install Owen3H.BepInEx.CSync as a Cake Tool #tool nuget:?package=Owen3H.BepInEx.CSync&version=1.0.4
CSync <img align="right" width="128" height="128" src="https://media.discordapp.net/attachments/974491955864150046/1199740908879491162/CSync.png?ex=65c3a4ca&is=65b12fca&hm=1fd441d8eec89e22e16ab5963ec80244366a52aa0c12cdb01b069071bd1140d1&=&format=webp&quality=lossless&width=671&height=671">
A BepInEx configuration file syncing library.<br> This library will help you force clients to have the same settings as the host!
Features
- Can serialize a
ConfigEntry
with a drop-in replacement. - No seperate config file system, retains BepInEx support.
- Uses
DataContractSerializer
, a fast and safer alternative toBinaryFormatter
. - Provides helpful extension methods.
Setup
- Download and extract BepInEx v5 into your game directory.
- Drop the
CSync.dll
into the../BepInEx/plugins
folder. - In your mod project, add an Assembly Reference to the aformentioned DLL.
Usage
See the Thunderstore wiki for a guide to using CSync.
License
This project has the CC BY-NC-SA 4.0
license.<br>
This means the following terms apply:
Attribution<br> If you remix or adapt this project, appropriate credit must be given.<br> Cloning the repo with intent to contribute is not subject to this.
NonCommercial<br> You may not use this material for commercial purposes.
ShareAlike<br> When remixing, adapting or building upon this material, you must distribute the new material under the same license as the original.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.7.2
- BepInEx.Core (>= 5.4.21)
- BepInEx.PluginInfoProps (>= 2.1.0)
- UnityEngine.Modules (>= 2022.3.9)
-
.NETStandard 2.1
- BepInEx.Core (>= 5.4.21)
- BepInEx.PluginInfoProps (>= 2.1.0)
- UnityEngine.Modules (>= 2022.3.9)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.