Hi,
I've been busy making my own map for my DarkRP server and I wanted to see how it looks like in Garry's Mod. I uploaded the map to the workshop, I set it to hidden because I don't want people to download it directly through the workshop, and I set up all the download-through-workshop-things. I joined my server on my other PC (which did NOT have my map yet) and it downloaded just fine. Now I wanted to invite a friend, but he says that he gets the error: Missing map. Why is this happening? I did everything right: I added it to workshop.vdf, I made a file in lua\autorun so that it would download, I set the net_maxfilesize to 64 in my server.cfg and sv_allowdownload is set to 1. Still it's not downloading for him, even though it DID download for me. Does anyone have a solution? :/
Post your resource.AddWorkshop file.
if SERVER then
resource.addWorkshop("workshopfileid")
end
It's resource.AddWorkshop(""), not addWorkshop.
Whoops, sorry, I didn't copy-paste this because I was on my other PC. I did have resource.AddWorkshop, so it's not that. Anything else that could cause it? :/
Here is the resource.AddWorkshop again, now copy-pasted:
if SERVER then
resource.AddWorkshop( "workshopfile" )
end
[QUOTE=Timoow113;42901750]Whoops, sorry, I didn't copy-paste this because I was on my other PC. I did have resource.AddWorkshop, so it's not that. Anything else that could cause it? :/
Here is the resource.AddWorkshop again, now copy-pasted:
if SERVER then
resource.AddWorkshop( "workshopfile" )
end[/QUOTE]
What's the size of the map? I'm not sure if garry has fixed the maxfiledownload bug.
The version I uploaded to the workshop is 26MB, I also uploaded a bz2 version of it to my FastDL server which is 5MB. It's also not downloading, but right now I just want to focus on the workshop file.
Bumpercars.
I really want my map to download, I don't want to set it to public because this map is for my server only.
[QUOTE=Timoow113;42902974]Bumpercars.
I really want my map to download, I don't want to set it to public because this map is for my server only.[/QUOTE]
Anyone that joins your server is going to have the map file anyway, so you might as well just set it to public.
[QUOTE=stapler2025;42903009]Anyone that joins your server is going to have the map file anyway, so you might as well just set it to public.[/QUOTE]
No. I don't want other people to download my map and use it on their servers. I also don't want to tell them to download the map from the workshop themselves, because players don't feel like doing that and they will join another server.
If it's private it won't work. Also, once players download the workshop file from your server, they'll be able to extract it and have the file for themselves so making it private doesn't do much good.
[QUOTE=Timoow113;42905539]No. I don't want other people to download my map and use it on their servers. I also don't want to tell them to download the map from the workshop themselves, because players don't feel like doing that and they will join another server.[/QUOTE]
better start drming or just learn to deal with it
No need to get all agressive, geez. I can't set it to public yet because I have to add first that I have created it. Don't want some kid to copy it and say that it's his. I'll just set it to solved for now.
Sorry, you need to Log In to post a reply to this thread.