View Single Post
Old
  (#3)
Soundog is Offline
Junior Member
 
Posts: 1
Join Date: Nov 2002
   
Default 11-27-2002, 01:45 AM

Hey,

Copy the following and save as a .cfg file. Exec this cfg using the console and hit the bound keys to play each mp3. You'll need to select various mp3's and copy them into your 'main' folder, and either rename them to Song1.mp3 etc or edit the cfg to change the filenames.

Enjoy...
[VS-UK]Cpl.Soundog[A1]



//Set-up command (alias) for each song
alias Song1 "playmp3 main\Song1.mp3;bindstop"
alias Song2 "playmp3 main\Song2.mp3;bindstop"
alias Song3 "playmp3 main\Song3.mp3;bindstop"
alias Song4 "playmp3 main\Song4.mp3;bindstop"
alias Song5 "playmp3 main\Song5.mp3;bindstop"
alias Song6 "playmp3 main\Song6.mp3;bindstop"
alias Song7 "playmp3 main\Song7.mp3;bindstop"
alias Song8 "playmp3 main\Song8.mp3;bindstop"

//include abililty to stop
alias bindstop "bind p musicstop;bind o musicstop;bind l musicstop;bind k musicstop;bind m musicstop;bind n musicstop"
alias musicstop "stopmp3;musicback"

//re-assign buttons so song can be played again
alias musicback "bind p Song1; bind o Song2;bind l Song3;bind k Song4;bind m Song5;bind n Song6;"

//Set-up first-time bindings
bind p "Song1"
bind o "Song2"
bind l "Song3"
bind k "Song4"
bind m "Song5"
bind n "Song6"
bind i "Song7"
bind j "Song8"
  
Reply With Quote