[T1] presto pack help

clu
04-23-2003, 11:29 PM
i have a problem w/ some of the presto pack local chat voice commands. i recently re-installed tribes & downloaded each script in an attempt to fix the prob., but it didn't work.

when you install presto pack, it creates a prestoprefs.cs file used to toggle certain options.

one of the options is a customized V chat menu. when i enable this, i can no longer hear the ARGH wav (vas), but i see the animation. this also keeps me from hearing argh when said globally.

i've looked in say.cs & a few other files to see if i could find a problem, but i don't know what to look for.

has anyone had to work around this problem? i don't want to use the default V chat menu.

i don't have any soundpacks set up, and i'm using presto/new opts (no presto plus).

PS

which script pack has something that binds use pack to middle mouse button press? can anyone hook me up w/ that?

thanks

SuperSlug
04-24-2003, 12:09 AM
Change your voice? Some sounds aren't in all of the female/male sounds. Not sure which ones besides ~wdeath

NOVA|lam
04-24-2003, 02:17 AM
maybe the wav file is misspelled in say or chat.cs
sorta grasping at straws
if i were you, i'd simply install 5150.cs chat

cyclonite
04-24-2003, 04:02 AM
bindCommand(mouse0, make, button2, TO, "use(\"Backpack\");");

That binds your mouse wheel button to use your backpack. Add it to the right spot in your config.cs file. Or you can just bind it in teh Options section in Tribes...vge?

clu
04-24-2003, 02:55 PM
alright, i didn't describe this as accurately as i should have...

before i re-installed, i couldn't hear ARGH if someone had it bound to a global command; i can now.

in prestoprefs.cs, there is a new chat menu that you can enable.

when i enable it, i set the tribes default chat menu to control V. i can hear the local ARGH when i use the old chat menu, but not with the new chat menu. using the new chat menu, i see the animation, but don't hear the sound.

i looked through say.cs & chat.cs, but i didn't know what i was looking for. i was hoping that someone else has worked through this problem.


thanks for the mouse button bind. when i try to set it using the options section, pressing my mouse button doesn't register in the settings.

thanks.

NOVA|lam
04-24-2003, 06:42 PM
change this:

Menu::AddAnimation(menuAn imation, "s", 3, orderStop);

to this:

Menu::AddAnimation(menuAn imation, "s", 3, orderArgh);

in chat.cs

clu
04-24-2003, 07:12 PM
oooh thanks, will try it after class.

btw, another poster said to insert the binding for mouse button in the right spot of config.cs.

how do i know where the right spot is?

thanks

advisory
04-24-2003, 08:54 PM
spot doesn't matter in config.cs

HotCheese
04-24-2003, 09:45 PM
well just add it to the bottom of the file that way it'll overwrite anything else you got bound to the center button in there

NOVA|lam
04-24-2003, 11:24 PM
after the line with playmap.sae in it