b455db0db8
- default-launcher.json files: only Wow-patched.exe from release. - config-store: strip deprecated patch-Z.MPQ from merged files; rewrite launcher.json on load if user still had that entry. - Docs/scripts examples updated; version 1.0.4. Co-authored-by: Cursor <cursoragent@cursor.com>
50 lines
1.0 KiB
JSON
50 lines
1.0 KiB
JSON
{
|
|
"game_dir": "",
|
|
"update_feed_url": "",
|
|
"launcher_updates_from_github": false,
|
|
"gitea": {
|
|
"base_url": "",
|
|
"owner": "",
|
|
"repo": "",
|
|
"release_tag": "latest",
|
|
"token_env": "GITEA_TOKEN"
|
|
},
|
|
"github": {
|
|
"owner": "Dawnforger",
|
|
"repo": "Fractured",
|
|
"ref": "main",
|
|
"release_tag": "latest",
|
|
"token_env": "GITHUB_TOKEN"
|
|
},
|
|
"patch_manifest": {
|
|
"enabled": true,
|
|
"source": "patch-manifest.json",
|
|
"from_release": true
|
|
},
|
|
"files": [
|
|
{
|
|
"source": "Wow-patched.exe",
|
|
"dest": "Wow.exe",
|
|
"backup": true,
|
|
"from_release": true
|
|
}
|
|
],
|
|
"realmlist": {
|
|
"enabled": true,
|
|
"line": "set realmlist fracturedwow.ddns.net:47497",
|
|
"paths": ["Data/enUS/realmlist.wtf", "Data/enGB/realmlist.wtf"]
|
|
},
|
|
"auth": {
|
|
"enabled": false,
|
|
"url": "https://auth.your-realm.example/api/launcher/login",
|
|
"method": "POST",
|
|
"username_field": "username",
|
|
"password_field": "password"
|
|
},
|
|
"launch": {
|
|
"exe": "Wow.exe",
|
|
"args": [],
|
|
"linux_wrapper": ["wine"]
|
|
}
|
|
}
|