Raised This Month: $51 Target: $400
 12% 

Server not downloading maps (Missing map)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
real1tyy
Junior Member
Join Date: Oct 2021
Old 10-27-2021 , 16:00   Server not downloading maps (Missing map)
Reply With Quote #1

Hi,

When i try to connect to my csgo server it says: "Missing map maps\kz_mz.bsp, disconnecting"
And the console says this:
Code:
Counter-Strike: Global Offensive
Map: kz_mz
Players: 2 (1 bots) / 16 humans
Build: 8378
Server Number: 2

SignalXWriteOpportunity(3)
Error reading file materials/panorama/images/map_icons/screenshots/1080p/kz_mz.png.
Resource materials\panorama\images\map_icons\map_icon_kz_mz.svg failed to load.
Error reading file resource/overviews/kz_mz_radar.dds.
Downloading maps/kz_mz.bsp.
Error downloading maps/kz_mz.bsp
No pure server whitelist. sv_pure = 0
Missing map maps\kz_mz.bsp, disconnecting

**** Unable to localize '#GenericConfirmText_Label' on panel descendant of 'PopupManager'
ChangeGameUIState: CSGO_GAME_UI_STATE_LOADINGSCREEN -> CSGO_GAME_UI_STATE_INGAME
ChangeGameUIState: CSGO_GAME_UI_STATE_INGAME -> CSGO_GAME_UI_STATE_MAINMENU

Host_Error: Disconnected
I have set this in server.cfg:

sv_allowupload 1
sv_allowdownload 1
sv_downloadurl ""
net_maxfilesize "64"

Why is this happening and not just downloading the maps?

thanks
real1tyy is offline
Sreaper
髪を用心
Join Date: Nov 2009
Old 10-27-2021 , 17:31   Re: Server not downloading maps (Missing map)
Reply With Quote #2

Quote:
Originally Posted by real1tyy View Post
When i try to connect to my csgo server it says: "Missing map maps\kz_mz.bsp, disconnecting"

sv_downloadurl ""
Because you haven't specified a download url. Even if you wanted the maps to come from the same server instead of a seperate website you would still have to put the correct information there.

Last edited by Sreaper; 10-27-2021 at 17:35.
Sreaper is offline
Austin
Senior Member
Join Date: Oct 2005
Old 10-28-2021 , 02:23   Re: Server not downloading maps (Missing map)
Reply With Quote #3

To download directly from the server you also need some client settings.

See this thread.
https://forums.alliedmods.net/showthread.php?t=334254

You need these setting if you want the map to download from the server and you are not using the fast download from a web server.

-------------------------------------------------
On the Server you need these settings.
sv_allowdownload 1
sv_downloadurl ""

On the Client you need these settings
cl_allowupload 1
sv_allowupload 1
cl_downloadfilter all

To set these on your client you have to edit or create an autoexec.cfg file here:
"C:\Program Files (x86)\Steam\userdata\yoursteamnumber\730\loca l\cfg"
This file also cannot be a DOS ANSI file. It has to be a UTF-8 no BOM file or it will NOT work in CSGO.
And you have to make these changes to autoexec.cfg file before you start up your csgo client.

And every person connecting to your server has to have these setting to be able to download the maps from your server.
-------------------------------------------------

Also,
download directly from the server is extremely slow no matter how fast your connection is.
It is only pratical to use it with maps about 50 megs and smaller.
Larger maps will take 20-30.... minutes and by that time the map will switch and the download will be canceled.

Last edited by Austin; 10-28-2021 at 02:27.
Austin is offline
real1tyy
Junior Member
Join Date: Oct 2021
Old 10-28-2021 , 13:29   Re: Server not downloading maps (Missing map)
Reply With Quote #4

oh okay thanks
real1tyy is offline
cssbr1
Junior Member
Join Date: Jul 2023
Old 10-23-2023 , 15:33   Re: Server not downloading maps (Missing map)
Reply With Quote #5

Quote:
Originally Posted by Austin View Post
To download directly from the server you also need some client settings.

See this thread.
https://forums.alliedmods.net/showthread.php?t=334254

You need these setting if you want the map to download from the server and you are not using the fast download from a web server.

-------------------------------------------------
On the Server you need these settings.
sv_allowdownload 1
sv_downloadurl ""

On the Client you need these settings
cl_allowupload 1
sv_allowupload 1
cl_downloadfilter all

To set these on your client you have to edit or create an autoexec.cfg file here:
"C:\Program Files (x86)\Steam\userdata\yoursteamnumber\730\loca l\cfg"
This file also cannot be a DOS ANSI file. It has to be a UTF-8 no BOM file or it will NOT work in CSGO.
And you have to make these changes to autoexec.cfg file before you start up your csgo client.

And every person connecting to your server has to have these setting to be able to download the maps from your server.
-------------------------------------------------

Also,
download directly from the server is extremely slow no matter how fast your connection is.
It is only pratical to use it with maps about 50 megs and smaller.
Larger maps will take 20-30.... minutes and by that time the map will switch and the download will be canceled.
nahh this doesn't work. None of it..
cssbr1 is offline
Wizzardoff
Senior Member
Join Date: Dec 2022
Old 10-25-2023 , 13:20   Re: Server not downloading maps (Missing map)
Reply With Quote #6

