Merge pull request #78 from mactan-sc/main

eac workaround
This commit is contained in:
the Sane 2024-03-01 18:02:05 -05:00 committed by GitHub
commit e8f4562168
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 7 deletions

View File

@ -17,7 +17,7 @@
"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\nPlease make sure you have all Wine dependencies properly installed or your game may crash during start up. To prevent crashes in areas with lots of geometry, the game needs a resource limit named \"vm.max_map_count\" increased. See our wiki's Quick Start Guide for more information and instructions.\r\n\r\nSee you in the 'verse!", "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\nPlease make sure you have all Wine dependencies properly installed or your game may crash during start up. To prevent crashes in areas with lots of geometry, the game needs a resource limit named \"vm.max_map_count\" increased. See our wiki's Quick Start Guide for more information and instructions.\r\n\r\nSee you in the 'verse!",
"credits": "", "credits": "",
"created_at": "2023-03-24T06:40:19.908354Z", "created_at": "2023-03-24T06:40:19.908354Z",
"updated_at": "2024-01-05T16:52:37.863257Z", "updated_at": "2024-03-01T17:38:13.536835Z",
"draft": false, "draft": false,
"published": true, "published": true,
"published_by": null, "published_by": null,
@ -81,9 +81,8 @@
"DXVK_HUD": 0, "DXVK_HUD": 0,
"__GL_SHADER_DISK_CACHE": 1, "__GL_SHADER_DISK_CACHE": 1,
"__GL_SHADER_DISK_CACHE_SIZE": 1073741824, "__GL_SHADER_DISK_CACHE_SIZE": 1073741824,
"SteamGameId": "starcitizen" "EOS_USE_ANTICHEATCLIENTNULL": "1"
}, },
"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'",
"prefer_system_libs": false "prefer_system_libs": false
}, },
"wine": { "wine": {

View File

@ -182,7 +182,6 @@ runners_dir_flatpak="$lutris_flatpak_dir/data/lutris/runners/wine"
runner_sources=( runner_sources=(
"GloriousEggroll" "https://api.github.com/repos/GloriousEggroll/wine-ge-custom/releases" "GloriousEggroll" "https://api.github.com/repos/GloriousEggroll/wine-ge-custom/releases"
"RawFox" "https://api.github.com/repos/starcitizen-lug/raw-wine/releases" "RawFox" "https://api.github.com/repos/starcitizen-lug/raw-wine/releases"
"/dev/null" "https://api.github.com/repos/gort818/wine-sc-lug/releases"
) )
######## DXVK ############################################################## ######## DXVK ##############################################################
@ -200,10 +199,7 @@ dxvk_dir_flatpak="$lutris_flatpak_dir/data/lutris/runtime/dxvk"
# ie. "Ph42oN GPL+Async" "https://gitlab.com/api/v4/projects/Ph42oN%2Fdxvk-gplasync/releases" # ie. "Ph42oN GPL+Async" "https://gitlab.com/api/v4/projects/Ph42oN%2Fdxvk-gplasync/releases"
dxvk_sources=( dxvk_sources=(
"doitsujin (standard dxvk)" "https://api.github.com/repos/doitsujin/dxvk/releases" "doitsujin (standard dxvk)" "https://api.github.com/repos/doitsujin/dxvk/releases"
"Sporif Async" "https://api.github.com/repos/Sporif/dxvk-async/releases"
"Ph42oN GPL+Async" "https://gitlab.com/api/v4/projects/Ph42oN%2Fdxvk-gplasync/releases" "Ph42oN GPL+Async" "https://gitlab.com/api/v4/projects/Ph42oN%2Fdxvk-gplasync/releases"
"gnusenpai" "https://api.github.com/repos/gnusenpai/dxvk/releases"
"/dev/null" "https://api.github.com/repos/gort818/dxvk/releases"
) )
######## Requirements ###################################################### ######## Requirements ######################################################