Skip to content

Commit

Permalink
Script for Northstar Client.
Browse files Browse the repository at this point in the history
  • Loading branch information
begin-theadventure authored Dec 26, 2022
1 parent c143ae1 commit 9c33dac
Showing 1 changed file with 133 additions and 0 deletions.
133 changes: 133 additions & 0 deletions Northstar/northstar-client.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,133 @@
{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"id": "",
"game_id": "",
"game_slug": "northstar-client",
"name": "Northstar",
"year": 2021,
"user": "begin-theadventure",
"runner": "wine",
"slug": "northstar-ea-app",
"version": "EA App",
"description": "You might want to remove northstar-client folder under ~/.cache/lutris/installer directory after installation.\nImage pack is here: https://github.com/begin-theadventure/lutris-scripts/blob/main/Northstar/images/NorthstarImagesLutris",
"notes": "",
"credits": "",
"created_at": "2022-12-26T22:01:18.400000Z",
"updated_at": "2022-12-26T00:00:00.400000Z",
"draft": false,
"published": false,
"published_by": ,
"rating": "",
"steamid": ,
"gogid": null,
"gogslug": "",
"humbleid": "",
"humblestoreid": "",
"humblestoreid_real": "",
"script": {
"files": [
{
"client": "https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/EAappInstaller.exe"
},
],
"game": {
"arch": "win64",
"exe": "drive_c/Program Files/Electronic Arts/EA Desktop/EA Desktop/EADesktop.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"arch": "win64",
"description": "Creating Wine prefix",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"execute": {
"command": "mkdir \"$GAMEDIR/nv-shaders\""
}
},
{
"execute": {
"command": "mkdir \"$GAMEDIR/mesa-shaders\""
}
},
{
"input_menu": {
"description": "Setting DXVK config, choose your GPU.",
"id": "GPU",
"options": [
{
"dxgi.maxFrameLatency = 1": "AMD"
},
{
"dxgi.nvapiHack = False\ndxgi.maxFrameLatency = 1": "Nvidia"
}
],
"preselect": "dxgi.maxFrameLatency = 1"
}
},
{
"write_file": {
"content": "$INPUT_GPU",
"file": "$GAMEDIR/dxvk.conf"
}
},
{
"task": {
"app": "nocrashdialog arial faudio vcrun2010 vcrun2013 vcrun2015 win10 liberation d3dcompiler_47",
"arch": "win64",
"name": "winetricks",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"arch": "win64",
"args": "/silent",
"description": "Installing EA App..",
"exclude_processes": "EADesktop.exe EABackgroundService.exe EALocalHostSvc.exe QtWebEngineProcess.exe explorer.exe explorer.exe winedbg.exe",
"executable": "client",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"arch": "win64",
"name": "winekill",
"prefix": "$GAMEDIR"
}
},
],
"system": {
"env": {
"__GL_SHADER_DISK_CACHE_SKIP_CLEANUP": 1,
"__GL_SHADER_DISK_CACHE_SIZE": 1000000000,
"__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR",
"__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR/nv-shaders",
"MESA_SHADER_CACHE_DIR": "$GAMEDIR/mesa-shaders",
"DXVK_HUD": "compiler",
"DXVK_CONFIG_FILE": "$GAMEDIR/dxvk.conf",
"DXVK_STATE_CACHE_PATH": "$GAMEDIR/dxvk-cache",
"STAGING_SHARED_MEMORY": 0
},
"exclude_processes": "EADesktop.exe EABackgroundService.exe EALocalHostSvc.exe QtWebEngineProcess.exe"
},
"wine": {
"dxvk": true,
"overrides": {
"nvapi,nvapi64": "disabled",
"xaudio2_7": "native,builtin"
}
}
},
}
]
}

0 comments on commit 9c33dac

Please sign in to comment.