BepInEx / BepInEx.ConfigurationManager

Plugin configuration manager for BepInEx
https://www.patreon.com/ManlyMarco
GNU Lesser General Public License v3.0
227 stars 54 forks source link

Configurations doesn't save on servers with -crossplay startup parameters #60

Closed ViRoooz closed 1 year ago

ViRoooz commented 1 year ago

Hello!

I don't know is that possible, but noticed that some days ago. When I run my servers with -crossplay switch, then Configuration Manager doesnt save locked files (admin locked). It's probably just because mod doesnt recognize the admin correctly (with -crossplay enabled, id of player is steam_76561197960287930 instead of only numbers at server without crossplay enabled).

Windows10CE commented 1 year ago

This mod has no special logic for Valheim (or any game), it has no concept of admins, servers, or players.

ManlyMarco commented 1 year ago

Yeah, this is completely out of the scope and needs to be handled by a helper plugin for the game or by other means.