Skip to content

Adding Download Mirrors

Bernt Andreas Eide edited this page Mar 28, 2019 · 2 revisions

Example Script:

"MirrorData"
{
	"Frankfurt"
	{
		"url" "http://www.test.net/gamefiles/"
	}
	"London"
	{
		"url" "http://www.program.com/files/"
	}
}

Now some in depth explanations

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.

Finally

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"