Hi, AdmiralAnimE.
I am running a local test server with SourceMod and Powerlord's Map Loader plugin. This is what I get in console when I start the server:
Code:
[TF Workshop] Adding 473882442 to tracked maps
[TF Workshop] Adding 454118349 to tracked maps
[TF Workshop] Adding 454142620 to tracked maps
[TF Workshop] Adding 486783441 to tracked maps
This is what happens when I change to Dustbowl:
Code:
changelevel dustbowl
---- Host_Changelevel ----
L 07/24/2015 - 17:39:21: -------- Mapchange to cp_dustbowl --------
Executing dedicated server config file server.cfg
Set motd from file 'cfg/motd_default.txt'. ('cfg/motd.txt' was not found.)
Set motd_text from file 'cfg/motd_text_default.txt'. ('cfg/motd_text.txt' was not found.)
'cp_dustbowl.cfg' not present; not executing.
[TF Workshop] Got updated information for map [ workshop/cp_glassworks_rc6a.ugc454118349 ]
[TF Workshop] New version available for map, download queued [ workshop/dr_wooden_5.ugc486783441 ]
As you can see, tracking each map when the server runs means that each time the level is changed, my maps are now checked for updates since the TF2 update last night. In this case, the server found an updated version of a map and reportedly added it to a download queue. But the map didn't actually download until I changed to it. This is what I got when I did:
Code:
changelevel workshop/486783441
[TF Workshop] Preparing map ID 486783441
[TF Workshop] New version available for map, download queued [ workshop/dr_wooden_5.ugc486783441 ]
[TF Workshop] Waiting for map download to complete [ workshop/dr_wooden_5.ugc486783441 ]
---- Host_Changelevel ----
L 07/24/2015 - 17:46:05: -------- Mapchange to workshop/dr_wooden_5.ugc486783441 --------
Executing dedicated server config file server.cfg
Set motd from file 'cfg/motd_default.txt'. ('cfg/motd.txt' was not found.)
Set motd_text from file 'cfg/motd_text_default.txt'. ('cfg/motd_text.txt' was not found.)
Executing server arena config file
'workshop/dr_wooden_5.ugc486783441.cfg' not present; not executing.
'config_arena.cfg' not present; not executing.
I don't know what could be causing your problem. My advice is to temporarily rename your addons folder so that you are essentially running a stock server, and see if your maps will load, then. If it proves that your problem is a TF2 thing, then you might want to email the HLDS mailing list, and then the TF team using the contact form a teamfortress.com.
Can you post your console output here? I am running SourceMod version 1.7.3-dev+5214.
In other news, it seems that updated workshop maps are being downloaded by servers, now.