Skip to content

DDLC OST Player 1.3

Compare
Choose a tag to compare
@Bronya-Rand Bronya-Rand released this 31 Jan 00:44
· 151 commits to main since this release

Features

  • Refreshing Support! Add or remove songs from the track folder at your leisure.

    This is in beta and may be prone to errors. Also refreshing with removed songs in effect will freeze the game a bit so it can list the songs again.

  • OST Support from RPAs

    Make sure that your filenames don't contain any symbols just in case the OST errors out or add a symbol affected to the regex.

  • Priority and A-Z Organization Buttons! Now you can control how they go from within the player than by what the mod author sets manually.
  • Generic Cover Support (fixes UTF-8 bug)

    If no cover is detected, the player supplies it's own made located in mod_assets/music_player

Changes

  • Adjusted title font size to fit some names better like Another One Bites the Dust and Armed and Ready (Falk Remix) from testing
  • Adjusted how defining MP3/OGGs worked and manually assigned songs.
  • Adjusted logic
  • Added Version text to the bottom right for version identification.

Fixes

Fixed a bug where multiple songs added to the track folder will cause a out of bounds error and improper define_songtype functions and regex cover update.

Note

Defining songs manually has changed to where you must append it to a array due to logic changes. The method to define songs manually now is this.

This does not show all of what you can do in manual defining. Refer to the class and/or MP3/OGG variables for more options available.

your_reality = soundtrack(
        name = "Your reality",
        full_name = "Your reality",
        path = "bgm/credits.ogg",
        priority = 1,
        author = "Monika",
        description = "I made mistakes, hurt you, hurt my friends. All I can do is hope you all forgive me.",
        cover_art = False
    )     
    manualDefineList.append(your_reality) # required for manual defining to work in this update

Compatibility

  • ✔️ Ren'Py 7 (PC)
  • ❌ Ren'Py 7 (Android)
  • ✔️ Ren'Py 6 (PC)
  • ❌ Ren'Py 6 (Android)

Installation

To install, download DDLC-OSTPlayer-1.3.zip and extract it's files from the ZIP file to your mod's game folder.