darklordabc / Legends-of-Dota-Redux

A Custom Game for Dota 2
http://steamcommunity.com/sharedfiles/filedetails/?id=786348190
52 stars 35 forks source link

Load .kv files from server #1496

Open Wouterz90 opened 6 years ago

Wouterz90 commented 6 years ago

I want a function that download's the kv files so updating them doesn't force updating the workshop. This would help a lot with disabling broken abilities, adding patrons and changing several other things.

The files obviously have to be editable or preferably be in sync with the github files here. The .kv files will remain as backup.

Preferably something like this

function LoadKeyValueFromServer(fileName) return httprequest or loadkeyvalue `end