-
Notifications
You must be signed in to change notification settings - Fork 1
Adding Engines
Bernt Andreas Eide edited this page Mar 28, 2019
·
3 revisions
"EngineData"
{
"source"
{
"package_base" "engines/source_engine.rar"
}
}
- package_base: Contains engine files which will allow you to for example host servers, open up some SDK, etc... (Notice that this is not a full url, the download mirror will be added in front of the path given here, for example www.mymirror.com/engines/source_engine.rar)
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: "EngineDataURL" "http://www.blabla.com/DeadBread/EngineData.txt"