-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3185ad4
commit c55859f
Showing
45 changed files
with
1,431 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DDLC-OSTPlayer-*.zip | ||
mod_assets/music_player/riffic-bold.ttf | ||
riffic-bold.ttf | ||
new_audio_player.rpy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
|
||
Installation: | ||
|
||
This assumes you already have a copy of DDLC with the mod template installed over it. | ||
|
||
1. Copy the 'game' folder to your DDLC directory folder (where DDLC.exe/DDLC.sh reside in). | ||
a. DO NOT COPY the 'renpy' folder as this is for Ren'Py 6 ONLY. | ||
b. 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. Copy this line to 'screens.rpy' under textbutton _("Load Game"). | ||
|
||
textbutton _("OST Player") action [ShowMenu("new_music_room"), Function(ost_start), SensitiveIf(renpy.get_screen("new_music_room") == None)] | ||
|
||
3. (Recommended but Optional) Download the Riffic-Bold font from Fontsize here: https://www.fontspring.com/fonts/inky-type/riffic/riffic-bold | ||
a. Copy 'riffic-bold.ttf' in the Fonts folder and paste it in 'mod_assets/music_player'. | ||
b. Open 'audio_player.rpy' and remove the # symbol in front of line 556. | ||
|
||
4. Add music to the track folder or define them manually in 'manualtracks.rpy'. | ||
5. Run DDLC and enjoy! | ||
|
||
Credits! | ||
- Nikso - Original Developer | ||
- Sam Kujo#9403 - Original Design and Beta Tester | ||
- Staryxz#3613 - Original Beta Tester | ||
- PabloLuaxerc#1719 - Artist of "Wake Up Unchanged" | ||
- Tom Rothamel - Ren'Py SDK Style Code, R7 Loader/Main Code and feedback | ||
- Tom Wallroth - Tinytag 1.5 | ||
- RyzekNoavek#0624 - Adjustable Play Bar Code | ||
- khaase (Pixabay) - Refresh Icon (Prior to Version 2.0) | ||
- eugenialcala (Pixabay) - Replay Icon (Prior to Version 2.0) | ||
- raphaelsilva (Pixabay) - Shuffle Icon (Prior to Version 2.0) | ||
- Josy_Dom_Alexis (Pixabay) - Volume Icon (Prior to Version 2.0) | ||
- Google - Noto Sans SC/Regular Font and Icons (Version 2.0+) | ||
- Ren'Py Discord - Feedback on Ren'Py Universal Player Feats Now In DDLC OST-Player | ||
- Weiss Schnee - Support (Weiss :D) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.