Skip to content

Commit

Permalink
Instruct users to use ./libblt_loader.so instead of the full path
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHargrave committed Apr 8, 2016
1 parent 88ce645 commit 20b6bd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ fi

# I may eventually automate this. For now I'll ask users to paste this in to their launch options
echo "Set the following line as your custom launch options for PAYDAY 2:"
echo " env LD_PRELOAD=\"$LIB_INSTALLED\" %command%"
echo " env LD_PRELOAD=\"\$LD_PRELOAD ./libblt_loader.so\" %command%"
2 changes: 1 addition & 1 deletion packaging/README_BLT4L
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Move the contents of this folder in to your PAYDAY 2 folder, so that it looks li

Open Steam, and open the properties for PAYDAY 2. Select "Set Launch Options", and set it to:

env LD_PRELOAD="$LD_PRELOAD $HOME/.steam/steam/steamapps/common/PAYDAY 2/libblt_loader.so" %command%
env LD_PRELOAD="$LD_PRELOAD ./libblt_loader.so" %command%

If your PAYDAY 2 folder is in a different library folder, change the path accordingly.

1 comment on commit 20b6bd3

@fizzvr
Copy link

@fizzvr fizzvr commented on 20b6bd3 May 13, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔑

Please sign in to comment.