When playing coop (LAN), most modded items are mixed up between players. The host has the correct items but the other players do not.
When hovering over a crop, the host sees the correct tooltip. The other players do not, even though the crop looks the same as it's growing.
Once harvested, the host gets the correct items but the other players do not. When sold, the host sees the correct items on the profit screen but the other players do not. The value is that of the correct items.
I originally thought that this was due to not having access to the json ID files in the JSONAssets directory of a save, so I patched the code to allow other players to load those files manually, but it did not solve the issue.
I would be willing to put some more work into this, but I'm new to SDV modding. If anyone can provide some insight into why this might be happening, I'd appreciate it!
When playing coop (LAN), most modded items are mixed up between players. The host has the correct items but the other players do not.
When hovering over a crop, the host sees the correct tooltip. The other players do not, even though the crop looks the same as it's growing.
Once harvested, the host gets the correct items but the other players do not. When sold, the host sees the correct items on the profit screen but the other players do not. The value is that of the correct items.
I originally thought that this was due to not having access to the json ID files in the JSONAssets directory of a save, so I patched the code to allow other players to load those files manually, but it did not solve the issue.
I would be willing to put some more work into this, but I'm new to SDV modding. If anyone can provide some insight into why this might be happening, I'd appreciate it!