Raised This Month: $51 Target: $400
 12% 

quake sounds [Revamped] (Version 2.7.5 / Updated July 18, 2009)


Post New Thread Reply   
 
Thread Tools Display Modes
SuperShadow
SourceMod Donor
Join Date: Jun 2008
Location: Westminster, MD
Old 05-26-2009 , 08:31   Re: quake sounds [Revamped] (Version 2.30 / Updated May 10 2009)
Reply With Quote #61

@tcviper, see if this works, try naming your join sound to something with the old 8.3 character format (welcome- is eight characters long). For example, make it welcome.mp3, it might work and help Grrrrrrrrrrrr (too many Rs) troublshoot it.
SuperShadow is offline
tcviper
Veteran Member
Join Date: Oct 2005
Location: Netherlands
Old 05-26-2009 , 09:13   Re: quake sounds [Revamped] (Version 2.30 / Updated May 10 2009)
Reply With Quote #62

It looks like:

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

That also doesnt work and i think i know why.... I also dont see it downloading for some strange reason while all other sounds download fine.
__________________
tcviper is offline
Send a message via MSN to tcviper
tcviper
Veteran Member
Join Date: Oct 2005
Location: Netherlands
Old 05-26-2009 , 09:33   Re: quake sounds [Revamped] (Version 2.30 / Updated May 10 2009)
Reply With Quote #63

Attached you may all find the fixed version that fixes the welcome sound (i basically changed all 30 to 65:

new String:setsName[MAX_NUM_SETS][30];
new String:setsName[MAX_NUM_SETS][65];
decl String:buffer[30];
decl String:buffer[65];
decl String:attackerName[30];
decl String:attackerName[65];


As it was cutting of the length.
Attached Files
File Type: sp Get Plugin or Get Source (quakesounds_css.sp - 464 views - 20.4 KB)
File Type: smx quakesounds_css.smx (14.3 KB, 172 views)
__________________

Last edited by tcviper; 05-26-2009 at 09:36.
tcviper is offline
Send a message via MSN to tcviper
shustas
SourceMod Donor
Join Date: May 2007
Location: London
Old 05-26-2009 , 10:57   Re: quake sounds [Revamped] (Version 2.30 / Updated May 10 2009)
Reply With Quote #64

Man, my welcome sound was just join.mp3 It cannot be length issue
__________________
shustas is offline
tcviper
Veteran Member
Join Date: Oct 2005
Location: Netherlands
Old 05-26-2009 , 11:03   Re: quake sounds [Revamped] (Version 2.30 / Updated May 10 2009)
Reply With Quote #65

Its not just the filename length its also the path.... just try this version and let me know.
__________________
tcviper is offline
Send a message via MSN to tcviper
psychonic

BAFFLED
Join Date: May 2008
Old 05-26-2009 , 11:20   Re: quake sounds [Revamped] (Version 2.30 / Updated May 10 2009)
Reply With Quote #66

Quote:
Originally Posted by shustas View Post
Man, my welcome sound was just join.mp3 It cannot be length issue
Length is definitely an issue in the plugin. If you're still having problems after trying Viper's modified version, then there may also be another issue.

It seems that 30 was used as the max string length throughout the plugin, even for player names, which can be up to 64 characters long (so should be max of 65).

Also as Viper stated, the full file path and name (starting from the sound directory) can easily exceed the length of 30.
psychonic is offline
handshake
Junior Member
Join Date: Apr 2009
Location: Germany
Old 05-27-2009 , 11:47   Re: quake sounds [Revamped] (Version 2.30 / Updated May 10 2009)
Reply With Quote #67

All Pathes works with the old QuakeSound Plugin.

Example: "female" "ssa/quake/female/multikill.mp3"
Path is 30 Length.

And Downlod will: ssa/quake/female/multikill.mp

Last edited by handshake; 05-27-2009 at 12:18.
handshake is offline
handshake
Junior Member
Join Date: Apr 2009
Location: Germany
Old 05-27-2009 , 14:33   Re: quake sounds [Revamped] (Version 2.30 / Updated May 10 2009)
Reply With Quote #68

Quote:
Originally Posted by tcviper View Post
Attached you may all find the fixed version that fixes the welcome sound (i basically changed all 30 to 65:

new String:setsName[MAX_NUM_SETS][30];
new String:setsName[MAX_NUM_SETS][65];
decl String:buffer[30];
decl String:buffer[65];
decl String:attackerName[30];
decl String:attackerName[65];


As it was cutting of the length.
Ok. I tested and it works.

EDIT:

The settings ar not saved in a .cfg, .txt or .sq3 ????????
Without saving it is unusable !!!
handshake is offline
Grrrrrrrrrrrrrrrrrrr
Senior Member
Join Date: Oct 2007
Old 05-27-2009 , 17:21   Re: quake sounds [Revamped] (Version 2.40 / Updated May 27 2009)
Reply With Quote #69

@tcviper: Thank you for fixing the file name length problem.

@psychonic: Thank you for pointing out that the character length for client names is too short.

@all: I have fixed the length problem. Download the new, fixed version.

@handshake: Everything is saved with client cookies.
__________________
Note: "r" letters = 19 ; CHEESE: I LIKE CHOCOLATE MILK
Grrrrrrrrrrrrrrrrrrr is offline
Send a message via AIM to Grrrrrrrrrrrrrrrrrrr
huck529
Junior Member
Join Date: Apr 2008
Old 05-28-2009 , 04:48   Re: quake sounds [Revamped] (Version 2.40 / Updated May 27 2009)
Reply With Quote #70

where can i get version 2.4 i still says 2.1 when i'm downloading and the cookie part is not working too
huck529 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 16:00.


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