brianmiller / phvalheim-server

PhValheim backend server
GNU General Public License v2.0
26 stars 5 forks source link

automatically implement config files or don't delete them when updating and restarting server #28

Closed Mitarius51 closed 1 year ago

Mitarius51 commented 1 year ago

Is it possible to automatically implement config files or leave the config files untouched when restarting the valheim server? Like write-protecting them or something?

Right now i have to manually upload the config files i have edited (valheim-plus, BetterArchery,Better_UI) manually after each update and restart of the server. If i forget that, the inventory of the char and storage is smaller and some items are lost.

brianmiller commented 1 year ago

The feature already exists. I need to work on the wiki/documentation.

Just copy any config files you want to make persistent to the custom_configs directory.

Screenshot_20230125-060126_Chrome.jpg

You can also load custom plugins and patchers that aren't in Thunderstore.

brianmiller commented 1 year ago

Closing