From 3f76b3f497e590c4b6a4f9316b212c627631399b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=B6rberg?= Date: Wed, 3 Jul 2024 10:50:06 +0200 Subject: [PATCH] Add Owlcat's Pathfinder games (#117) Kingmaker has a Linux version but from what I could tell looking at SteamDB it runs the same executable. It is generally advised to run the Proton version however. --- 00-default/games/wine_proton.rules | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/00-default/games/wine_proton.rules b/00-default/games/wine_proton.rules index d52d49d..e0df60d 100644 --- a/00-default/games/wine_proton.rules +++ b/00-default/games/wine_proton.rules @@ -882,6 +882,12 @@ { "name": "PathOfExile_x64.exe", "type": "Game" } { "name": "PathOfExile.exe", "type": "Game" } +# Pathfinder: Kingmaker https://store.steampowered.com/app/640820 +{ "name": "Kingmaker.exe", "type": "Game" } + +# Pathfinder: Wrath of the Righteous https://store.steampowered.com/app/1184370 +{ "name": "Wrath.exe", "type": "Game" } + # Pro Evolution Soccer 2013 { "name": "pes2013.exe", "type": "Game" }