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
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