[CSGO] Automatic Downloader
Posted: Mon Jan 27, 2020 4:33 pm
Hi!
This is a simple automatic downloader, for CSGO, but i think its working with another game.
_______
CVars:
Code:
Plugin can download the following files:
Requirements:
- SourceMod 1.8
- Folders: materials, models and sound, or the plugin is send error.
_______
Notes:
- This plugin is in test stage, so use careful! I test all versions of my plugins before publish, but still may have bugs.
- If i forget some file extension, tell me here.
________
Download
Source
SMX File
This is a simple automatic downloader, for CSGO, but i think its working with another game.
_______
CVars:
Code:
_______sm_downloader_materials <def. 1> - Add to downloads the materials folder, 0 - disable, 1 - enable
sm_downloader_models <def. 1> - Add to downloads the models folder, 0 - disable, 1 - enable
sm_downloader_sounds <def. 1> - Add to downloads the sound folder, 0 - disable, 1 - enable
Plugin can download the following files:
_______new String: ValidFormats[][] = //VALID, DOWNLOADABLE FILE FORMATS
{
"mdl", "phy", "vtx", "vvd", //Model files
"vmt", "vtf", "png", //Texture and material files
"mp3", "wav" //Sound files
};
Requirements:
- SourceMod 1.8
- Folders: materials, models and sound, or the plugin is send error.
_______
Notes:
- This plugin is in test stage, so use careful! I test all versions of my plugins before publish, but still may have bugs.
- If i forget some file extension, tell me here.
________
Download
Source
SMX File