diff options
-rwxr-xr-x | pst/install-patch-fixpack.sh | 2 | ||||
-rwxr-xr-x | pst/install-patch-tweaks.sh | 2 | ||||
-rwxr-xr-x | pst/install-patch-ub.sh | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/pst/install-patch-fixpack.sh b/pst/install-patch-fixpack.sh index 5f9fdca..c65a7ca 100755 --- a/pst/install-patch-fixpack.sh +++ b/pst/install-patch-fixpack.sh @@ -1,5 +1,7 @@ #!/bin/bash # Planescape: Torment Ultimate Weidu Fixpack +# Note: This requires the freeware version of unrar, available +# from http://www.rarlab.com/rar_add.htm scriptdir="$(dirname $0)"/.. source "$scriptdir/includes/generic-includes.sh" diff --git a/pst/install-patch-tweaks.sh b/pst/install-patch-tweaks.sh index 5539666..6886aef 100755 --- a/pst/install-patch-tweaks.sh +++ b/pst/install-patch-tweaks.sh @@ -2,6 +2,8 @@ # Planescape: Torment Tweak Pack # Note: this only installs the Banter Accelerator # and Stackable Items tweaks +# Note: This requires the freeware version of unrar, available +# from http://www.rarlab.com/rar_add.htm scriptdir="$(dirname $0)"/.. source "$scriptdir/includes/generic-includes.sh" diff --git a/pst/install-patch-ub.sh b/pst/install-patch-ub.sh index c676589..af724ab 100755 --- a/pst/install-patch-ub.sh +++ b/pst/install-patch-ub.sh @@ -1,5 +1,7 @@ #!/bin/bash # Planescape: Torment Unfinished Business +# Note: This requires the freeware version of unrar, available +# from http://www.rarlab.com/rar_add.htm scriptdir="$(dirname $0)"/.. source "$scriptdir/includes/generic-includes.sh" |