mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-26 17:54:18 +00:00
Add proton compatibility
This commit is contained in:
parent
f5e7eeaad2
commit
568dc73172
@ -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!",
|
||||
"credits": "",
|
||||
"created_at": "2023-03-24T06:40:19.908354Z",
|
||||
"updated_at": "2024-08-25T14:33:22.916001Z",
|
||||
"updated_at": "2024-08-25T15:27:36.899464Z",
|
||||
"draft": false,
|
||||
"published": true,
|
||||
"published_by": null,
|
||||
@ -76,10 +76,12 @@
|
||||
"dual_color_blend_by_location": "true",
|
||||
"radv_zero_vram": "true",
|
||||
"GAMEID": "umu-starcitizen",
|
||||
"STORE": "none"
|
||||
"STORE": "none",
|
||||
"PROTONPATH": "GE-Proton"
|
||||
},
|
||||
"prefer_system_libs": true,
|
||||
"terminal": true
|
||||
"terminal": true,
|
||||
"prefix_command": "GAMEID=umu-starcitizen STORE=none"
|
||||
},
|
||||
"wine": {
|
||||
"dxvk": true,
|
||||
@ -89,7 +91,8 @@
|
||||
"overrides": {
|
||||
"powershell.exe": "disabled"
|
||||
},
|
||||
"system_winetricks": false
|
||||
"system_winetricks": false,
|
||||
"version": "GE-Proton (Latest)"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user