https://github.com/emipa606/exportandimportmodsettings
Repository for the Rimworld mod named Export and Import Mod Settings
https://github.com/emipa606/exportandimportmodsettings
csharp gaming modding rimworld
Last synced: 3 months ago
JSON representation
Repository for the Rimworld mod named Export and Import Mod Settings
- Host: GitHub
- URL: https://github.com/emipa606/exportandimportmodsettings
- Owner: emipa606
- License: mit
- Created: 2023-02-23T22:42:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-22T19:16:56.000Z (8 months ago)
- Last Synced: 2025-01-08T01:03:19.737Z (4 months ago)
- Topics: csharp, gaming, modding, rimworld
- Language: C#
- Homepage: https://steamcommunity.com/sharedfiles/filedetails/?id=2937876372
- Size: 1.31 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [Export and Import Mod Settings](https://steamcommunity.com/sharedfiles/filedetails/?id=2937876372)

Ive gotten requests of adding exportable mod-settings to my mods from users that are putting together mod-packs and would like to bundle specific mod-settings with the pack.
Instead of implementing this per mod I wrote this mod instead.This mod adds two small buttons at the top of the mod-options window for all mods (apart from HugsLib as that uses its own options-file for all mod-settings).
With these you can export the current mod-settings to a folder (default is the Desktop-folder but is changable in the mod-settings) and the file is then used to import the mod-settings.The importing is done by overwriting the current settings with the imported file and then reloading the mod to apply the updated mod-settings. This can trigger warnings/errors depending on how the mod-settings are applied by the mod. If you notice some issues with a mods settings a simple way to reapply the imported settings is to restart the game.
There is also an option to export or import all active mods settings from this mods settings-window.

Since modding is just a hobby for me I expect no donations to keep modding. If you still want to show your support you can gift me anything from my [Wishlist](https://store.steampowered.com/wishlist/id/Mlie) or buy me a cup of tea.
[](https://ko-fi.com/G2G55DDYD)

- See if the the error persists if you just have this mod and its requirements active.
- If not, try adding your other mods until it happens again.
- Post your error-log using [HugsLib](https://steamcommunity.com/workshop/filedetails/?id=818773962) or the standalone [Uploader](https://steamcommunity.com/sharedfiles/filedetails/?id=2873415404) and command Ctrl+F12
- For best support, please use the Discord-channel for error-reporting.
- Do not report errors by making a discussion-thread, I get no notification of that.
- If you have the solution for a problem, please post it to the GitHub repository.
- Use [RimSort](https://github.com/RimSort/RimSort/releases/latest) to sort your mods[](https://steamcommunity.com/sharedfiles/filedetails/changelog/2937876372)