mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-04-28 13:27:58 +03:00
Update README.md (#1050)
Some checks failed
validate-internal / build (push) Failing after 14s
Some checks failed
validate-internal / build (push) Failing after 14s
- Added a tip regarding supported media players with Music Attenuation - Added onto the mod support note, referring to the HMM wiki regarding the mod format
This commit is contained in:
parent
1c225184a1
commit
48458cb903
1 changed files with 5 additions and 0 deletions
|
@ -182,6 +182,9 @@ Many options have been integrated to address some common quality of life improve
|
||||||
- The day/night transformation cutscene in towns can use either the Xbox 360 or PlayStation 3 version, with the Xbox version artificially extending loading times for the full video play out, whilst the PlayStation version ends as soon as it's done loading.
|
- The day/night transformation cutscene in towns can use either the Xbox 360 or PlayStation 3 version, with the Xbox version artificially extending loading times for the full video play out, whilst the PlayStation version ends as soon as it's done loading.
|
||||||
- Music Attenuation is a feature that was originally present in the Xbox 360 version of the game, where it'd automatically mute the background music if the console's media player was in use. This feature has been implemented using information provided by the [Windows Media Control](https://learn.microsoft.com/en-us/uwp/api/windows.media.control?view=winrt-26100) APIs in [WinRT](https://en.wikipedia.org/wiki/Windows_Runtime). Applications that interface with Windows 10/11 to display media controls are supported.
|
- Music Attenuation is a feature that was originally present in the Xbox 360 version of the game, where it'd automatically mute the background music if the console's media player was in use. This feature has been implemented using information provided by the [Windows Media Control](https://learn.microsoft.com/en-us/uwp/api/windows.media.control?view=winrt-26100) APIs in [WinRT](https://en.wikipedia.org/wiki/Windows_Runtime). Applications that interface with Windows 10/11 to display media controls are supported.
|
||||||
|
|
||||||
|
> [!TIP]
|
||||||
|
> You may refer to Music Presence's [list of supported media players](https://github.com/ungive/discord-music-presence/blob/master/documentation/supported-media-players.md) for players that work with Music Attenuation out of the box.
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> Please note that Music Attenuation is not currently available on Linux. Support for this feature may be added in a future update.
|
> Please note that Music Attenuation is not currently available on Linux. Support for this feature may be added in a future update.
|
||||||
|
|
||||||
|
@ -206,6 +209,8 @@ Modded files for the Xbox 360 version of the game are compatible with Unleashed
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> Code modding is currently not possible and is [planned for a future update](#code-modding). As a workaround for the time being, some codes have been directly embedded into the game and can be accessed through Hedge Mod Manager's Codes tab.
|
> Code modding is currently not possible and is [planned for a future update](#code-modding). As a workaround for the time being, some codes have been directly embedded into the game and can be accessed through Hedge Mod Manager's Codes tab.
|
||||||
|
>
|
||||||
|
> For information on the mod format, check out Hedge Mod Manager's [Basic Mod File Structure](https://github.com/thesupersonic16/HedgeModManager/wiki/Basic-Mod-File-Structure) wiki page.
|
||||||
|
|
||||||
## Update Roadmap
|
## Update Roadmap
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue