AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Hostage Voices v0.2 (https://forums.alliedmods.net/showthread.php?t=51917)

VEN 02-26-2007 14:05

Hostage Voices v0.2
 
2 Attachment(s)
Hostage Voices
Description
Plugin allow to set a different custom voices for each hostage.
Note
The plugin Hostage Models can be used as a supplement.
Features
  • configuration file support
  • per map configs support
  • voice on headshot kill
  • disable hostages' voice

Configuration
There are a $configsdir/hostage_voices/default.ini file that is
used to load hostages' custom voices for all maps that contain
hostages. It's also possible to load per-map configs. E.g. if
map with a name "mymap" is loaded, firstly plugin will try to
load mymap.ini config from the "hostage_voices" directory and
if it isn't found the default.ini file will be loaded instead.
There are a compilation options that is allow to change path to
the configuration files and default config file name/extension.
Also there are a compilation options that is related to the
internal data of the configuration files. Compilation options
can be altered in the plugin's source code. To read more about
configuring and for examples see default configuration file.
CVars
  • hv_mode (N: mode, default: 1) - controls plugin's mode
    • 1 - enable custom hostages voices
    • 2 - also custom voice on headshot kill
    • 0 - use game default hostages voices
    • -1 - disable all hostages voices

Changes
  • added configuration file support/per-map configs support
  • added CVar to control implemented modes of the plugin
  • fixed possible issue for non-default phrases number value

Credits
pl2003 - plugin request/initial idea

->Enter<- 02-26-2007 14:19

Re: Hostage Voices v0.2
 
haha.. i think this is funny :) gj

Guenhwyvar 02-26-2007 16:06

Re: Hostage Voices v0.2
 
Good job VEN, I'll update :).

Regarding the hostage-kill-sound: is it possible to set this one seperately? Would be great if my hot ladies cry suitably while under fire ;).

Voi 03-02-2007 01:33

Re: Hostage Voices v0.2
 
YEAH! im definetly trying these, but if it could change default hostage "when used" phraze i will like it more :>

VEN 03-03-2007 09:16

Re: Hostage Voices v0.2
 
pl2003: I guess i will consider this for the next version.

datwinkle: Your question wasn't related to this thread.

Voi: I'm not sure what do you mean, can you explain?

Voi 03-03-2007 14:16

Re: Hostage Voices v0.2
 
hm it will be very usefull if u merge this with nervous hostages and add replacements for standard hostage phrazes when used ("ok lets go")

polakpolak 03-04-2007 15:41

Re: Hostage Voices v0.2
 
Definitely trying this, good job.

I'm having trouble understanding how the hostage models work.

Thanks

Can I get an example of the default file.

VEN 03-05-2007 01:33

Re: Hostage Voices v0.2
 
Quote:

add replacements for standard hostage phrazes when used ("ok lets go")
Isn't this feature here already? I believe this plugin able to replace all hostage sounds/phrases. Maybe i still don't understand you?

Maybe someone can tell me what does he mean?

Quote:

Can I get an example of the default file.
It doesn't support configuration files (yet), that's why it isn't released (if you didn't noticed).

Quote:

I'm having trouble understanding how the hostage models work.
Please post here: http://forums.alliedmods.net/showthread.php?t=41412

inc0gnito 04-01-2007 14:39

Re: Hostage Voices v0.2
 
ven, the hostage plugim work 100% in my server, but i have proble to load and precashe my custom hostage sounds, i try put in cstrike/sound and cstrike/sound/hostage and did not work..

; this line is a comment which is not processed
; you can also use # and // instead of ; symbol

; below is a list of a custom hostages phrases
; each line contain a phrases for each hostage
; by default: barney, soldier, scientist, zombie
; you can add/remove lines or add/remove phrases
; max defaults: 5 phrases for each of 4 hostages
; you can alter this in the plugin's source code
; place custom phrases to the cstrike/sound/ dir
; don't prepend "sound/" directory to the phrase
; if client don't have a files he will load them
; append ? symbol to check for a file existence
; for example: "my_folder/my_custom_voice1.wav?"
; set empty phrase "" to disable certain phrase
; set phrase to "*" to use a game default phrase

; phrase #1 phrase #2 phrase #3 phrase #4 phrase #5

; hostage #1
"hshot/hs2.wav" "hshot/hs1.wav" "hshot/hs4.wav" "hshot/hs1.wav" "hshot/h4.wav"

; hostage #2
"hssexy/hs6.wav" "hssexy/hs2.wav" "hssexy/hs3.wav" "hssexy/hs2.wav" "hssexy/hs3.wav"

; hostage #3
"hsgirl/hs5.wav" "hsgirl/hs5.wav" "hsgirl/hs6.wav" "hsgirl/hs2.wav" "hsgirl/hs5.wav"

; hostage #4
"hsbaby/hs4.wav" "hsbaby/hs6.wav" "hsbaby/hs4.wav" "hsbaby/hs6.wav" "hsbaby/hs5.wav"


i think a did right or no? pls can you help me on this thx alot dude !!!

VEN 04-02-2007 02:45

Re: Hostage Voices v0.2
 
Do you hear you custom voice in game?


All times are GMT -4. The time now is 09:46.

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