Forums » General
music files
just a question on music in the game. How do you put your own OGG files in the game for OS X?
i would like to listen to some alice in chains while im getting my ass kicked
i would like to listen to some alice in chains while im getting my ass kicked
Lets say you have your ogg files in a folder on your desktop called music, it would be:
/playmusic ~/desktop/music/file.ogg
/playmusic ~/desktop/music/file.ogg
And to expand on that...
(I hope OSX has a similar toolchain as Linux)
To playback all files in your music folder do first on the console:
ls -1 ~/desktop/music/*.ogg > ~/desktop/music/vomusic.pls
to generate a playlist.
And enter
/playlist ~/desktop/music/vomusic.pls
ingame to play it back. :)
(I hope OSX has a similar toolchain as Linux)
To playback all files in your music folder do first on the console:
ls -1 ~/desktop/music/*.ogg > ~/desktop/music/vomusic.pls
to generate a playlist.
And enter
/playlist ~/desktop/music/vomusic.pls
ingame to play it back. :)
IIRC the tilde (~) doesn't work in VO with OS X. Just replace it with "/Users/yourusername".