View Single Post
DarkDeviL
SourceMod Moderator
Join Date: Apr 2012
Old 07-05-2017 , 01:55   Re: Getting material/model paths easy way (Windows)
Reply With Quote #4

Quote:
Originally Posted by boomix View Post
Often when I add new models to my server I get pissed off to get all the paths for all the files I need and add to sm_downloader or anywhere else. I checked everywhere, buy couldnt fine anything usefull to make this job easier, so I needed to write my own script.
sm_downloader ?

Simply just add the folder names that contains content to be downloaded:

Code:
materials/models/player/slow
materials/models/player/techknow
models/player/slow
models/player/techknow
to downloads_simple.ini.

There's only 74 lines in one of my downloads_simple.ini files, which takes care of downloading 3672 files from the materials/models folders...

Can't be more "simple" than that...
__________________
Mostly known as "DarkDeviL".

Dropbox FastDL: Public folder will no longer work after March 15, 2017!
For more info, see the [SRCDS Thread], or the [HLDS Thread].
DarkDeviL is offline