Skip to content

Commit

Permalink
Merge pull request #16 from SpecialKO/Aemony-patch-1
Browse files Browse the repository at this point in the history
Witcher 3: Improved skip launcher options
  • Loading branch information
Aemony authored Jan 6, 2024
2 parents cb10ecb + 7007096 commit 30a7669
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions lc.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"381210_Name": "Dead by Daylight",
"381210": [
{
"Desc": "Force DX12",
"Desc": "Force DirectX 12",
"Exe": "DeadByDaylight.exe",
"Args": "-dx12",
"Dir": ""
Expand Down Expand Up @@ -370,9 +370,15 @@
"292030_Name": "The Witcher 3: Wild Hunt",
"292030": [
{
"Desc": "Skip RED Launcher (DX12)",
"Exe": "redprelauncher.exe",
"Args": "--launcher-skip",
"Desc": "Skip Launcher (DirectX 12)",
"Exe": "bin/x64_dx12/witcher3.exe",
"Args": "",
"Dir": ""
},
{
"Desc": "Skip Launcher (DirectX 11)",
"Exe": "bin/x64/witcher3.exe",
"Args": "",
"Dir": ""
}
],
Expand Down

0 comments on commit 30a7669

Please sign in to comment.