Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
Merge branch 'release/1.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
neogeographica committed Jul 23, 2019
2 parents fd81878 + 8c3aec7 commit 8267d77
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
**** v1.9 (Jul 2019)

- Replaced broken soundtrack links.


**** v1.8.2 (Jul 2018)

- Launch Mark V in windowed mode for downloads. This has some extra importance currently because fullscreen Mark V has slow startup on latest version of Windows. Will still be a nice thing though even once that is fixed.
Expand Down
2 changes: 1 addition & 1 deletion README_FIRST.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You might want to keep an eye out in the future for a newer release of Mark V. Y

The included version of Mark V is 1.99 from May 2018.

As for this whole package of stuff, it's version 1.8.2. If you want to see what has changed since the previous releases, see "CHANGELOG.txt".
As for this whole package of stuff, it's version 1.9. If you want to see what has changed since the previous releases, see "CHANGELOG.txt".

If you've been using a previous version of this package, you can overwrite those files with the ones from this new release; that won't hurt whatever Quake configuration you've set up. Do check the changelog though to see if there's anything in particular you need to know about changes between this and previous versions.

Expand Down
2 changes: 1 addition & 1 deletion installers/install_modern_episodes.bat
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ set quake_travail_soundtrack_markv_fix_success=
if not exist travail (
call "%~dp0\_mod_install.cmd" travail
if exist travail (
call "%~dp0\_mod_patch_install.cmd" http://www.eclecticmenagerie.com/jl/quake/quake_travail_soundtrack_markv.zip travail music_placeholder_delete_me.pak
call "%~dp0\_mod_patch_install.cmd" http://neogeographica-downloads.s3.amazonaws.com/tools/quakestarter/quake_travail_soundtrack_markv.zip travail music_placeholder_delete_me.pak
)
)
if "%quake_travail_soundtrack_markv_fix_success%"=="false" (
Expand Down
6 changes: 3 additions & 3 deletions installers/install_music.bat
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if not exist id1 (
if exist id1\music (
echo The "id1\music" folder already exists.
) else (
call "%~dp0\_mod_patch_install.cmd" http://www.eclecticmenagerie.com/jl/quake/quake_campaign_soundtrack_markv.zip id1 music_placeholder_delete_me.pak
call "%~dp0\_mod_patch_install.cmd" http://neogeographica-downloads.s3.amazonaws.com/tools/quakestarter/quake_campaign_soundtrack_markv.zip id1 music_placeholder_delete_me.pak
)
)
pause
Expand All @@ -64,7 +64,7 @@ if not exist hipnotic (
if exist hipnotic\music (
echo The "hipnotic\music" folder already exists.
) else (
call "%~dp0\_mod_patch_install.cmd" http://www.eclecticmenagerie.com/jl/quake/quake_mp1_soundtrack_markv.zip hipnotic music_placeholder_delete_me.pak
call "%~dp0\_mod_patch_install.cmd" http://neogeographica-downloads.s3.amazonaws.com/tools/quakestarter/quake_mp1_soundtrack_markv.zip hipnotic music_placeholder_delete_me.pak
)
)
pause
Expand All @@ -78,7 +78,7 @@ if not exist rogue (
if exist rogue\music (
echo The "rogue\music" folder already exists.
) else (
call "%~dp0\_mod_patch_install.cmd" http://www.eclecticmenagerie.com/jl/quake/quake_mp2_soundtrack_markv.zip rogue music_placeholder_delete_me.pak
call "%~dp0\_mod_patch_install.cmd" http://neogeographica-downloads.s3.amazonaws.com/tools/quakestarter/quake_mp2_soundtrack_markv.zip rogue music_placeholder_delete_me.pak
)
)
pause
Expand Down

0 comments on commit 8267d77

Please sign in to comment.