thats why fastdl is set up in last few years, easier to download stuff including maps. On my ex csgo server dowloading maps was a pain before fastdl set up.
Wizzardoff is offline
Austin
Senior Member
Join Date: Oct 2005
Old 10-27-2023 , 19:55   Re: Server not downloading maps (Missing map)
Reply With Quote #7

Quote:
Originally Posted by cssbr1 View Post
nahh this doesn't work. None of it..
Really?
At least it works for me.

https://forums.alliedmods.net/showthread.php?t=334254

-------------------------------------------------
Here are the raw test results.
-------------------------------------------------

-------------------------------------------------
On the server you need these settings.
sv_allowdownload 1
sv_downloadurl ""


1) These Client settings:
-----------------------------------------------
"cl_allowdownload" = "0" ( def. "1" ) archive - Client downloads customization files
"cl_allowupload" = "0" ( def. "1" ) archive - Client uploads customization files
"sv_allowdownload" = "0" ( def. "1" ) - Allow clients to download files
"sv_allowupload" = "0" - Allow clients to upload customizations files
"cl_downloadfilter" = "all" archive - Determines which files can be downloaded from the server (all, none, nosounds)

Entire map and nav files are downloaded
Interface hangs on the second download at %0
Console shows
Downloading maps/de_goldeneye_facility3.bsp.
Download file 'maps/de_goldeneye_facility3.bsp' ignored. File uploads are disabled!

2) These Client settings:
-----------------------------------------------
"cl_allowdownload" = "1" ( def. "1" ) archive - Client downloads customization files
"cl_allowupload" = "0" ( def. "1" ) archive - Client uploads customization files
"sv_allowdownload" = "0" ( def. "1" ) - Allow clients to download files
"sv_allowupload" = "0" - Allow clients to upload customizations files
"cl_downloadfilter" = "all" archive - Determines which files can be downloaded from the server (all, none, nosounds)

Entire map and nav files are downloaded
Interface hangs on the second download at %0
Console shows
Downloading maps/de_goldeneye_facility3.bsp.
Download file 'maps/de_goldeneye_facility3.bsp' ignored. File uploads are disabled!

3) These settings:
-----------------------------------------------
"cl_allowdownload" = "1" ( def. "1" ) archive - Client downloads customization files
"cl_allowupload" = "1" ( def. "1" ) archive - Client uploads customization files
"sv_allowdownload" = "0" ( def. "1" ) - Allow clients to download files
"sv_allowupload" = "0" - Allow clients to upload customizations files
"cl_downloadfilter" = "all" archive - Determines which files can be downloaded from the server (all, none, nosounds)

Entire map and nav files are downloaded
Interface hangs on the second download at %0
Console shows
Downloading maps/de_goldeneye_facility3.bsp.
Download file 'maps/de_goldeneye_facility3.bsp' ignored. File uploads are disabled!

4) These Client settings:
-----------------------------------------------
"cl_allowdownload" = "1" archive - Client downloads customization files
"cl_allowupload" = "1" archive - Client uploads customization files
"sv_allowdownload" = "1" - Allow clients to download files
"sv_allowupload" = "0" - Allow clients to upload customizations files
"cl_downloadfilter" = "all" archive - Determines which files can be downloaded from the server (all, none, nosounds)

Entire map and nav files are downloaded
Interface hangs on the second download at %0
Console shows
Downloading maps/de_goldeneye_facility3.bsp.
Download file 'maps/de_goldeneye_facility3.bsp' ignored. File uploads are disabled!

5) These settings:
-----------------------------------------------
"cl_allowdownload" = "1" archive - Client downloads customization files
"cl_allowupload" = "1" archive - Client uploads customization files
"sv_allowdownload" = "1" - Allow clients to download files
"sv_allowupload" = "1" ( def. "0" ) - Allow clients to upload customizations files
"cl_downloadfilter" = "all" archive - Determines which files can be downloaded from the server (all, none, nosounds)

Map and nav files are downloaded.

6) These settings:
-----------------------------------------------
"cl_allowdownload" = "0" ( def. "1" ) archive - Client downloads customization files
"cl_allowupload" = "1" archive - Client uploads customization files
"sv_allowdownload" = "0" ( def. "1" ) - Allow clients to download files
"sv_allowupload" = "1" ( def. "0" ) - Allow clients to upload customizations files
"cl_downloadfilter" = "all" archive - Determines which files can be downloaded from the server (all, none, nosounds)

Map and nav files are downloaded.

7) These settings:
-----------------------------------------------
"cl_allowdownload" = "0" ( def. "1" ) archive - Client downloads customization files
"cl_allowupload" = "1" archive - Client uploads customization files
"sv_allowdownload" = "0" ( def. "1" ) - Allow clients to download files
"sv_allowupload" = "0" - Allow clients to upload customizations files
"cl_downloadfilter" = "all" archive - Determines which files can be downloaded from the server (all, none, nosounds)

Entire map and nav files are downloaded
Interface hangs on the second download at %0
Console shows

Downloading maps/de_goldeneye_facility3.bsp.
Download file 'maps/de_goldeneye_facility3.bsp' ignored. File uploads are disabled!

Last edited by Austin; 10-27-2023 at 19:56.
Austin is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 00:26.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode