Acesta este un Script pentru player mp3
in steam
Description: Lets you Cycle thru MP3's with one button , and adjust MP3 volume with another.
Well with this script you can add MP3's into your steam program , i made it so you can cycle thru songs with the touch of a button , and adjust the volume with another . i made this script to work for 16 songs , but you can modify it so you can have more .
Installation :
Step 1 : Create an MP3 folder in your cstrike folder (example C:SteamSteamAppsyour@emailcounter-strikecstrikeMP3)
step 2 : Put 16 MP3's into this folder , rename the MP3's ( Redenumiti melodiile in -->> 1 , 2 , 3 <--- ) and so on untill 16.mp3
Step 3: Copy and paste this script into your userconfig.cfg or your autoexec.cfg [ copiati scriptul in userconfig.cfg sau execul personal ] (the script does the bindings)
Usage :
K with the button commands , you have to be in game to operate with assigned keys
step 1 : [Song Selection ] while ingame , press "[ " key , right beside the "P" (you can edit this but edit the bind) this button cycles thru songs startin at 1.mp3 all the way to 16.mp3 and returns to 1.mp3 , the songs dont switch automatically when done , you have to change songs by pressin " [ " ,
Step 2 : [ Volume Control ] . okay , to use the volume control you press " ] " . what this does is cycle thru volume settings , It starts at volume 0.1 and goes up to volume 1.0 (which is highest) then cycles back thru the settings till volume 0.1 and goes back up , so if you keep hittin this button it turns it up till its loudest , then gradually turns it down to its lowest , then turns it up again and so on .it keeps cycling thru
Step 3 : to turn the music off just hit "P" , that turns the MP3 Option Off
Hopefully i didnt confuse you all with my jibberish explainations ,,,,, but try it out and you'll figure it out
COPY AND PASTE THIS SCRIPT INTO YOUR AUTOEXEC.CFG
///////////////////////////////////////
//MP3 CycleThru script by LeftyGunZ echo "TUNES LOADED"
bind "[" "MP3PLAY" // this cycles thru the songs
bind "]" "VolumeCycle" // this cycles thru the MP3 volume settings
bind "p" "MP3 stop; say .:][ Lefty's Steam MP3 Script ][:. ][ OFF ]["
volume 0.4 // this is cs GAME volume , I keep it low cuz mp3's dont play that loud in game
alias "MP3PLAY" "tunes1"
alias "tunes1" "MP3 play MP3/1; alias MP3PLAY tunes2; say Im Using .:][ Lefty's MP3 Steam Script ][:. "
alias "tunes2" "MP3 play MP3/2; alias MP3PLAY tunes3"
alias "tunes3" "MP3 play MP3/3; alias MP3PLAY tunes4"
alias "tunes4" "MP3 play MP3/4; alias MP3PLAY tunes5"
alias "tunes5" "MP3 play MP3/5; alias MP3PLAY tunes6"
alias "tunes6" "MP3 play MP3/6; alias MP3PLAY tunes7"
alias "tunes7" "MP3 play MP3/7; alias MP3PLAY tunes8"
alias "tunes8" "MP3 play MP3/8; alias MP3PLAY tunes9"
alias "tunes9" "MP3 play MP3/9; alias MP3PLAY tunes10"
alias "tunes10" "MP3 play MP3/10; alias MP3PLAY tunes11"
alias "tunes11" "MP3 play MP3/11; alias MP3PLAY tunes12"
alias "tunes12" "MP3 play MP3/12; alias MP3PLAY tunes13"
alias "tunes13" "MP3 play MP3/13; alias MP3PLAY tunes14"
alias "tunes14" "MP3 play MP3/14; alias MP3PLAY tunes15"
alias "tunes15" "MP3 play MP3/15; alias MP3PLAY tunes16"
alias "tunes16" "MP3 play MP3/16; alias MP3PLAY tunes1"
// THESE ARE VOLUME SETTINGS
alias "VolumeCycle" "MP3V1"
alias "MP3V1" "MP3Volume 0.1; alias VolumeCycle MP3V2"
alias "MP3V2" "MP3Volume 0.2; alias VolumeCycle MP3V3"
alias "MP3V3" "MP3Volume 0.3; alias VolumeCycle MP3V4"
alias "MP3V4" "MP3Volume 0.4; alias VolumeCycle MP3V5"
alias "MP3V5" "MP3Volume 0.5; alias VolumeCycle MP3V6"
alias "MP3V6" "MP3Volume 0.6; alias VolumeCycle MP3V7"
alias "MP3V7" "MP3Volume 0.7; alias VolumeCycle MP3V8"
alias "MP3V8" "MP3Volume 0.8; alias VolumeCycle MP3V9"
alias "MP3V9" "MP3Volume 0.9; alias VolumeCycle MP3V10"
alias "MP3V10" "MP3Volume 1.0; alias VolumeCycle MP3V11"
alias "MP3V11" "MP3Volume 0.9; alias VolumeCycle MP3V12"
alias "MP3V12" "MP3Volume 0.8; alias VolumeCycle MP3V13"
alias "MP3V13" "MP3Volume 0.7; alias VolumeCycle MP3V14"
alias "MP3V14" "MP3Volume 0.6; alias VolumeCycle MP3V15"
alias "MP3V15" "MP3Volume 0.5; alias VolumeCycle MP3V16"
alias "MP3V16" "MP3Volume 0.4; alias VolumeCycle MP3V17"
alias "MP3V17" "MP3Volume 0.3; alias VolumeCycle MP3V18"
alias "MP3V18" "MP3Volume 0.2; alias VolumeCycle MP3V1"
///////////////////////////////////////
Autor : Graure Andrei