Raised This Month: $32 Target: $400
 8% 

[Dev + Any] Files Management Interface


Post New Thread Reply   
 
Thread Tools Display Modes
RedSword
SourceMod Plugin Approver
Join Date: Mar 2006
Location: Quebec, Canada
Old 01-13-2013 , 08:22   Re: [Dev + Any] Files Management Interface
Reply With Quote #21

Quote:
Originally Posted by ChickenFighter View Post
I do have acces to that.

[...]

Anyway I've noticed that the plugin is actually working now, it found my .mp3 and precached it,

but still I don't hear any sound after I have joined. I have uploaded my server log right here.
The edited version or the first one ?
__________________
My plugins :
Red Maze
Afk Bomb
RAWR (per player/rounds Awp Restrict.)
Kill Assist
Be Medic

You can also Donate if you appreciate my work
RedSword is offline
ChickenFighter
Junior Member
Join Date: Oct 2010
Location: Germany
Old 01-13-2013 , 10:34   Re: [Dev + Any] Files Management Interface
Reply With Quote #22

The edited. The first one somehow doesn't even load my .mp3.
ChickenFighter is offline
RedSword
SourceMod Plugin Approver
Join Date: Mar 2006
Location: Quebec, Canada
Old 01-13-2013 , 11:20   Re: [Dev + Any] Files Management Interface
Reply With Quote #23

Quote:
Originally Posted by ChickenFighter View Post
The edited. The first one somehow doesn't even load my .mp3.
So you have your .mp3 in /sounds/ right ?

Also, do you have a plugin that play sounds that works in L4D (that I could check its code).

Red
__________________
My plugins :
Red Maze
Afk Bomb
RAWR (per player/rounds Awp Restrict.)
Kill Assist
Be Medic

You can also Donate if you appreciate my work
RedSword is offline
ChickenFighter
Junior Member
Join Date: Oct 2010
Location: Germany
Old 01-13-2013 , 11:37   Re: [Dev + Any] Files Management Interface
Reply With Quote #24

Yes, i have my .mp3 in sounds/.

Unfortunately I haven't found a plugin that would work for me.

I think downloading and precaching isn't even possible in Left 4 Dead 2.

Look at this plugin, it says it won't work in L4D and its pretty mutch similiar to your Welcome Sound plugin.

Last edited by ChickenFighter; 01-13-2013 at 11:45.
ChickenFighter is offline
RedSword
SourceMod Plugin Approver
Join Date: Mar 2006
Location: Quebec, Canada
Old 01-13-2013 , 12:14   Re: [Dev + Any] Files Management Interface
Reply With Quote #25

Quote:
Originally Posted by ChickenFighter View Post
Yes, i have my .mp3 in sounds/.

Unfortunately I haven't found a plugin that would work for me.

I think downloading and precaching isn't even possible in Left 4 Dead 2.

Look at this plugin, it says it won't work in L4D and its pretty mutch similiar to your Welcome Sound plugin.
With the FMI that does DL files to client, try this alternative Random Join Sound in attachment (I guess you tried it together with FMI).

If the attachment combined with the FMI that DL files for you (the one that should be currently installed) doesn't work, then try the original (in first post of this thread) FMI, with the present attachment AND put your sounds in "sound/" (remove the s).

Also, I hope you restarted your L4D client; resources can be toying with us when we don't reboot (I lost like almost a whole day in one of my previous plugin to get a model to work; when I simply had to reboot my CSS client).

Red
Attached Files
File Type: sp Get Plugin or Get Source (randomjoinsound_l4d.sp - 140 views - 1.8 KB)
File Type: smx randomjoinsound_l4d.smx (3.0 KB, 133 views)
__________________
My plugins :
Red Maze
Afk Bomb
RAWR (per player/rounds Awp Restrict.)
Kill Assist
Be Medic

You can also Donate if you appreciate my work
RedSword is offline
ChickenFighter
Junior Member
Join Date: Oct 2010
Location: Germany
Old 01-13-2013 , 12:54   Re: [Dev + Any] Files Management Interface
Reply With Quote #26

Ok now I have tryed the two ways that you suggested.

Unfortunately without any success, but I've randomly found something interesting in my in-game console.

Maybe this could help fixing this issue.

//edit: Allright, I have also tested the ambient music plugin with FMI and it seems to work neither.

I get always a message like this (in server log) and it doesn't matter what .mp3 file or .wav file I choose.

