Wondering where a c_var or bind list is... -
11-26-2002, 03:29 PM
Yeah hi. I'm new to these forums, but I talked to somebody about an mp3 player they made for MOH and was wondering if someone could kindly give me the link to some list with c_var and bind commands because I wish to add more keys to his player and i'm not sure what the exact console command is for many of the keys. That would be great if someone could give me the list.
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"