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

Quake Sounds v3 [6th-Jun-2016]


Post New Thread Reply   
 
Thread Tools Display Modes
Spartan_C001
Senior Member
Join Date: Jul 2013
Old 08-25-2013 , 05:35   Re: Quake Sounds v3 [23-09-2013]
Reply With Quote #11

Quote:
Originally Posted by octora View Post
L 08/25/2013 - 07:48:06: [SM] Fatal error encountered parsing translation file "plugin.quakesounds.txt"
L 08/25/2013 - 07:48:06: [SM] Error (line 0, column 0): Stream failed to open
L 08/25/2013 - 07:48:06: [SM] Plugin encountered error 25: Call was aborted
L 08/25/2013 - 07:48:06: [SM] Native "SetFailState" reported: configs/QuakeSoundsList.cfg not found or not correctly structured
L 08/25/2013 - 07:48:06: [SM] Displaying call stack trace for plugin "quakesoundsv3.smx":
You need to extract the contents of quakesounds folder from inside the zip file into game folder. So the contents of quakesounds.zip/quakesounds/ is what you need to extract

Edit: i wil update the .zip and contents soon

Last edited by Spartan_C001; 08-25-2013 at 05:36.
Spartan_C001 is offline
hkkelvin1995
Senior Member
Join Date: Jun 2009
Location: Hong Kong
Old 08-25-2013 , 09:21   Re: Quake Sounds v3 [23-09-2013]
Reply With Quote #12

23-09-2013?????? wtf
Are you from the future????
does kim jong il rule the world?
hkkelvin1995 is offline
octora
Member
Join Date: Dec 2012
Old 08-25-2013 , 13:47   Re: Quake Sounds v3 [23-09-2013]
Reply With Quote #13

Quote:
Originally Posted by Spartan_C001 View Post
You need to extract the contents of quakesounds folder from inside the zip file into game folder. So the contents of quakesounds.zip/quakesounds/ is what you need to extract

Edit: i wil update the .zip and contents soon
thanks man it work... but in the console showing error with hattrick sound say sound fail to load. How to fix it?
octora is offline
Newbie1992
Senior Member
Join Date: Jan 2013
Location: Germany
Old 08-25-2013 , 14:28   Re: Quake Sounds v3 [23-09-2013]
Reply With Quote #14

Hi,

Works fine our my tf2 gameserver, thanks for that!

Is there a way for new sounds?

Revenge, Domination?

Thanks!
__________________

Last edited by Newbie1992; 08-25-2013 at 14:29.
Newbie1992 is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 08-25-2013 , 14:42   Re: Quake Sounds v3 [23-09-2013]
Reply With Quote #15

Quote:
Originally Posted by Newbie1992 View Post
Hi,

Works fine our my tf2 gameserver, thanks for that!

Is there a way for new sounds?

Revenge, Domination?

Thanks!
If Spartan_C001 DOES want to add support for these, in TF2 they're part of the player_death event's deathflags... so something like
Code:
// Killer got domination
if (deathflags & TF_DEATHFLAG_KILLERDOMINATION) { }
// Assister got domination
if (deathflags & TF_DEATHFLAG_ASSISTERDOMINATION) { }
// Killer got revenge
if (deathflags & TF_DEATHFLAG_KILLERREVENGE) { }
// Assister got revenge
if (deathflags & TF_DEATHFLAG_ASSISTERREVENGE) { }
Note that this also fires whenever you see a fake Spy domination or revenge on the scoreboard, unless you check deathflags against TF_DEATHFLAG_DEADRINGER.

Note: These are taken from my Assister Domination Quotes and Spy Fake Domination Quotes plugins.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 08-25-2013 at 14:44.
Powerlord is offline
Spartan_C001
Senior Member
Join Date: Jul 2013
Old 08-25-2013 , 15:43   Re: Quake Sounds v3 [23-08-2013]
Reply With Quote #16

Quote:
Originally Posted by Powerlord View Post
If Spartan_C001 DOES want to add support for these, in TF2 they're part of the player_death event's deathflags... so something like
Code:
// Killer got domination
if (deathflags & TF_DEATHFLAG_KILLERDOMINATION) { }
// Assister got domination
if (deathflags & TF_DEATHFLAG_ASSISTERDOMINATION) { }
// Killer got revenge
if (deathflags & TF_DEATHFLAG_KILLERREVENGE) { }
// Assister got revenge
if (deathflags & TF_DEATHFLAG_ASSISTERREVENGE) { }
Note that this also fires whenever you see a fake Spy domination or revenge on the scoreboard, unless you check deathflags against TF_DEATHFLAG_DEADRINGER.

Note: These are taken from my Assister Domination Quotes and Spy Fake Domination Quotes plugins.

I will see about that thanks (should i make it play sounds for fake dominations/revenges?)

Note: Also fixed the date in the thread name/update details parts
Spartan_C001 is offline
Spartan_C001
Senior Member
Join Date: Jul 2013
Old 08-25-2013 , 15:45   Re: Quake Sounds v3 [23-09-2013]
Reply With Quote #17

Quote:
Originally Posted by octora View Post
thanks man it work... but in the console showing error with hattrick sound say sound fail to load. How to fix it?
I was having trouble with that yesterday, i think it is simply a client-side issue, as i re-installed tf2 and its working again!
Spartan_C001 is offline
away000
Veteran Member
Join Date: Sep 2010
Old 08-26-2013 , 10:59   Re: Quake Sounds v3 [23-08-2013]
Reply With Quote #18

L 08/25/2013 - 07:48:06: [SM] Fatal error encountered parsing translation file "plugin.quakesounds.txt"
L 08/25/2013 - 07:48:06: [SM] Error (line 0, column 0): Stream failed to open
L 08/25/2013 - 07:48:06: [SM] Plugin encountered error 25: Call was aborted
L 08/25/2013 - 07:48:06: [SM] Native "SetFailState" reported: configs/QuakeSoundsList.cfg not found or not correctly structured
L 08/25/2013 - 07:48:06: [SM] Displaying call stack trace for plugin "quakesoundsv3.smx":

You have the translation file who the plugin are calling?

And the config file?
__________________
away000 is offline
Spartan_C001
Senior Member
Join Date: Jul 2013
Old 08-27-2013 , 05:16   Re: Quake Sounds v3 [23-08-2013]
Reply With Quote #19

Quote:
Originally Posted by away000 View Post
L 08/25/2013 - 07:48:06: [SM] Fatal error encountered parsing translation file "plugin.quakesounds.txt"
L 08/25/2013 - 07:48:06: [SM] Error (line 0, column 0): Stream failed to open
L 08/25/2013 - 07:48:06: [SM] Plugin encountered error 25: Call was aborted
L 08/25/2013 - 07:48:06: [SM] Native "SetFailState" reported: configs/QuakeSoundsList.cfg not found or not correctly structured
L 08/25/2013 - 07:48:06: [SM] Displaying call stack trace for plugin "quakesoundsv3.smx":

You have the translation file who the plugin are calling?

And the config file?
Are you extracting the contents of the quakesounds folder inside the zip file into the game directory?
Spartan_C001 is offline
duicide
New Member
Join Date: Aug 2013
Old 08-30-2013 , 07:25   Re: Quake Sounds v3 [23-08-2013]
Reply With Quote #20

Can anyone tell me were the plugin stores the user settings? As far I could see, it's not the data folder.
duicide 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 23:45.


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