lug-helper/lutris-sc-install.json

106 lines
4.5 KiB
JSON
Raw Normal View History

2021-12-28 20:41:32 +00:00
{
"count": 1,
"next": null,
"previous": null,
"results": [
{
2023-03-24 18:22:13 +00:00
"id": 37253,
2021-12-28 20:41:32 +00:00
"game_id": 17622,
"game_slug": "star-citizen",
"name": "Star Citizen",
"year": 2016,
2023-03-24 18:22:13 +00:00
"user": "GloriousEggroll",
2021-12-28 20:41:32 +00:00
"runner": "wine",
2023-03-24 18:22:13 +00:00
"slug": "star-citizen-liveptu",
2021-12-28 20:41:32 +00:00
"version": "LIVE/PTU",
2023-03-24 18:22:13 +00:00
"description": "Welcome to the Star Citizen installer maintained by the Star Citizen LUG!\r\nBefore continuing, please see our Quick Start Guide:\r\nhttps://starcitizen-lug.github.io\r\n\r\nFor help with the installer or to just hang out, we invite Linux Star Citizen players to join us:\r\nhttps://robertsspaceindustries.com/orgs/LUG/",
2023-01-30 01:42:33 +00:00
"notes": "Performance may be choppy for the first couple minutes after visiting a new place or performing a new activity while shaders compile. Subsequent arrival should not be choppy.\r\n\r\nIf you receive a Runtime Error you can continue using Star Citizen by dragging the dialog box to the side, but in-game VoIP and FoIP will cease to function until Star Citizen is restarted. Drop in to the LUG group's chat and forums; we have custom runners to work around this problem.\r\n\r\nPlease make sure you have all Wine dependencies properly installed or your game may crash during start-up. See our wiki linked above for more information and instructions.\r\n\r\nTo prevent crashes in areas with lots of geometry, the game needs a Linux resource limit named \"vm.max_map_count\" increased. If you are following our Quick Start Guide and using our LUG Helper, the Preflight Check will do this for you. To set it manually, execute:\r\n\r\nsudo sysctl -w vm.max_map_count=16777216\r\n\r\nConsult your distro's documentation on how to set this permanently or ask a LUG member.\r\n\r\nSee you in the 'verse!",
"credits": "",
2023-03-24 18:22:13 +00:00
"created_at": "2023-03-24T06:40:19.908354Z",
2023-09-10 17:13:44 +00:00
"updated_at": "2023-09-10T17:04:38.523816Z",
2021-12-28 20:41:32 +00:00
"draft": false,
"published": true,
2023-03-24 18:22:13 +00:00
"published_by": null,
2021-12-28 20:41:32 +00:00
"rating": "",
"is_playable": null,
2021-12-28 20:41:32 +00:00
"steamid": null,
"gogid": null,
"gogslug": "",
"humbleid": "",
"humblestoreid": "",
"humblestoreid_real": "",
"script": {
"files": [
{
2023-09-10 17:13:44 +00:00
"client": "https://install.robertsspaceindustries.com/star-citizen/RSI-Setup-1.6.8.exe"
2021-12-28 20:41:32 +00:00
}
],
"game": {
2023-03-24 18:22:13 +00:00
"args": "--locale=$INPUT_LOCALE",
"exe": "$GAMEDIR/drive_c/Program Files/Roberts Space Industries/RSI Launcher/RSI Launcher.exe",
2021-12-28 20:41:32 +00:00
"prefix": "$GAMEDIR"
},
2023-02-20 21:03:45 +00:00
"install_complete_text": "Installation Complete!\r\n\r\nPlease see our Wiki for important news and configuration requirements:\r\n\r\nhttps://starcitizen-lug.github.io",
2021-12-28 20:41:32 +00:00
"installer": [
{
"task": {
"arch": "win64",
"description": "Creating Wine prefix",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"app": "--force arial vcrun2019 win10",
"arch": "win64",
"description": "Installing dlls",
"name": "winetricks",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"arch": "win64",
"args": "/S",
"description": "Installing client",
"executable": "client",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
},
{
"execute": {
2023-03-24 18:22:13 +00:00
"command": "mkdir -p \"$GAMEDIR/drive_c/Program Files/Roberts Space Industries/StarCitizen/\"{LIVE,PTU}",
"description": "Creating game path"
}
2021-12-28 20:41:32 +00:00
}
],
"system": {
"env": {
2023-03-24 18:22:13 +00:00
"DXVK_HUD": 0,
2021-12-28 20:41:32 +00:00
"__GL_SHADER_DISK_CACHE": 1,
2023-03-24 18:22:13 +00:00
"__GL_SHADER_DISK_CACHE_SIZE": 1073741824,
"__GL_THREADED_OPTIMIZATIONS": 1,
2023-04-14 00:43:56 +00:00
"SteamGameId": "starcitizen"
2023-03-24 18:22:13 +00:00
},
2023-04-14 00:43:56 +00:00
"prelaunch_command": "/usr/bin/sh -c 'if [ -d \"$WINEPREFIX/drive_c/users/$USER/AppData/Roaming/EasyAntiCheat\" ]; then rm -rf \"$WINEPREFIX/drive_c/users/$USER/AppData/Roaming/EasyAntiCheat\"; fi'",
2023-03-24 18:22:13 +00:00
"prefer_system_libs": false
2021-12-28 20:41:32 +00:00
},
"wine": {
"dxvk": true,
"esync": true,
2023-03-24 18:22:13 +00:00
"fsync": true,
2023-03-24 18:45:14 +00:00
"dxvk_nvapi": false,
2021-12-28 20:41:32 +00:00
"overrides": {
2023-03-24 18:22:13 +00:00
"libglesv2": "builtin",
"nvapi,nvapi64": "disabled",
"powershell.exe": "disabled"
},
2023-07-03 01:54:19 +00:00
"system_winetricks": false
2021-12-28 20:41:32 +00:00
}
}
2021-12-28 20:41:32 +00:00
}
]
}