Allow us access to a few media folders

Specifically /music and maybe /images

The reason for this is music files in particular are very large. Even small tracks are larger than my entire game. I'd like to let users put their music in this directory, my games detect the files in that folder and play them instead of me needing to bloat my pdx files

2 Likes

You can do this from your own datastore folder.

Check out my source for Audition by gingerbeardman

Or do you mean a global/shared Music directory?

Yes. Music is quite large and cumbersome to convert, this isn't something gamers will want to do for multiple games.

For music you don't need to convert, you can use MP3 as it is.

But global music folder is a cool idea.

I read MP3 uses more CPU power though. That WAV is preferred

1 Like