Skip to content

DDLC OST Player 1.32

Compare
Choose a tag to compare
@Bronya-Rand Bronya-Rand released this 05 Apr 01:42
· 139 commits to main since this release

Features

  • Loop/Replay Song Support! Loop/Replay any song you like! [Semi-Beta. See Notes]
    screenshot0005
  • Adjustable Play Bar Support!

Fixes

  • Fixed a bug where the play button is bugged to not play a song.
  • Fixed a bug that crashes Ren'Py due to the song position
  • Code adjustments

Notes

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
  • Replaying a song while paused will cause the song to play once clicked. Depends if you like this or not.

Compatibility

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

Installation

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