#Mods not installed properly on the server.

13 messages · Page 1 of 1 (latest)

spring reef
#

Hello, I've been encountering an error related to the OGN Law Enforcement Clothing Pack in Unturned. Whenever I join the server, I receive the following error message:

"Client loaded Police Vest from the legacy asset bundle, but the server did not! (File: Police_Vest ID: a1c825c0f5c44b6fadc9fb9da523a8db) Server asset bundle name: core. The client asset is from the Workshop File 'OGN Law Enforcement Clothing Pack [Re-Upload | New Unity Version]' (1731389021), whereas the server asset is from the Vanilla Built-in Assets."

I've tried re-installing the mod multiple times but doesn't seem to be working. The mod seems to be working fine on singleplayer and other servers that are using it. Any idea how to fix this?

solid nimbus
#

Your server files and client files are mismatched, that means either your files are outdated/modified and they do not match the files on the server's side

spring reef
solid nimbus
spring reef
solid nimbus
#

Check your 'WorkshopDownloadConfig.json' and see if all the mods are correctly in there, u might not be downloading a mod or something, or look in console logs see if there's any warning/error about mods too

spring reef
# solid nimbus Check your 'WorkshopDownloadConfig.json' and see if all the mods are correctly i...

This is the only text i have in the .json you mentioned, the mods seem to be installed in Bundles/Workshop/Content

{
"File_IDs": [],
"Ignore_Children_File_IDs": [],
"Query_Cache_Max_Age_Seconds": 600,
"Max_Query_Retries": 2,
"Use_Cached_Downloads": true,
"Should_Monitor_Updates": true,
"Shutdown_Update_Detected_Timer": 600,
"Shutdown_Update_Detected_Message": "Workshop file update detected, shutdown in: {0}",
"Shutdown_Kick_Message": "Shutdown for Workshop file update."
}

solid nimbus
#

Well, from what I know u need to put the Steam IDs of the workshop files in the "File_IDs": [] array or it won't properly install, but maybe the host u're using is doing it differently, not sure

#

This is a .json I've got and it works fine

spring reef
#

The host has a built in "Steam Workshop" tab which is similar to steam's workshop page and it allows me to see all the mods there. Should I be uninstalling those from there and try to put them in the file_id's?

solid nimbus
#

Uhh, you could try that and see if that fixes it

#

Check ur console logs files for any errors as well

spring reef
#

Yup, that seemed to fix it. Thanks man!