mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-01-15 15:50:36 +00:00
Remove script
This commit is contained in:
parent
f8c6bbd78f
commit
208948e3c7
@ -33,9 +33,6 @@
|
||||
"files": [
|
||||
{
|
||||
"client": "https://install.robertsspaceindustries.com/star-citizen/RSI-Setup-1.5.5.exe"
|
||||
},
|
||||
{
|
||||
"script2": "https://gist.githubusercontent.com/GloriousEggroll/ac580185526b6349428c4375fbe45407/raw/e37212ba53e0676568048482df9c97739ca352b6/eac_check.sh"
|
||||
}
|
||||
],
|
||||
"game": {
|
||||
@ -52,15 +49,6 @@
|
||||
"prefix": "$GAMEDIR"
|
||||
}
|
||||
},
|
||||
{
|
||||
"chmodx": "script2"
|
||||
},
|
||||
{
|
||||
"copy": {
|
||||
"dst": "$GAMEDIR",
|
||||
"src": "script2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"task": {
|
||||
"app": "--force arial vcrun2019 win10",
|
||||
@ -88,7 +76,7 @@
|
||||
"__GL_SHADER_DISK_CACHE_SIZE": "1073741824",
|
||||
"__GL_THREADED_OPTIMIZATIONS": "1"
|
||||
},
|
||||
"prelaunch_command": "$GAMEDIR/eac_check.sh"
|
||||
"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'"
|
||||
},
|
||||
"wine": {
|
||||
"dxvk": true,
|
||||
@ -100,7 +88,6 @@
|
||||
"version": "lutris-GE-Proton7-15-SC-x86_64"
|
||||
}
|
||||
},
|
||||
"content": "files:\r\n- client: https://install.robertsspaceindustries.com/star-citizen/RSI-Setup-1.5.5.exe\r\n- script2: https://gist.githubusercontent.com/GloriousEggroll/ac580185526b6349428c4375fbe45407/raw/e37212ba53e0676568048482df9c97739ca352b6/eac_check.sh\r\ngame:\r\n arch: win64\r\n exe: drive_c/Program Files/Roberts Space Industries/RSI Launcher/RSI Launcher.exe\r\n prefix: $GAMEDIR\r\ninstaller:\r\n- task:\r\n arch: win64\r\n description: Creating Wine prefix\r\n name: create_prefix\r\n prefix: $GAMEDIR\r\n- chmodx: script2\r\n- copy:\r\n dst: $GAMEDIR\r\n src: script2\r\n- task:\r\n app: --force arial vcrun2019 win10\r\n arch: win64\r\n description: Installing dlls\r\n name: winetricks\r\n prefix: $GAMEDIR\r\n- task:\r\n arch: win64\r\n args: /S\r\n description: Installing client\r\n executable: client\r\n name: wineexec\r\n prefix: $GAMEDIR\r\nsystem:\r\n env:\r\n DXVK_HUD: '0'\r\n __GL_SHADER_DISK_CACHE: 1\r\n __GL_SHADER_DISK_CACHE_SIZE: '1073741824'\r\n __GL_THREADED_OPTIMIZATIONS: '1'\r\n prelaunch_command: $GAMEDIR/eac_check.sh\r\nwine:\r\n dxvk: true\r\n esync: true\r\n overrides:\r\n nvapi,nvapi64: disabled\r\n libglesv2: builtin\r\n",
|
||||
"discord_id": "452295596917784577"
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user