Skip to content

Commit

Permalink
Add "Engine RmlUi" option to launcher
Browse files Browse the repository at this point in the history
This is to help testing the RmlUi integration more easily by
people that want to. This still requies the dev setup enabled to
actually test anything, so not useful for players in any way.
  • Loading branch information
p2004a committed Apr 11, 2024
1 parent ec5e68d commit fe141f9
Showing 1 changed file with 78 additions and 0 deletions.
78 changes: 78 additions & 0 deletions dist_cfg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,84 @@
}
}
},
{
"package": {
"id": "manual-linux-rmlui-engine",
"display": "Engine RmlUi",
"platform": "linux"
},
"config_url": "https://launcher-config.beyondallreason.dev/config.json",
"env_variables": {
"PRD_HTTP_SEARCH_URL": "https://files-cdn.beyondallreason.dev/find",
"PRD_RAPID_USE_STREAMER": "false",
"PRD_RAPID_REPO_MASTER": "https://repos-cdn.beyondallreason.dev/repos.gz"
},
"auto_download": true,
"downloads": {
"games": ["byar:test", "byar-chobby:test"],
"resources": [
{
"url": "https://pool-init.beyondallreason.dev/data.7z",
"destination": "pool",
"extract": true,
"optional": true
},
{
"url": "https://github.com/beyond-all-reason/spring/releases/download/rmlui-integration-preview-v2/spring_bar_.rmlui-integration.105.1.1-2531-g3c7d7ca_linux-64-minimal-portable.7z",
"destination": "engine/105.1.1-2531-g3c7d7ca bar rmlui",
"extract": true
}
]
},
"no_start_script": true,
"logs_s3_bucket": "bar-infologs",
"launch": {
"start_args": ["--menu", "rapid://byar-chobby:test"],
"engine": "105.1.1-2531-g3c7d7ca bar rmlui",
"springsettings": {
"RapidTagResolutionOrder": "repos-cdn.beyondallreason.dev;repos.beyondallreason.dev"
}
}
},
{
"package": {
"id": "manual-win-rmlui-engine",
"display": "Engine RmlUi",
"platform": "win32"
},
"config_url": "https://launcher-config.beyondallreason.dev/config.json",
"env_variables": {
"PRD_HTTP_SEARCH_URL": "https://files-cdn.beyondallreason.dev/find",
"PRD_RAPID_USE_STREAMER": "false",
"PRD_RAPID_REPO_MASTER": "https://repos-cdn.beyondallreason.dev/repos.gz"
},
"auto_download": true,
"downloads": {
"games": ["byar:test", "byar-chobby:test"],
"resources": [
{
"url": "https://pool-init.beyondallreason.dev/data.7z",
"destination": "pool",
"extract": true,
"optional": true
},
{
"url": "https://github.com/beyond-all-reason/spring/releases/download/rmlui-integration-preview-v2/spring_bar_.rmlui-integration.105.1.1-2531-g3c7d7ca_windows-64-minimal-portable.7z",
"destination": "engine/105.1.1-2531-g3c7d7ca bar rmlui",
"extract": true
}
]
},
"no_start_script": true,
"logs_s3_bucket": "bar-infologs",
"launch": {
"start_args": ["--menu", "rapid://byar-chobby:test"],
"engine": "105.1.1-2531-g3c7d7ca bar rmlui",
"springsettings": {
"RapidTagResolutionOrder": "repos-cdn.beyondallreason.dev;repos.beyondallreason.dev"
}
}
},
{
"package": {
"id": "dev-lobby-linux",
Expand Down

0 comments on commit fe141f9

Please sign in to comment.