Skip to content

Commit

Permalink
Update README.md and travis script.
Browse files Browse the repository at this point in the history
  • Loading branch information
egornovivan committed Dec 18, 2020
1 parent 40a0cc6 commit 387fb23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ High quality music for Fallout 1.5: Resurrection.
1. Extract into `data\sound\music`.
1. In `fallout2.cfg` find `[sound]` section and set `music_path1=data\sound\music\`.

### High quality
1. Make sure you have [sfall](https://github.com/phobos2077/sfall/) (`ddraw.dll`) version no less than 4.2.9.
1. Download HQ version from the [latest release page](https://github.com/egornovivan/Fallout-1.5-Resurrection-HQ-music/releases/latest).
1. Extract into `data\sound\music`.
1. In `fallout2.cfg` find `[sound]` section and set `music_path1=data\sound\music\`.

### Ultra high quality
1. Make sure you have [sfall](https://github.com/phobos2077/sfall/) (`ddraw.dll`) version no less than 4.1.1.
1. Download UHQ version from the [latest release page](https://github.com/egornovivan/Fallout-1.5-Resurrection-HQ-music/releases/latest).
Expand Down
2 changes: 1 addition & 1 deletion extra/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ else
export version="git$TRAVIS_COMMIT"
fi

for q in lq_ebur128 uhq_ebur128; do
for q in lq_ebur128 hq_ebur128 uhq_ebur128; do
fname="fallout_resurrection_${q}_music_${version}.zip"
cp "LICENSE.md" "$q"
cd "$q"
Expand Down

0 comments on commit 387fb23

Please sign in to comment.