SRCDS Steam group


playing mp3 when i join my server ( not working)
#1
when i join my server... i hear... ''welcome to the server''... but i wanna change it to a mp3 file. I tryed a lot of things.

tis is my actionsoundlist.txt

//
// actionsoundlist.txt
//
// Place all your action sounds in this file
//
// This file uses aliases to define
// the sound name, they must not be altered !!!
//
// The second part on each line is the location
// and name of the file itself. You can change
// this to be wherever you want.
//
// In the example below I have commented out
// joinserver, roundstart and roundend. If you
// uncomment joinserver a sample I made will
// be played upon connection to a server. You will
// probably get bored with this quickly so replace
// it with your own Smile
//
// Samples "joinserver.mp3", "startyourvoting.mp3" and
// "endofvote.mp3" were made by me (Mani) using FruityLoops
// and a nice VST plugin synth. The rest are from the
// core HL2 server installation.
//


"joinserver" admin_plugin/actions/joinserver.mp3
"votestart" admin_plugin/actions/startyourvoting.mp3
"voteend" admin_plugin/actions/endofvote.mp3
"roundstart" admin_plugin/actions/roundstart.mp3
"roundend" admin_plugin/actions/roundend.mp3
"restrictedweapon" admin_plugin/actions/restrictedweapon.wav

the mp3 file i wanna put on the server is called... keeping.mp3
i tryed admin_plugin/actions/keeping.mp3

and the file i put in
C:\srcds\cstrike\sound\admin_plugin\actions\

but the console said

Failed to load sound "admin_plugin\actions\keeping.mp3", file probably missing from disk/repository

So please help thx Smile
Reply
#2
is the sound downloading from your server?
Reply
#3
Code:
"joinserver" admin_plugin/actions/joinserver.mp3
"votestart" admin_plugin/actions/startyourvoting.mp3
"voteend" admin_plugin/actions/endofvote.mp3
"roundstart" admin_plugin/actions/roundstart.mp3
"roundend" admin_plugin/actions/roundend.mp3
"restrictedweapon" admin_plugin/actions/restrictedweapon.wav

This is for actions. You'll need to use soundlist.txt, it's located in the same folder as the actionlist.txt

And then add this:
Code:
"keeping" admin_plugin/actions/keeping.mp3
Reply
#4
actionsoundlist.txt

//
// actionsoundlist.txt
//
// Place all your action sounds in this file
//
// This file uses aliases to define
// the sound name, they must not be altered !!!
//
// The second part on each line is the location
// and name of the file itself. You can change
// this to be wherever you want.
//
// In the example below I have commented out
// joinserver, roundstart and roundend. If you
// uncomment joinserver a sample I made will
// be played upon connection to a server. You will
// probably get bored with this quickly so replace
// it with your own Smile
//
// Samples "joinserver.mp3", "startyourvoting.mp3" and
// "endofvote.mp3" were made by me (Mani) using FruityLoops
// and a nice VST plugin synth. The rest are from the
// core HL2 server installation.
//


"joinserver" admin_plugin/actions/keeping.mp3
"votestart" admin_plugin/actions/startyourvoting.mp3
"voteend" admin_plugin/actions/endofvote.mp3
"roundstart" admin_plugin/actions/roundstart.mp3
"roundend" admin_plugin/actions/roundend.mp3
"restrictedweapon" admin_plugin/actions/restrictedweapon.wav

soundlist.txt

//
// soundlist.txt
//
// Place all your client commands that you want to
// execute on all players in here
//
// This file can use aliases.
//
// Aliases are what is shown in the menu system
// a nice way of presenting the commands.
// Aliases must be enclosed in quotes
//
// E.G. "Don't just stand there"
//
// Do not put another quote inside like :-
//
// "See "Ya" Later"
//
// You do not have to use aliases but it makes the
// menu's easier to use if you do.
//
//


"Waiting For Suspect" admin_plugin/waitingforsuspect.mp3
"Don't just stand there, pick up the gun and shoot it !" admin_plugin/dontjuststandthere.wav
"Who ate all the donuts ?" admin_plugin/donuteater.wav
"Do you smell something ?" admin_plugin/doyousmell.wav
"With my brains and your brawn we'll make an excellent team" admin_plugin/excellentteam.wav

"Hello" admin_plugin/hellosoft.wav
"Don't ask me" admin_plugin/dontaskme.wav
"Could it get any worse than this ?" admin_plugin/getanyworse.wav
"See ya later" admin_plugin/seeya.wav
"Oh you'll pay, you will definately pay !!" admin_plugin/youwillpay.wav

"Laughing sounds" admin_plugin/laugh.wav
"Move !!" admin_plugin/move.wav
"Good luck out there, you're gonna need it" admin_plugin/goodluck.mp3
"1069er 1069er We got whores in the city, we need backup now, cmon" admin_plugin/whores.wav
"I am the great Cornholio" admin_plugin/cornholio.wav
"keeping" admin_plugin/actions/keeping.mp3

when i join the server now i hear nothingSad

console said

NeXt connected
Failed to load sound "admin_plugin\actions\keeping.mp3", file probably missing from disk/repository

the mp3 music file i put in
C:\srcds\cstrike\sound\admin_plugin\actions\

So.... i hope i did everything... good in soundslist...and actionsoundlist

pleas help its driving me CRAZYxD

thx
Reply
#5
Code:
//
// actionsoundlist.txt
//
// Place all your action sounds in this file
//
// This file uses aliases to define
// the sound name, they must not be altered !!!
//
// The second part on each line is the location
// and name of the file itself. You can change
// this to be wherever you want.
//
// In the example below I have commented out
// joinserver, roundstart and roundend. If you
// uncomment joinserver a sample I made will
// be played upon connection to a server. You will
// probably get bored with this quickly so replace
// it with your own
//
// Samples "joinserver.mp3", "startyourvoting.mp3" and
// "endofvote.mp3" were made by me (Mani) using FruityLoops
// and a nice VST plugin synth. The rest are from the
// core HL2 server installation.
//

"joinserver"     admin_plugin/actions/keeping.mp3
"votestart"     admin_plugin/actions/startyourvoting.mp3
"voteend"     admin_plugin/actions/endofvote.mp3
"roundstart"     admin_plugin/actions/roundstart.mp3
"roundend"     admin_plugin/actions/roundend.mp3
"restrictedweapon"    admin_plugin/actions/restrictedweapon.wav

Should work, do you use FastDL? Or do you have sv_pure 1/2, if so, set it to zero (0).

Also if you have sv_consistency 1 change it to 0.
Reply
#6
still not working... sv_con... set to 0
sv_pure is 0
Failed to load sound "admin_plugin\actions\keeping.mp3", file probably missing from disk/repository
4some reason it can not find the mp3 file.... does it matter how big the file is....???
the file is 2.9mb

No sound when i join the server....
So i don't know anymore what to do!!!! Smile

i tryed everything

PLEASE help me out thx Smile
Reply
#7
do you have zblock or any other kind of anti cheat/consistency checker?
Ryan White
Owner & CEO
GigabiteServers.com
Reply
#8
No i don't juse zblock or any anti.....
Reply
#9
Failed to load sound "admin_plugin\actions\keeping.mp3", file probably missing from disk/repository
Reply
#10
do you have fastdl setup?
Ryan White
Owner & CEO
GigabiteServers.com
Reply
#11
Fastdl?? hosting the server on my own pc that i don't juse
Reply
#12
hm, no anti cheat, no ironwall, sv pure and consistency is 0, the file is in the right place, shit i dont know!
Ryan White
Owner & CEO
GigabiteServers.com
Reply
#13
ye thats what i though...

Very strange it need to do it... everything is right
but it said can't not play.... blabla not in the right place blabla

But if you see above you see that i got it in the good...
place
hmm

Anybody got ANY ideeesss are welcome xD
THX
Reply
#14
Do you see the download for the file pop up?
"downloads.txt"
{
// Add any files you wish to have downloaded to a clients system in here
// The key can be any name you wish.
// The value must be the location on your server of the file

"downloads"
{
"keeping" "sounds/admin_plugin/actions/keeping.mp3"
}
}
[Image: b_350x20_C002748-004880-FFFFFF-000000.png]
Reply
#15
i did this

"downloads.txt"
{
// Add any files you wish to have downloaded to a clients system in here
// The key can be any name you wish.
// The value must be the location on your server of the file

"downloads"
{
// "my_file" "materials/decals/custom/mani_admin_plugin/mani_logo.vmt"
}

"downloads"
{
"keeping" "sounds/admin_plugin/actions/keeping.mp3"
}
}

Still not working
Failed to load sound "admin_plugin\actions\keeping.mp3", file probably missing from disk/repository

omg how tis possible i did something wrong but what, everything is fine very srtange

anybody got more ideeess???

Thx
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)