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

CS:GO fastdl will not work


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
albin2009
Junior Member
Join Date: Sep 2010
Location: Sweden
Old 05-07-2014 , 15:53   CS:GO fastdl will not work
Reply With Quote #1

Hey you guys!

Before i explane my problem i will tell you all that i know there is a lot of post regarding this but i just cant seem to find the sulution in those post. So i though, lets make a new post.

One thing to add is that i have both my webbserver and my csgo server on the same computer where i live.

FASTDL works perfectly fine with my cs 1.6 servers. But for some reason it does not work with cs:go

So my FASTDL isn't working on my CS:GO server.

This is my setup:

Code:
// Download Settings //
sv_allowupload 1
sv_allowdownload 1
sv_downloadurl “http://centralgame.se/csgo/”
net_maxfilesize 99
You can try to acces the website: http://centralgame.se/csgo/ to verify that it is working.

I have also tried with the downloadurl http://centralgame.se/csgo without the last /


All the files in there have file permissions: 777 = all perms

But it still does not work.


What i have read, i do not know if this is true:

Some say that you will need to EDIT the gamemodes_server.txt and others say that you need to edit cvarlist.txt

Here is my server.cfg:

Code:
hostname "PlayGroundX | ScoutKnivez 24/7
"
rcon_password ""
sv_password "" //Only set this if you intend to have a private server!


mp_freezetime 5 //The amount of time players are frozen to buy items
mp_join_grace_time 15 //The amount of time players can join teams after a round has started
mp_match_end_restart 0 // Defines whether a map should be restarted after a game has ended 
sv_cheats 0 //This should always be set, so you know it's not on
//**The bot commands below are mostly default with the exception of 

bot_quota 0


//**The following commands manage kicks and bans
exec banned_user.cfg
exec banned_ip.cfg
writeid
writeip

sv_airmove 100
sv_airaccelerate 100
sv_gravity 220


//The output file will be located in the csgo folder of your dedicated server
cvarlist log cvarlist.txt

//contanct info

sm_rules_url to "http://centralgame.se/csgofiler/r_rules.html"
sm_contact_url "http://centralgame.se/csgofiler/r_contact.html"


//VOLUME ROUND SOUND
snd_musicvolume	0
volume 0


// Download Settings //
sv_allowupload 1
sv_allowdownload 1
sv_downloadurl “https://drive.google.com/folderview?id=0B6nHdPtmhN40cFY4ejVHQThKdTA&usp=sharing”
net_maxfilesize 99
sv_pure 0
THE cv_pure command is just something i tried to get rid of the CLIENT error: MISSING MAP


This is my gamemodes_server.txt:


Code:
// To use this file, rename it to GameModes_Server.txt
//
// Values here override the default gamemodes.txt 

"GameModes_Server.txt"
{
	"gameTypes"
	{
		"classic"
		{
			"gameModes"
			{
				"casual"
				{
					"convars"
					{
						"mp_startmoney"						"16000"
						"mp_maxmoney"							"16000"
                                sv_allowupload 1
                                sv_allowdownload 1

					}

					"mapgroupsMP"						// List of mapgroups valid for this game mode
					{
						"mpf"		""
					}
				}
			}	
		}
	}

//////////////////////////////////////////////////////////////////////////////////////////////
// Map groups
//
// To use a mapgroup, it needs to be defined in a keyvalues
// block such as the example below, as well as listed in the 
// 'mapgroupsMP' block within the game mode that will run it,
// such as the example above.
//
// Then launch the server with '+mapgroup MAPGROUPNAME'
//
// Example:
//
// srcds -game csgo +game_mode 1 +mapgroup mg_bomb_se +map de_nuke_se
//
//
// Check the developer wiki for updated community info
// https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive_Dedicated_Servers
//////////////////////////////////////////////////////////////////////////////////////////////


	"mapgroups"
	{
		"mpf"									// mapgroup definition
		{
			"name"			"mpf"
			"maps"
			{
				"scout_bulding_redblue"		""
				"scout_concluderent"		""
                                "scout_infinity"		""
                                "scout_jungle"		""
                                "scout_minecraft"		""
                                "scout_spire_b1"		""
                                "scoutzknivez_css"		""
                                "scoutzknivez_fw"		""
                                "scoutzknivez_medieval"		""
                                "scoutzknivez_scoutshine"		""
                                "scoutzknivez_trfw"		""	
                                "scoutzknivez_v2"		""
                                "scoutzknivez_wish"		""
                                "scoutznknivez"		""
			}
		}	
	}
}

And here is some CONSOLE errors:

Code:
 such map 'maps/cs_militia.bsp'
CModelLoader::Map_IsValid:  No such map 'maps/cs_office.bsp'
CModelLoader::Map_IsValid:  No such map 'maps/de_aztec.bsp'
CModelLoader::Map_IsValid:  No such map 'maps/de_bank.bsp'
CModelLoader::Map_IsValid:  No such map 'maps/de_dust.bsp'
CModelLoader::Map_IsValid:  No such map 'maps/de_dust2.bsp'
CModelLoader::Map_IsValid:  No such map 'maps/de_inferno.bsp'
CModelLoader::Map_IsValid:  No such map 'maps/de_lake.bsp'
CModelLoader::Map_IsValid:  No such map 'maps/de_mirage.bsp'
CModelLoader::Map_IsValid:  No such map 'maps/de_nuke.bsp'
CModelLoader::Map_IsValid:  No such map 'maps/de_safehouse.bsp'
CModelLoader::Map_IsValid:  No such map 'maps/de_shorttrain.bsp'
CModelLoader::Map_IsValid:  No such map 'maps/de_stmarc.bsp'
CModelLoader::Map_IsValid:  No such map 'maps/de_sugarcane.bsp'
CModelLoader::Map_IsValid:  No such map 'maps/de_train.bsp'
CModelLoader::Map_IsValid:  No such map 'maps/de_vertigo.bsp'
L 05/07/2014 - 22:11:11: [mapchooser_extended.smx] No official map list found for
 csgo. Consider submitting one!
