From 35fa490b44644803f36fd1779c2d5c203926db80 Mon Sep 17 00:00:00 2001 From: Bitl Date: Sun, 28 Aug 2022 13:11:16 -0700 Subject: [PATCH] Improved the instructions for the Media Player install. --- changelog.txt | 12 +++++++++++- scripts/batch/Novetus_dependency_installer.bat | 13 +++++-------- scripts/launcher/info.ini | 2 +- 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/changelog.txt b/changelog.txt index ce12c3e..57bd48d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,14 @@ -1.3 Snapshot v22.8270.27492.1 +1.3 Snapshot v22.8272.20133.2 +Enhancements: +- Improved the Media Feature Pack/Windows Media Player installation instructions in the Dependency Installer. +---------------------------------------------------------------------------- +1.3 Snapshot v22.8272.20133.2 +Fixes: +- Fixed texture issues with OpenGL Stable in 2009E-HD +- Lowered the volume of the jump sound in 2009E-HD +- Fixed the Sapphire Eye not loading properly. +---------------------------------------------------------------------------- +1.3 Snapshot v22.8272.20133.1 Enhancements: - Added a notice to the settings panel regarding clients that need a secondary restart after applying settings. diff --git a/scripts/batch/Novetus_dependency_installer.bat b/scripts/batch/Novetus_dependency_installer.bat index 2347d03..fcac863 100644 --- a/scripts/batch/Novetus_dependency_installer.bat +++ b/scripts/batch/Novetus_dependency_installer.bat @@ -38,10 +38,10 @@ ECHO. ECHO Please install the following if you haven't already: ECHO 1 - Microsoft .NET Framework 2.0 (REQUIRED for the ROBLOX Script Generator SDK tool) ECHO 2 - Microsoft .NET Framework 4.0 (REQUIRED for the Novetus Launcher) -ECHO 3 - .NET 4.0 Update (KB2468871, REQUIRED for Windows XP and Vista) +ECHO 3 - .NET 4.0 Update (KB2468871, REQUIRED for Windows XP and Vista) ECHO 4 - Microsoft Visual C++ Redistributables 2005 (32-bit, REQUIRED for 2007) ECHO 5 - Microsoft Visual C++ Redistributables 2008 (32-bit, REQUIRED for 2008 and above) -ECHO 6 - Media Feature Pack for Windows 8/8.1/10/11 N Editions (REQUIRED for 2011+) +ECHO 6 - Windows Media Player (REQUIRED for 2010L+) ECHO 7 - Exit ECHO. SET /P M=Choose an option by typing the number corresponding to which depenency you want to install: @@ -97,11 +97,8 @@ goto REDISTINSTALLER :mfp CLS -echo Please install the Media Feature Pack from Microsoft's website for your respective version of Windows. -echo https://support.microsoft.com/en-us/topic/media-feature-pack-list-for-windows-n-editions-c1c6fffa-d052-8338-7a79-a4bb980a700a -echo A web browser window to the site will pop up after you press a key. -echo Note: you can check what version you are on by goting to Settings, then System, then go down to About. -pause -start "" https://support.microsoft.com/en-us/topic/media-feature-pack-list-for-windows-n-editions-c1c6fffa-d052-8338-7a79-a4bb980a700a +echo Please install the Windows Media Player through Windows' "Add a feature" utility. +echo Windows 7+: Go to the Control Panel, Programs and Features, go to "Turn Windows features on and off", and enable Windows Media Player in Media Features. +echo Windows 10+: Go to the Settings app, Apps, Optional Features, then search "Windows Media Player", then select it and press Install. pause goto REDISTINSTALLER \ No newline at end of file diff --git a/scripts/launcher/info.ini b/scripts/launcher/info.ini index bac0fd2..bce70f0 100644 --- a/scripts/launcher/info.ini +++ b/scripts/launcher/info.ini @@ -8,6 +8,6 @@ ExtendedVersionNumber=True ExtendedVersionEditChangelog=True //ExtendedVersionTemplate=%version% v8.2022.%extended-revision%%lite% ExtendedVersionTemplate=%version% Snapshot v22.%build%.%revision%.%extended-revision% -ExtendedVersionRevision=1 +ExtendedVersionRevision=2 IsLite=False InitialBootup=False