AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   Server not downloading maps (Missing map) (https://forums.alliedmods.net/showthread.php?t=334931)

real1tyy 10-27-2021 16:00

Server not downloading maps (Missing map)
 
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

Sreaper 10-27-2021 17:31

Re: Server not downloading maps (Missing map)
 
Quote:

Originally Posted by real1tyy (Post 2761832)
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.

Austin 10-28-2021 02:23

Re: Server not downloading maps (Missing map)
 
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.

real1tyy 10-28-2021 13:29

Re: Server not downloading maps (Missing map)
 
oh okay thanks

cssbr1 10-23-2023 15:33

Re: Server not downloading maps (Missing map)
 
Quote:

Originally Posted by Austin (Post 2761863)
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..

Wizzardoff 10-25-2023 13:20

Re: Server not downloading maps (Missing map)
 
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.

Austin 10-27-2023 19:55

Re: Server not downloading maps (Missing map)
 
Quote:

Originally Posted by cssbr1 (Post 2811944)
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!


All times are GMT -4. The time now is 14:27.

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