diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ccc3b9b..8fd9f66 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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. diff --git a/README_FIRST.txt b/README_FIRST.txt index a10cd9e..60b0df4 100644 --- a/README_FIRST.txt +++ b/README_FIRST.txt @@ -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. diff --git a/installers/install_modern_episodes.bat b/installers/install_modern_episodes.bat index 65a737c..b2b9bdf 100644 --- a/installers/install_modern_episodes.bat +++ b/installers/install_modern_episodes.bat @@ -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" ( diff --git a/installers/install_music.bat b/installers/install_music.bat index 35039a5..2f1605a 100644 --- a/installers/install_music.bat +++ b/installers/install_music.bat @@ -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 @@ -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 @@ -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