OhhLoz / HoneyPlus

Valheim mod to add new food items surrounding Honey
GNU General Public License v3.0
9 stars 5 forks source link

Can't move Jerkies to the Cauldron #40

Closed BoildownAH closed 9 months ago

BoildownAH commented 9 months ago

The configuration options to move the jerkies (both vanilla and added by this mod) don't work. They stay in hand-crafting. Not talking about the option to move every recipe to the cauldron option (I haven't tested that), but just the two options to move the vanilla jerkies and the jerkies added by HoneyPlus.

Using 5.3.0 and a client on a dedicated server. The config options were set on the server.

OhhLoz commented 9 months ago

Hi I just tested after reinstalling and it works for me. Do your settings look like this? image Also the settings need to match on both the client and the server side to function correctly

BoildownAH commented 9 months ago

On my client they're reversed. So its the client config that's doing it then. Is there way to enforce the server config on the clients?

BoildownAH commented 9 months ago

Additionally the jerky recipes are available on the workbench...

OhhLoz commented 9 months ago

All of the config settings have flags IsAdminOnly = true which should prevent non admins from changing them and will automatically match with the server. As described here

BoildownAH commented 9 months ago

Haven't been able to get that to work. I removed myself from the adminlist and tried adding

IsAdminOnly = true

and also

AdminOnly = true

To the config file, but the config on the server hasn't been enforced on my client.

OhhLoz commented 9 months ago

I'm saying you shouldn't need to add it, it's already present in the code and should automatically do everything for you. image I'm guessing you have Jotunn and BepInEx otherwise I don't think you would see any recipes. There could be other mod conflicts however thats unlikely. Its possible BepInEx/Jotunn have updated how they handle these things but I dont see any evidence of that

BoildownAH commented 9 months ago

I do have Jotunn and BepInEx.

Hmm I don't know then. Its not a big deal so I'll just deal with it I guess.

BoildownAH commented 9 months ago

I just realized I should mention here my solution to this problem. I ended up pushing the config file to clients by putting it in the BepInEx\config folder of the modpack I'm using.

OhhLoz commented 9 months ago

damn it should've done that for you