Code:
Precached a total of 1 sounds
TagLib: Could not open file /games/ni72861_1/ftproot/l4d2/left4dead2/sound/*joinsounds/wam_music.mp3
TagLib: Could not open file /games/ni72861_1/ftproot/l4d2/left4dead2/sound/*joinsounds/wam_music.mp3
TagLib: Could not open file /games/ni72861_1/ftproot/l4d2/left4dead2/sound/*joinsounds/wam_music.mp3

Last edited by ChickenFighter; 01-13-2013 at 13:22.
ChickenFighter is offline
RedSword
SourceMod Plugin Approver
Join Date: Mar 2006
Location: Quebec, Canada
Old 01-13-2013 , 13:46   Re: [Dev + Any] Files Management Interface
Reply With Quote #27

Quote:
Originally Posted by ChickenFighter View Post
Ok now I have tryed the two ways that you suggested.

Unfortunately without any success, but I've randomly found something interesting in my in-game console.

Maybe this could help fixing this issue.

//edit: Allright, I have also tested the ambient music plugin with FMI and it seems to work neither.

I get always a message like this (in server log) and it doesn't matter what .mp3 file or .wav file I choose.

Code:
Precached a total of 1 sounds
TagLib: Could not open file /games/ni72861_1/ftproot/l4d2/left4dead2/sound/*joinsounds/wam_music.mp3
TagLib: Could not open file /games/ni72861_1/ftproot/l4d2/left4dead2/sound/*joinsounds/wam_music.mp3
TagLib: Could not open file /games/ni72861_1/ftproot/l4d2/left4dead2/sound/*joinsounds/wam_music.mp3
That might be a problem from your side. Maybe. I'd still like to try.

Type "snd_musicvolume". Do you have a non-0 value ?

Then, try the simple plugins attached (one at a time). You can remove both FMI + Random Join Sound. Make sure you have "sound/music/redrage.mp3" (also attached).

There is three versions. I believe at least one should work. 3rd is a discourage plugin (I'm trying a bunch of stuff). You may want to test it first.

If all three doesn't work and you have a positive volume I think I'll drop support temporarily for L4D, as I don't see why it doesn't work, until I see a plugin that do it.

Red
Attached Files
File Type: zip sound.zip (211.3 KB, 90 views)
File Type: sp Get Plugin or Get Source (v3.sp - 302 views - 243 Bytes)
File Type: sp Get Plugin or Get Source (v3_v2.sp - 306 views - 294 Bytes)
File Type: sp Get Plugin or Get Source (v3_v3.sp - 245 views - 583 Bytes)
__________________
My plugins :
Red Maze
Afk Bomb
RAWR (per player/rounds Awp Restrict.)
Kill Assist
Be Medic

You can also Donate if you appreciate my work

Last edited by RedSword; 01-13-2013 at 13:53.
RedSword is offline
ChickenFighter
Junior Member
Join Date: Oct 2010
Location: Germany
Old 01-13-2013 , 14:19   Re: [Dev + Any] Files Management Interface
Reply With Quote #28

Allright, I've tested all of the 3 plugins you have attached and this is what I get in my in-game console:

First Plugin:

Code:
Starting sound '*music\redrage.mp3' while system disabled.
Second Plugin:

Code:
Unknown command: *music/redrage.mp3
Third Plugin:

Code:
Starting sound '*music\redrage.mp3' while system disabled.
Starting sound 'music\redrage.mp3' while system disabled.
Unknown command: *music/redrage.mp3
Unknown command: music/redrage.mp3
Noone of them worked and yes I have a positive music volume (0.9).

Looks like we have to wait for someone who got it to work.

Anyway thank you very mutch for your hard work! I will use this plugin for sure in my future CS:GO server.
ChickenFighter is offline
RedSword
SourceMod Plugin Approver
Join Date: Mar 2006
Location: Quebec, Canada
Old 01-13-2013 , 14:38   Re: [Dev + Any] Files Management Interface
Reply With Quote #29

Quote:
Originally Posted by ChickenFighter View Post
Allright, I've tested all of the 3 plugins you have attached and this is what I get in my in-game console:

First Plugin:

Code:
Starting sound '*music\redrage.mp3' while system disabled.
Second Plugin:

Code:
Unknown command: *music/redrage.mp3
Third Plugin:

Code:
Starting sound '*music\redrage.mp3' while system disabled.
Starting sound 'music\redrage.mp3' while system disabled.
Unknown command: *music/redrage.mp3
Unknown command: music/redrage.mp3
Noone of them worked and yes I have a positive music volume (0.9).

Looks like we have to wait for someone who got it to work.

Anyway thank you very mutch for your hard work! I will use this plugin for sure in my future CS:GO server.
My bad, I made a dumb move (that got you "Unknown command"); please retry the new one in attachment :$ sorry lol.
Attached Files
File Type: sp Get Plugin or Get Source (v3_v4.sp - 279 views - 593 Bytes)
__________________
My plugins :
Red Maze
Afk Bomb
RAWR (per player/rounds Awp Restrict.)
Kill Assist
Be Medic

You can also Donate if you appreciate my work
RedSword is offline
ChickenFighter
Junior Member
Join Date: Oct 2010
Location: Germany
Old 01-13-2013 , 14:51   Re: [Dev + Any] Files Management Interface
Reply With Quote #30

Don't worry it's all fine

And this is what I've got in my console:

Code:
Starting sound '*music\redrage.mp3' while system disabled.
Starting sound 'music\redrage.mp3' while system disabled.
Starting sound '*music\redrage.mp3' while system disabled.
Starting sound 'music\redrage.mp3' while system disabled.
Still no sound played. Sorry, but thanks for trying ;)
ChickenFighter is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:16.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode