Page 1 of 1

[CSGO] Automatic Downloader

Posted: Mon Jan 27, 2020 4:33 pm
by Andreeas
Hi!
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