SAZ I don't know if you will mod music that plays in the game, but this one would be perfect for all basement sex scenes
:
Lordi - Naked in My Cellar
You must be registered to see the links
I'm not sure adding copyrighted material is a great idea.
Other games have added songs. The game "Son of a bitch" has a song played when you are on the title screen.
Besides, you don't need to add whole song, just a melody and maybe a couple of catchiest verses on repeat.
@Adrian24 I totally agree, that would be awesome for those scenes!
@numanumani I agree with this too. I am trying to avoid anything that might bring me unwanted stress, such as dealing with any legal action that might occur, however unlikely.
But there is a slick way to put your own custom tracks into the game so that you can create your own soundtrack to fit your tastes.
Saddog added user.rpy, which for some reason I forgot to include in my mod files, but this is where you can add your custom music to the game. I'll attach that file to this post.
There is a few things you'll need to do.
- Create a folder named "bgm" inside the "game" folder for The Tyrant
- Add your desired music for your custom soundtrack into that folder *Needs to be .mp3 format
- Download user.rpy from here and put inside the "game" folder for The Tyrant
- Open user.rpy with a text or code editor
- Remove # from the "init python:" line of code
- Remove # from the "mr.add("01 Tubthumping", always_unlocked=True)" to make that line active
- Now replace "01 Tubthumping" with the name of the first song you want add to your custom soundtrack
- So if your song's file name is Naked in my cellar.mp3:
- "01 Tubthumbing" should be replaced with "Naked in my cellar" - leaving out the .mp3 at the end
- Your new line should now look like this:
- "mr.add("Naked in my cellar", always_unlocked=True)"
- Do these same steps for any other songs you want to add to your soundtrack
- Remove # and change name to corrispond with song name in "bgm" folder
After you've made all the changes to user.rpy save the file and start up the game. You'll now be able to play the custom music with the music control icons in upper left hand of the screen. If you want to go back to the original soundtrack you can reactivate that in the MC's room.
I hope that helps and let me know if you have any issues adding your songs to the game if you decide to give it a try.