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

[ANY] VoiceannounceEX (VoiceHook) [Updated 20-Dec-2022]


Post New Thread Reply   
 
Thread Tools Display Modes
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 11-19-2019 , 19:46   Re: [ANY] VoiceannounceEX (VoiceHook) [Updated 19-Nov-2019]
Reply With Quote #111

Quote:
Originally Posted by rustaveli View Post
not work (((
001 <Failed> "VoiceAnnounceEx" (2.2.1) by Franc1sco franug, Mini and GoD-Tony

Errors:
voiceannounce_ex.smx (VoiceAnnounceEx): Required extension "dhooks" file("dhooks.ext") not running
voice_amount.smx (SM Voice Amount): Could not find required plugin "voiceannounce_ex"
speaker_icon_w.smx (SM Speaker Icon): Could not find required plugin "voiceannounce_ex"
The problem is that you dont have dhooks correctly installed.

If you use sourcemod 1.10 install this dhooks version https://forums.alliedmods.net/attach...4&d=1566228343
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.


Last edited by Franc1sco; 11-19-2019 at 19:46.
Franc1sco is offline
Send a message via MSN to Franc1sco
rustaveli
Member
Join Date: Mar 2011
Old 11-19-2019 , 19:57   Re: [ANY] VoiceannounceEX (VoiceHook) [Updated 19-Nov-2019]
Reply With Quote #112

Quote:
Originally Posted by Franc1sco View Post
The problem is that you dont have dhooks correctly installed.

If you use sourcemod 1.10 install this dhooks version https://forums.alliedmods.net/attach...4&d=1566228343

thanks a lot, Franc, it worked!
rustaveli is offline
xZk
Senior Member
Join Date: Nov 2017
Location: cl
Old 01-06-2020 , 14:40   Re: [ANY] VoiceannounceEX (VoiceHook) [Updated 19-Nov-2019]
Reply With Quote #113

nice job, but pls fix this for l4d(2):
PHP Code:
g_bCsgo = (GetEngineVersion() == Engine_CSGO || GetEngineVersion() == Engine_Left4Dead || GetEngineVersion() == Engine_Left4Dead2); 
to
PHP Code:
g_bCsgo = (GetEngineVersion() == Engine_CSGO); 
xZk is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 01-06-2020 , 15:00   Re: [ANY] VoiceannounceEX (VoiceHook) [Updated 19-Nov-2019]
Reply With Quote #114

Quote:
Originally Posted by xZk View Post
nice job, but pls fix this for l4d(2):
PHP Code:
g_bCsgo = (GetEngineVersion() == Engine_CSGO || GetEngineVersion() == Engine_Left4Dead || GetEngineVersion() == Engine_Left4Dead2); 
to
PHP Code:
g_bCsgo = (GetEngineVersion() == Engine_CSGO); 
If you do that it works on l4d2? are you tested it? that value is for use just "OnVoiceTransmit" offset instead of the rest offsets.
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.

Franc1sco is offline
Send a message via MSN to Franc1sco
xZk
Senior Member
Join Date: Nov 2017
Location: cl
Old 01-06-2020 , 15:29   Re: [ANY] VoiceannounceEX (VoiceHook) [Updated 19-Nov-2019]
Reply With Quote #115

Quote:
Originally Posted by Franc1sco View Post
If you do that it works on l4d2? are you tested it? that value is for use just "OnVoiceTransmit" offset instead of the rest offsets.
lo acabo de probar recien y funciona perfectamente con otros plugins que requieren este plugin, sin ese cambio no me funciono en l4d2 con SM1.9. Aunque qizas se deba a que use la version dhooks detours.
I just tried it now and it works perfectly with other plugins that require this plugin, without that change it will not work for l4d2 SM1.9 with dhooks detours.

Last edited by xZk; 01-06-2020 at 15:32.
xZk is offline
Prembil
Junior Member
Join Date: Jul 2016
Location: Beer Republic
Old 03-22-2020 , 02:07   Re: [ANY] VoiceannounceEX (VoiceHook) [Updated 19-Nov-2019]
Reply With Quote #116

Does anyone have the working gamedata for the TF2 (windows)?
It'd be really appreciated as I seem not being able to make it work.
__________________

Last edited by Prembil; 03-22-2020 at 04:16.
Prembil is offline
Balloons
Member
Join Date: Feb 2020
Old 04-02-2020 , 23:13   Re: [ANY] VoiceannounceEX (VoiceHook) [Updated 19-Nov-2019]
Reply With Quote #117

Now how exactly do you get this to work on L4D2 using DHooks Detours without having the issue of the player getting stuck whenever they use mic?

EDIT: Fixed the issue. Was missing a gamedata file.

Last edited by Balloons; 04-03-2020 at 04:49.
Balloons is offline
Sandervraun
Senior Member
Join Date: May 2019
Location: Denmark
Old 05-25-2020 , 00:23   Re: [ANY] VoiceannounceEX (VoiceHook) [Updated 19-Nov-2019]
Reply With Quote #118

Quote:
Originally Posted by Franc1sco View Post
The problem is that you dont have dhooks correctly installed.

If you use sourcemod 1.10 install this dhooks version https://forums.alliedmods.net/attach...4&d=1566228343
This link is invalid. Do you have another link sir?
Sandervraun is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 05-25-2020 , 02:47   Re: [ANY] VoiceannounceEX (VoiceHook) [Updated 19-Nov-2019]
Reply With Quote #119

Quote:
Originally Posted by Sandervraun View Post
This link is invalid. Do you have another link sir?
https://forums.alliedmods.net/showpo...&postcount=589

dhooks-2.2.0-detours10-sm110.zip
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.

Franc1sco is offline
Send a message via MSN to Franc1sco
`666
AlliedModders Donor
Join Date: Jan 2006
Old 05-28-2020 , 16:16   Re: [ANY] VoiceannounceEX (VoiceHook) [Updated 19-Nov-2019]
Reply With Quote #120

Can you please add signatures/offsets for insurgency?
`666 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 08:55.


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