Skip to content

DDLC OST Player 1.12

Compare
Choose a tag to compare
@Bronya-Rand Bronya-Rand released this 05 Oct 12:34
· 162 commits to main since this release

Note: This project is semi-beta meaning some bugs may occur. Please do report them to me if you encounter one.

Features

  • A-Z organization.
    • This organizes the list alphabetically. To enable A-Z organization, change define organizeAZ to True. (Disabled by Default)
  • Priority organization. Prioritize songs that are more important and such!
    • To enable priority organization, change define organizePriority to True. (Enabled by Default)
    • To change glob scan priority, change priorityScan to another number. Remember 0 is highest priority while 1 and so on is lower. Example format is here
Wake_Up_Unchanged = soundtrack(
    name = "Unchanged",
    full_name = "Wake up unchanged",
    path = "mod_assets/music_player/sample/Unchanged.ogg",
    priority = 0,
    author = "PabloLuaxerc#1719",
    description = "Sad soundtrack",
    cover_art = "mod_assets/music_player/cover/cover.png"
    )

Note: Both organization styles can work together. You can prioritize and set your lists A-Z.

Fixes

  • Fixed the play button locking up causing a bool error

Current Bugs

  • Kanji/Chinese/Korean Text will not show if it's in the title or artist tag. This can be fixed by installing an alternative font and replacing the font used with it.
  • Menu buttons are still interactable despite song menu.
  • Some characters may show a block if unsupported by the font. This can be fixed by installing an alternative font and replacing the font used with it.

Compatibility

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

Installation

To install, download Soundtrack_Music_Player_1.1.zip and extract it's files from the ZIP file to your mod's game folder.