Skip to content

Commit 1babf91

Browse files
committed
change the path path based on testing on proton.
1 parent 8241d5f commit 1babf91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TheForceEngine/TFE_FileSystem/paths-posix.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ namespace TFE_Paths
141141
return true;
142142
}
143143
string strId = to_string((int)TFE_Settings::c_steamRemasterProductId[game]);
144-
string append = "steamapps/compatdata/" + strId + "/pfx/drive_c/users/steamuser/Saved Games/Nightdive Studios";
144+
string append = "~/.steam/steam/steamapps/compatdata/" + strId + "/pfx/drive_c/users/steamuser/Saved Games/Nightdive Studios";
145145

146146
if (game == Game_Dark_Forces)
147147
{
@@ -151,6 +151,7 @@ namespace TFE_Paths
151151
{
152152
append += "/Outlaws Remaster/";
153153
}
154+
else
154155
{
155156
return false;
156157
}

0 commit comments

Comments
 (0)