Advertisement
Victoralm

mbw_config.sh

Aug 8th, 2016
1,377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.69 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. #PROGRAM_DIRECTORY="`dirname "$0"`"
  4. #export LD_LIBRARY_PATH="$PROGRAM_DIRECTORY"
  5.  
  6. #"$PROGRAM_DIRECTORY/mbw_config_linux" "$@"
  7.  
  8. # Reference: https://github.com/ValveSoftware/steam-for-linux/issues/4168
  9.  
  10. # Atention: Please, change "USER_NAME" for your actual username
  11.  
  12. PROGRAM_DIRECTORY="/home/USER_NAME/.steam/root/steam/steamapps/common/MountBlade Warband"
  13. export LD_LIBRARY_PATH="/home/USER_NAME/.steam/root/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu:/home/USER_NAME/.steam/root/steam/steamapps/common/MountBlade Warband:/home/USER_NAME/.steam/root/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu"
  14. cd "$PROGRAM_DIRECTORY"
  15. "$PROGRAM_DIRECTORY/mbw_config_linux" "$@"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement