mirror of
https://github.com/Novetus/Novetus_src.git
synced 2025-01-31 09:41:33 +02:00
Improved the instructions for the Media Player install.
This commit is contained in:
parent
316a1384e4
commit
35fa490b44
@ -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.
|
||||
|
||||
|
@ -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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user