View Single Post
aexi0n
AlliedModders Donor
Join Date: Nov 2014
Location: bhop_deluxe
Old 03-16-2015 , 12:41   Re: [Any] Simple Downloader
Reply With Quote #5

I've been contemplating an SQLlite version of something like this where a table would be created i.e:'content', and the columns would look like so:

Content Name | Type | Path

Hatsune Miku | Model | model/player/anime/miku
Hatsune Miku | Material | materials/model/player/anime/miku

Then if the type is model for example, it will attempt to download/precache miku.mdl, miku.dx90.vtx, and miku.phy, or if the file is a material it would download/precache miku.vmt, miku.vtf, miku_normal.vtf, etc.

Not really sure if this would be efficient or not, but just an idea I had been pondering.
aexi0n is offline