Skip to content

Commit 5d0d063

Browse files
committed
pro1: better exemplify needed filesystem_redirect config options
1 parent db6e1a6 commit 5d0d063

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

build/config/pro1/r5.conf

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,10 @@ pro1_data_zip=1
1717
data_zip_dir=/home/pat/piutools/pro1-data
1818

1919
[FILESYSTEM_REDIRECT]
20-
; /data should be set to the location of the data zips (data0.zip, data1.zip, etc.)
21-
/data=/mnt/steamlibrary/pro1/data
20+
; /game should be set to the location of the data zips (data0.zip, data1.zip, etc.)
21+
; as well as addons (if applicable)
22+
/game=/home/pat/piutools/pro1-game-data
23+
24+
; /data should be set to the location of the /data dir (and should contain patch
25+
; data in the /data/patch dir)
26+
/data=/home/pat/piutools/pro1-patch-data

0 commit comments

Comments
 (0)