View Single Post
Author Message
PeEzZ
Senior Member
Join Date: Jan 2014
Location: Hungary
Old 08-17-2016 , 11:35   [CSGO] Automatic Downloader
Reply With Quote #1

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:

Code:
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.

_____
___
Updates:
(1.0, 2016.08.17, 17:36) - First release
Attached Files
File Type: zip sm_automatic_downloader.zip (7.5 KB, 2469 views)
File Type: sp Get Plugin or Get Source (sm_automatic_downloader.sp - 2121 views - 2.8 KB)
__________________
I MAKING MY PLUGINS/MAPS STILL, BUT I DON'T HAVE ENOUGH TIME, PLEASE STAND BY.
Sorry for my bad english, correct me if i'm wrong.
Magyarok írjanak PM-et ha fontos!

If you want, you can donate for me here
My plugins here / My maps here

Last edited by PeEzZ; 08-17-2016 at 11:38.
PeEzZ is offline