Skip to content

Commit

Permalink
update installs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronya-Rand committed Apr 12, 2021
1 parent efc792a commit df81226
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# DDLC-OSTPlayer
A heavily revamped version of Nikso's Soundtrack Player for DDLC. <u>Current Version:</u> [**1.32**](https://github.com/GanstaKingofSA/DDLC-OSTPlayer/releases/latest)
A heavily revamped version of Nikso's Soundtrack Player for DDLC. <u>Current Version:</u> [**1.33**](https://github.com/GanstaKingofSA/DDLC-OSTPlayer/releases/latest)

![Sample preview](assets/screenshot0005.png)

Expand All @@ -24,16 +24,17 @@ A heavily revamped version of Nikso's Soundtrack Player for DDLC. <u>Current Ver
This allows the user to play the soundtrack of mods outside the main story, sideload actual music to play along with the mod OST or mod authors automatically adding their songs and having them display on the player.

## What does this version improve on?
- Added MP3 compatibility to be read and played.
- Improved music progress capability and music player aesthetic.
- Dynamic title and font size changes (sort of) and Dynamic Cover Art Scaling (no need to descale art to 350x350, scale it even higher!).
- Metadata support for songs.
- Sideloading songs from your playlist to a directory if available in a mod.
- Ability to play MP3's.
- Improved music player aesthetic.
- Dynamic title and font size changes (sort of) and cover art scaling (no need to descale art to 350x350).
- Song metadata support.
- Sideload songs from your playlist to be played with the mod's tracks.
- Forward and Rewind back a song in progress.
- Refresh Song List Support.
- Sorting from within the player.
- Replay support
- Improved fonts for [Russian](assets/screenshot0019.png) (Song Title), Chinese, [Japanese](assets/screenshot0020.png) and Korean (Author/Description). See Notes Below.
- Loop/Shuffle Support
- Automatically jumps to the next song after current song has ended.
- Improved fonts for [Russian](assets/screenshot0017.png) (Song Title), Chinese, [Japanese](assets/screenshot0021.png) and Korean. See Notes Below.
> Riffic-Bold will have to be downloaded separately to comply with the FontSpring license.
> Due to languages and font character limits, the fonts in DDLC-OSTPlayer will not cover all languages.
Expand All @@ -53,7 +54,7 @@ This allows the user to play the soundtrack of mods outside the main story, side
1. Drop all the contents in this ZIP file to the base folder where DDLC.exe/DDLC.sh is.
> If you are on MacOS/OS X, you must right-click DDLC.app and click `Show Package Contents` then navigate to `Contents/Resources/autorun` and drop the ZIP file contents in there.
2. **(Recommended but Optional)** Download the `Riffic-Bold` font from [Fontspring](https://www.fontspring.com/fonts/inky-type/riffic/riffic-bold) and copy the `riffic-bold.ttf` to `game/mod_assets/music_player`
2. **(Recommended but Optional)** Download the `Riffic-Bold` font from [Fontspring](https://www.fontspring.com/fonts/inky-type/riffic/riffic-bold) and copy the `riffic-bold.ttf` in *Fonts* to `game/mod_assets/music_player`

- Open `audio_player.rpy` and add a `#` to the front of lines `280`, `302` and `311`. Then remove the `#` in the front of lines `281`,`303` and `312`.

Expand Down
3 changes: 3 additions & 0 deletions install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Installation:
if main_menu:
textbutton _("OST Player") action [Show("music_player"), SetMute("music", True), SetMute("music_player_mixer", False), SetVariable("current_soundtrack", False), If(renpy.game.preferences.mute.get("music", False), true=SetVariable("music_was_muted_before_soundtrack_player_opened", True), false=SetVariable("music_was_muted_before_soundtrack_player_opened", False)), Function(refresh_list)]

(Recommended but Optional) 3. Download the Riffic-Bold font from Fontsize here: https://www.fontspring.com/fonts/inky-type/riffic/riffic-bold
a. Copy the riffic-bold.ttf in the Fonts folder and paste it into the game/mod_assets/music_player folder
b. Open audio_player.rpy and add a # to the front of lines 280, 302 and 311. Then remove the # in the front of lines 281, 303 and 312.

3. Add music to the track folder or define them manually in audio_player.rpy
4. Run DDLC and enjoy!
Expand Down

0 comments on commit df81226

Please sign in to comment.