-
Notifications
You must be signed in to change notification settings - Fork 1
Adding Download Mirrors
Bernt Andreas Eide edited this page Mar 28, 2019
·
2 revisions
"MirrorData"
{
"Frankfurt"
{
"url" "http://www.test.net/gamefiles/"
}
"London"
{
"url" "http://www.program.com/files/"
}
}
You can change between download mirrors in the Settings form @DeadBread. As you see it is quite simple to setup new download urls, however make sure that the directory structure is the same.
Save your script and upload it to your webserver, in order to load your file in the application you need to make sure that the manifest.txt file loads the file you uploaded to your webserver, the manifest file is located under BaseLauncher/config/manifest.txt
Example: "MirrorDataURL" "http://www.blabla.com/DeadBread/MirrorInfo.txt"