Jump to content
 Share

Trap Babe

Map Downloader

Recommended Posts

Posted  Edited by Trap Babe - Edit Reason: Add video link; Instructions for others on the bottom

[DD/MM/YYYY] is how to read the edit dates

 

[8/18/2023] Edit: I am scraping everything on the Github project and will be releasing something similar to what was written on the batch script. As of now, you can just follow the wget commands as they still work. Once I have it ready you can use the downloader binary. I seem to be getting faster times on it than using wget + lbzip2/pbzip2/bzip2 combo.

 

You can delete the thread if it violates any rules 🙂

 

I just made a map downloader for people to just download the maps/resource/sound/etc folders on the fastdl cstrike folder. It uses

 

Github: https://github.com/ovY9jkhTEUpllGPJRrKU/CSS-GFL-ZE-Downloader/

 

You can download it on the right side "Releases". To run it, just double-click css_gfl_ze_dl.bat and then choose your options. Also, if you choose option 2-6, make sure you extract/delete the .bzip2 afterward. 🙂

 

Edit: I uploaded a video on Odysee for people to see a demo of the script

 

https://odysee.com/@Trap_Babe:a/CSS-GFL-ZE-Downloader-Demo:4

 

 

================================================

================================================

 

*Looks like there may be inconsistency with file downloading on wget2. I will look into updating my script. Some files don't download correctly. For a more consistent (but slower) download method, check out **wget (predecessor of wget2). Here are the wget commands:

**The wget binary website was pulled from: https://www.gnu.org/software/wget/ FAQ link -> Windows Binaries. I trust that it is safe.

 

wget -r -np -H -A ze_* -R index.html* https://fastdl.gflclan.com/cstrike/maps/
wget -r -np -H -R index.html* https://fastdl.gflclan.com/cstrike/materials/
wget -r -np -H -R index.html* https://fastdl.gflclan.com/cstrike/models/
wget -r -np -H -R index.html* https://fastdl.gflclan.com/cstrike/resource/
wget -r -np -H -R index.html* https://fastdl.gflclan.com/cstrike/sound/

 

*How to download fastdl folders (the more effective way)


 

Spoiler

Note: Please don't run these commands freely if you don't want to risk deleting your files. If you follow my instructions (unless you know what you're doing), you should not run into any problems accidentally deleting your other .bz2 files.

 

Commands are pasted for those who may know what they're doing:

# Download maps folder
wget2 -r -H --accept=*maps/ze_* --filter-urls https://fastdl.gflclan.com/cstrike/maps/
# Download materials folder
wget2 -r -H --accept=*materials* --filter-urls https://fastdl.gflclan.com/cstrike/materials/
# Download models folder
wget2 -r -H --accept=*models* --filter-urls https://fastdl.gflclan.com/cstrike/models/
# Download resource folder
wget2 -r -H --accept=*resource* --filter-urls https://fastdl.gflclan.com/cstrike/resource/
# Download sound folder
wget2 -r -H --accept=*sound* --filter-urls https://fastdl.gflclan.com/cstrike/sound/

# Extract .bz2 files
for /r /d %i in (*) do del "%i\*.bz2"

# Delete .bz2 files
for /r %i in (*) do echo Y|7za x "%i" -o"%~dpi"

 

1. Download wget2 (Windows executable: wget2.zip) and 7-zip (7-Zip Extra: standalone console version, 7z DLL, Plugin for Far Manager) executable

2. Create a folder called "PATH" (or whatever you like) inside of your C directory

 

Spoiler

image.thumb.png.3a2baa340ad62e77369eb0f035985123.png

 

3 (a). Drag and drop wget2.exe and 7za.exe into your PATH folder like so (ignore ffmpeg and yt-dlp):

 

Spoiler

image.thumb.png.f0062b09ceb8136bd28d60d7d0c53783.png

 

3 (b). Go to Windows Settings > System > About > Advanced System Settings > Environment Variables... > Click 'Path' on User variable > Edit... > New > Type C:\PATH (or wherever your directory is located)

3 (c). Click OK on everything

 

Spoiler

image.png.c6ebb02abdca7e3ef67f04f0e870be69.pngimage.thumb.png.4b27950867e6d667cbeaa5963932fbf4.png

image.thumb.png.420a72d11c27f425a8a0b6db36d18bc9.png

image.png.9cab9ad7993092dd016347887ff1329d.png

image.png.afa71cf327248a5e9b3a3adf05b4d934.png

image.thumb.png.fece8c17b6622863e88c0ca3430b9262.png

 

4. Create a folder in your Desktop and name it whatever you like. We will download all our fastdl files into here:
 

Spoiler

image.png.c0a24dacdde69a1ba6a0f12024007248.png

5. Open your folder > Click the directory path > Type "cmd" > Press Enter
 

Spoiler

image.thumb.png.024de361071fcaac88f8927699a3909a.png

image.thumb.png.d85741d67a53287271ae0fa3cf245856.png

 

6. Enter any of these commands to download the folders you like (read the last name of the commands since they downloads the maps/materials/models/resource/sound folder):

wget2 -r -H --accept=*maps/ze_* --filter-urls https://fastdl.gflclan.com/cstrike/maps/
wget2 -r -H --accept=*materials* --filter-urls https://fastdl.gflclan.com/cstrike/materials/
wget2 -r -H --accept=*models* --filter-urls https://fastdl.gflclan.com/cstrike/models/
wget2 -r -H --accept=*resource* --filter-urls https://fastdl.gflclan.com/cstrike/resource/
wget2 -r -H --accept=*sound* --filter-urls https://fastdl.gflclan.com/cstrike/sound/

 

Spoiler

image.thumb.png.7b92edf82d74d90e5863b5ef18d173a9.png

image.thumb.png.009c39d6ee253787473aa87ad27bcea9.png

image.thumb.png.a259f1440e34eaf1d1b6565634bc6100.png

 

Once it's done downloading, run this command to extract/decode the bz2 files:

for /r %i in (*) do echo Y|7za x "%i" -o"%~dpi"

Some files may not be extractable (which is fine since it's not a .bz2 file anyway)

 

Spoiler

image.thumb.png.677139eeba142139d23fd69c1407371d.png

image.thumb.png.9fb391bb018ba6bc246fa59e808e24e4.png

 

7. Delete all the bz2 files in the directories

for /r /d %i in (*) do del "%i\*.bz2"

 

Spoiler

image.thumb.png.c5ea3bac13da43ec5e85928a02a24e45.png

image.thumb.png.b99b71b85d33bdaa07d613a3a1f86aa2.png

 

 

8. Most of your files are in the fastdlv2.gflclan.com folder, but it can also be in the fastdl.gflclan.com (Check the files to make sure). Take your folder(s) (ex: materials/models/etc) and drop it into:

C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Source\cstrike\download

 

Spoiler

image.thumb.png.45b14354fea2c3c1b7cfa8b155e67fd9.png

 

Edited by Trap Babe
Add video link; Instructions for others on the bottom

Share this post


Link to post
Share on other sites




×
×
  • Create New...