SmartlyDressedGames / Unturned-3.x-Community

Community portion of the Unturned-3.x repo. If you have access to the source code you can find it here:
https://github.com/SmartlyDressedGames/Unturned-3.x/
85 stars 18 forks source link

Maps defaulting to PEI #4226

Closed gabiro16 closed 10 months ago

gabiro16 commented 10 months ago

my steamcmd server maps are all defaulting to PEI for some reason after the last patch, pls help

Sgtlog123 commented 10 months ago

did you have workshop install? or did you specify the map in command.dat?

SDGNelson commented 10 months ago

Where is your map installed? Are you on the latest .1 patch?

gabiro16 commented 10 months ago

Where is your map installed? Are you on the latest .1 patch?

Its installed both in server workshop maps and normal maps

gabiro16 commented 10 months ago

Where is your map installed? Are you on the latest .1 patch?

Yes, my Unturned is already on the latest .1 patch

SDGNelson commented 10 months ago

Can you attach your server's log file please?

gabiro16 commented 10 months ago

Can you attach your server's log file please?

Sure. Server_PEIModifiedv2.log

Weird thing is that at first, it appears that PEI Modified was successfully found and set, but in the end of the cmd, for some reason, it fails to find the map. Perhaps that is has something to do with this command line

k_ESteamNetworkingAvailability_Waiting "Waiting for Steam login" [2023-11-26 23:40:43] Steam servers ready! [2023-11-26 23:40:43] Workshop install folder: C:\Users\GabiroPC\Desktop\steamcmd\steamapps\common\U3DS/Servers/PEIModifiedv2/Workshop/Steam [2023-11-26 23:40:43] 0 workshop item(s) requested

obs: other maps are also not working, tried to open Ligaria in another cmd and it has the same issue

SDGNelson commented 10 months ago

It looks like it isn't finding any extra maps the vanilla ones in C:\Users\GabiroPC\Desktop\steamcmd\steamapps\common\U3DS\Maps

Judging by 0 workshop item(s) requested your WorkshopDownloadConfig.json file is empty. Maybe it got reset at some point?

gabiro16 commented 10 months ago

It looks like it isn't finding any extra maps the vanilla ones in C:\Users\GabiroPC\Desktop\steamcmd\steamapps\common\U3DS\Maps

Judging by 0 workshop item(s) requested your WorkshopDownloadConfig.json file is empty. Maybe it got reset at some point?

yeaaah, I figured how to fix it last night, by seeing another reddit person with the same issue I analyzed the error code line and concluded that it WorkshopDownloadConfig.json was empty and I had to put the map ID number into the brackets again.

Apparently the last update emptied/reseted some server's WorkshopDownloadConfig.json, since a few other people in reddit are reporting the same issue as I. Anyways, thank you Nelson!