CreateFragmentsFromFile: 'maps/scout_bulding_redblue.bsp' size exceeds net_maxfil
esize limit (16 MB).
Dropped Kylväskan - Centralgame.se from server: Disconnect
-> Reservation cookie 0:  reason reserved(yes), clients(no), reservationexpires(0
.00)
I know that the MAP size exceeds the net_maxfilesize and ive tried to edit the server.cfg with net_maxfilesize 64 but that wont work either.

The mapchooser_extended error is common errors i think. Seen lot of ppls with that problem.





What i've tried is to paste the sv_downloadurl, sv_allowupload and sv_allowdownload commands in my gamemodes_server.txt under the CONVARS with and without the "" but still not working.

I've also tried to edit sv_allowdownload in my cvarlist.txt to my FASTDL WEB link but still not working.

I've also tried to bz2 the maps but still not working.

My webserver map is all 777 permissions, my CS:GO server directory is allso all 777 permissions.

What am i doing wrong here guys?

I just can't solve it on my own.

Last edited by albin2009; 05-07-2014 at 16:15.
albin2009 is offline
Send a message via Skype™ to albin2009
marcintojatak
BANNED
Join Date: Sep 2010
Location: PL
Old 05-07-2014 , 19:25   Re: CS:GO fastdl will not work
Reply With Quote #2

Quote:
Originally Posted by albin2009 View Post
Hey you guys!
change this line on server.cfg


// Download Settings //
sv_downloadurl ““https://drive.google.com/folderview?...sharing”

to

sv_downloadurl “http://centralgame.se/csgo

if fast download work this command is off

net_maxfilesize

change permissions to directory folder to 755

&

sv_allowupload "0"

Last edited by marcintojatak; 05-07-2014 at 19:29.
marcintojatak is offline
Ade
I love purple
Join Date: May 2010
Old 05-08-2014 , 02:58   Re: CS:GO fastdl will not work
Reply With Quote #3

u have som ebz2s but NOT for the maps you mentioned in the console dmp
__________________
Ade is offline
albin2009
Junior Member
Join Date: Sep 2010
Location: Sweden
Old 05-08-2014 , 06:14   Re: CS:GO fastdl will not work
Reply With Quote #4

marcintojatak:

sv_downloadurl ““https://drive.google.com/folderview?...sharing” i tried to use google drive for FASTDL so this was only a miss typing. I've done it with "downloadurl" centralgame.se


Ade:

What you mean? i dont have a clue what you are talking about.
albin2009 is offline
Send a message via Skype™ to albin2009
Ade
I love purple
Join Date: May 2010
Old 05-09-2014 , 02:56   Re: CS:GO fastdl will not work
Reply With Quote #5

Quote:
CModelLoader::Map_IsValid: No such map 'maps/cs_office.bsp'
correct, there is no such map in ur fastdl: http://centralgame.se/csgo/

how bout putting there the .bz2 files you need?....
__________________
Ade is offline
Jargon
SourceMod Donor
Join Date: Jun 2012
Location: Sydney, Australia
Old 05-09-2014 , 16:07   Re: CS:GO fastdl will not work
Reply With Quote #6

Ade: those errors are not from the map he is currently playing, the map loaded on the server at the time of the error was 'maps/scout_bulding_redblue.bsp'.

He's probably just deleted all of the stock maps from the server/client so it's not caching some stuff, it shouldn't prevent downloading a custom map though.
Jargon is offline
Ade
I love purple
Join Date: May 2010
Old 05-10-2014 , 05:46   Re: CS:GO fastdl will not work
Reply With Quote #7

ah sry I dont play much of the cs franchise, forgot which are default maps
well u can start with setting net_maxfilesize to 64 (reading my sig would've suggested that also) and you can also read this https://forums.alliedmods.net/showth...=239271&page=5 maybe from beginning as well
__________________
Ade is offline
marcintojatak
BANNED
Join Date: Sep 2010
Location: PL
Old 05-10-2014 , 06:39   Re: CS:GO fastdl will not work
Reply With Quote #8

Quote:
Originally Posted by Ade View Post
ah sry I dont play much of the cs franchise, forgot which are default maps
well u can start with setting net_maxfilesize to 64 (reading my sig would've suggested that also) and you can also read this https://forums.alliedmods.net/showth...=239271&page=5 maybe from beginning as well
correct anwser is:
--------------------------------------------------------------------------------------------------
sv_downloadurl "http://centralgame.se/csgo"

not

sv_downloadurl “http://centralgame.se/csgo”
--------------------------------------------------------------------------------------------------
its ""
not “”

Last edited by marcintojatak; 05-10-2014 at 06:46.
marcintojatak is offline
albin2009
Junior Member
Join Date: Sep 2010
Location: Sweden
Old 05-10-2014 , 08:16   Re: CS:GO fastdl will not work
Reply With Quote #9

Problem fixed:

Correct: sv_downloadurl “http://centralgame.se/csgo”

Not Correct: sv_downloadurl "http://centralgame.se/csgo"

look at the: '' and the ”
albin2009 is offline
Send a message via Skype™ to albin2009
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 10:50.


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