About this mod
Crude and unintuitive, but its some python code which will put a random number in front of your audio files in your CD folder, effectively shuffling them. You will have to manually run the python file, and I highly doubt that it'll be able to work while ingame. Will replace any numbers at the beginning of your file names, just in case that matters
- Requirements
- Permissions and credits
this wont work with vanilla cds, since they have to be in the format track#.ogg
also, i highly recommend you make a backup of CD folder, since it can irreversibly change your file names in CD (not that destructive but still)
for the input in the python terminal, it should just be the path of your CD folder, and what is exactly copied from the file explorer, (NOT when you right click the folder and copy as path, but the file path on the top of the file explorer window) in my case, just paste in exactly A:\steam\steamapps\common\My Summer Car\CD
If you want it to immediately shuffle, instead of going to the user input, go into the python file using some IDE and replace the folder_path = input(r"Enter CD Folder directory: ") with folder_path = r"yourCDfolderpathhere"
for ex. the program will rename Marmalade March.mp3 to 8_Marmalade March.mp3, where 8 is a randomly generated number.
for the case where the audio file starts with a number, for ex. 18 Summers.mp3 to 16_ Summers.mp3
only really made this because i really wanted to shuffle, and thought maybe someone else would at least like some sort of way to do it, even if the solution is grimy python ew yucky...
also i have no idea if it works with non mp3 files (it SHOULD but I haven't tested), so make a backup if its not exclusively mp3s!!
I dont plan on upholding this at all, since it won't need to be updated.