Skip to content

Adding App Data

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

Example Script:

"AppData"
{
    "Version" "1.0.0.0"
	"Maintenance" "Currently Offline!"
	"UpdateURL" "http://mysite.net/content/DeadBreadLauncher.rar"
}

Now some in depth explanations

  • Maintenance: When this is non-empty, no one will be able to launch DeadBread, this message will be displayed and the program shuts down, you might want to use this in case you discover something nasty in the code, or perhaps you're doing some major overhaul and you don't want the clients to fetch bad results...

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: "AppDataURL" "http://www.blabla.com/DeadBread/AppData.txt"