Jump to content
 Share

Superfuze

How to download maps

Recommended Posts

Posted  Edited by DarkHeroz

You can download it online or through server. You can download it form here, i make a backup download incase i have to reinstall windows or something. The backup is was form May 2, 2016 so it might be missing 2-3 new maps.
https://drive.google.com/open?id=0B_Dmnf3xmau9TjVvZDFETGJSazQ

Edited by DarkHeroz

Share this post


Link to post
Share on other sites


Posted  Edited by DarkHeroz
1 hour ago, xSnowyAngel said:

1.) Go here: http://fastdl.gflclan.com

2.) Go to the CSGO folder

3.) Go to "maps"

4.) Press "Ctrl + F" and search for "ze_" and you'll find all the ZE maps

5.) Profit ;)

Thank for sharing the link. I don't know about that. Everytime i can't download from server, i always copy the map link in the console to download manually.

Edited by DarkHeroz

Share this post


Link to post
Share on other sites


Posted  Edited by stealthysnacks - Edit Reason: $

fastdl.gflclan.com

 

To download them all at once open the developer console for your browser and paste this in (turn off your popup blocker first):

var nodes = $('pre').children;
for(var i=0; i<nodes.length; i++){
	if(nodes[i].text.indexOf('ze_') > -1) {
		window.open('http://fastdl.gflclan.com/csgo/maps/' + nodes[i].text);
	}
}

They're all zipped with .bz2 so unzip them all at once and copy the files into ../csgo/maps/

Edited by stealthysnacks
$

Share this post


Link to post
Share on other sites


  • 1 month later...
On 6/22/2016 at 10:39 PM, stealthysnacks said:

fastdl.gflclan.com

 

To download them all at once open the developer console for your browser and paste this in (turn off your popup blocker first):


var nodes = $('pre').children;
for(var i=0; i<nodes.length; i++){
	if(nodes[i].text.indexOf('ze_') > -1) {
		window.open('http://fastdl.gflclan.com/csgo/maps/' + nodes[i].text);
	}
}

They're all zipped with .bz2 so unzip them all at once and copy the files into ../csgo/maps/

Didn't work for me, I got this error.

Guess I'm gonna download them manually.

Screenshot (8513).png

Share this post


Link to post
Share on other sites


On July 26, 2016 at 5:47 AM, nomorevideos said:

Didn't work for me, I got this error.

Guess I'm gonna download them manually.

Screenshot (8513).png

You'll need jQuery ($) loaded for this to work. Maybe I had GFLclan open in a separate tab or something (GFLclan.com includes jQuery).

 

Share this post


Link to post
Share on other sites




×
×
  • Create New...